On Wed, Jul 29, 2009 at 7:26 AM, Allan Odgaard (mailinglist@textmate.org) wrote:
> I thought your problem was that you got a blank window when you did
> Typeset & View. If the above gave “a bunch of HTML and CSS” clearly
> that window is not blank!?!
I said in my original post:
"The TM pop-up launches and says “Typesetting $FILENAME”...and that's it. Nothing else happens after that."
The HTML and CSS "shell" and top-line header are present, but nothing more.
> Could you please paste the content of this window.
Hereunder:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Typesetting “foo.tex”…</title>
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/default/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/bright/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/dark/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/halloween/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/night/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/shiny/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/default/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/default/print.css" type="text/css" charset="utf-8" media="print">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/bright/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/bright/print.css" type="text/css" charset="utf-8" media="print">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/dark/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/dark/print.css" type="text/css" charset="utf-8" media="print">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/halloween/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/halloween/print.css" type="text/css" charset="utf-8" media="print">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/shiny/style.css" type="text/css" charset="utf-8" media="screen">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Bundles/Latex.tmbundle/Support/css/shiny/print.css" type="text/css" charset="utf-8" media="print">
<link rel="stylesheet" href="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/default/print.css" type="text/css" charset="utf-8" media="print">
<link rel="stylesheet" href="file:///Users/sgharms/Library/Application%20Support/TextMate/Themes/Webpreview/print.css" type="text/css" charset="utf-8" media="print">
<script src="file:///Applications/TextMate.app/Contents/SharedSupport/Support/script/default.js" type="text/javascript" charset="utf-8"></script>
<script src="file:///Applications/TextMate.app/Contents/SharedSupport/Support/script/webpreview.js" type="text/javascript" charset="utf-8"></script>
<script src="file:///Applications/TextMate.app/Contents/SharedSupport/Support/script/sortable.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
var image_path = "file:///Applications/TextMate.app/Contents/SharedSupport/Support/images/";
</script>
</head>
<body id="tm_webpreview_body" class="night">
<div id="tm_webpreview_header">
<img id="gradient" src="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/night/images/header.png" alt="header">
<p class="headline">Typesetting “foo.tex”…</p>
<p class="type"></p>
<img id="teaser" src="file:///Applications/TextMate.app/Contents/SharedSupport/Support/themes/night/images/teaser.png" alt="teaser">
<div id="theme_switcher">
<form action="#" onsubmit="return false;">
<div>
Theme:
<select onchange="selectTheme(event);" id="theme_selector">
<optgroup label="TextMate">
<option value="default" title="/Applications/TextMate.app/Contents/SharedSupport/Support/themes/">default</option>
<option value="bright" title="/Applications/TextMate.app/Contents/SharedSupport/Support/themes/">bright</option>
<option value="dark" title="/Applications/TextMate.app/Contents/SharedSupport/Support/themes/">dark</option>
<option value="halloween" title="/Applications/TextMate.app/Contents/SharedSupport/Support/themes/">halloween</option>
<option value="night" title="/Applications/TextMate.app/Contents/SharedSupport/Support/themes/">night</option>
<option value="shiny" title="/Applications/TextMate.app/Contents/SharedSupport/Support/themes/">shiny</option>
</optgroup>
<optgroup label="User">
</optgroup>
</select>
</div>
<script type="text/javascript" charset="utf-8">
document.getElementById('theme_selector').value = 'night';
</script>
</form>
</div>
</div>
<div id="tm_webpreview_content" class="night">
</div>
</body>
</html>