Difference between revisions of "ITeXMac"

From Wiki
Jump to navigation Jump to search
(start with a hint on using minimal distro)
 
m (Drop navbox)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
(More text to come)
+
 
 +
 
 +
[http://itexmac.sourceforge.net/ iTeXMac] is available at Sourceforge.
  
 
If you would like to use iTeXMac with Hans's minimal TeX distribution, then you need to edit the generic project file. I entered the following as a replacement "Typeset" script (TeX > Show Project > ConTeXt):
 
If you would like to use iTeXMac with Hans's minimal TeX distribution, then you need to edit the generic project file. I entered the following as a replacement "Typeset" script (TeX > Show Project > ConTeXt):
Line 5: Line 7:
 
  texexec --pdf ${iTMInput}.${iTMInputExtension}
 
  texexec --pdf ${iTMInput}.${iTMInputExtension}
 
...where /Users/Shared/tex is the location of the root of the minimal trees...
 
...where /Users/Shared/tex is the location of the root of the minimal trees...
 +
 +
 +
[[Category:Text Editors]]

Latest revision as of 10:58, 2 July 2020


iTeXMac is available at Sourceforge.

If you would like to use iTeXMac with Hans's minimal TeX distribution, then you need to edit the generic project file. I entered the following as a replacement "Typeset" script (TeX > Show Project > ConTeXt):

source /Users/Shared/tex/setuptex /Users/Shared/tex
texexec --pdf ${iTMInput}.${iTMInputExtension}

...where /Users/Shared/tex is the location of the root of the minimal trees...