[toolbox] LaTeXiT 1.2 beta
Status: Planning
Brought to you by:
jlaurens
From: Pierre C. <pie...@cl...> - 2005-07-03 15:20:26
|
Hello, The download URL is still : http://ktd.club.fr/programmation/fichiers/ LaTeXiT-beta.dmg I have updated the program again thanks to your proposals : The encoding is now utf-8 $$...$$ is now \[...\] Latexis[z]e is now LaTeX it! Fixed the localization about decimal point Added an "advanced" config panel to please Aaron and added a little palette to change margins (Option-command-M) This won't fix the example below, however, which seems to be very complex But it allows to correct occasional bounding box being too tight. > \documentclass{article} > \begin{document} > \parindent=0pt > \voffset=-1in > \hoffset=-1in > \setbox0=\hbox{$1=3$} > \dimen0=\ht0 > \advance\dimen0\dp0 > \pdfpageheight=\dimen0 > \pdfpagewidth=\wd0 > \shipout\box0 > \end{document} > % (Stolen ages ago from Maarten, perhaps) Regards Pierre |