From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/tex-converter/update/TeX Converter.ini | 128 +++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 support/tex-converter/update/TeX Converter.ini (limited to 'support/tex-converter/update/TeX Converter.ini') diff --git a/support/tex-converter/update/TeX Converter.ini b/support/tex-converter/update/TeX Converter.ini new file mode 100644 index 0000000000..632121dacd --- /dev/null +++ b/support/tex-converter/update/TeX Converter.ini @@ -0,0 +1,128 @@ +[Paths] +;paths needed by TeX Converter +;change the paths after each= +;to the ones on your PC + +;CD-ROM drive letter to allow conversion on this drive but saves converted file elsewhere +CD-ROM=F + +;folder/directory where you keep most TeX files +TeXDocs=c:\Tex\Docs + +;hevea files are found here +Hevea=c:\Hevea + +;tth.exe is found here +Tth=c:\texmf\miktex\bin + +;texify files are found here +Texify=c:\texify + +;tex4ht files are found here +Tex4ht=c:\TeX4ht + +;delegates.mgk for ImageMagick is found here +imagemagick=c:\ImageMagick-nt\ImageMagick-5.1.1\delegates.mgk + +;gs_init.ps for Ghostscript is found here +gs=c:\Aladdin\gs6.01\lib + +;Htrun for MiKteX batch files kept here +htrunm=c:\TeX4ht\htrun miktex + +;Htrun for SWP batch files kept here +htruns=c:\TeX4ht\htrun swp + +;latex2html main directory containing l2hconf.pm +l2h=c:\l2h + +;perl.exe and perl batch files are found here +perl=c:\l2h\perl\bin + +;netpbm exe files are found here +netpbm=c:\l2h\netpbm\bin + +;alternative editor for text files +Editor= + +[Preferences] +;store settings here +SavePrefs=Yes +RunHTML=Yes +Showinownbrowser=Yes +Close=No +StartupTab=0 +Warning=No +BrowserPos=No +FirstTime=Yes +AllowMultiProcess=No +ScrollPercent=1 +LowRes=False +LongFileName=False + +[Hevea] +IncludeStyle=Yes +OutputType=html +DefaultConfig=hhtml +Version1.05OrLater=No +French=No +Hacha=No +Verbose=None +Fix=No +Code=Byte +Esponja=No + +[HeveaConfigs] +Exclude tcilatex=-e tcilatex.tex,html +hevea=-e tcilatex.tex,html +hhtml=swp.hva xhvbc.hva -e tcilatex.tex,html +seart=swp.hva xhvbc.hva article.hva -e tcilatex.tex,html +sebook=swp.hva xhvbc.hva book.hva -e tcilatex.tex,html +sereport=swp.hva xhvbc.hva book.hva -e tcilatex.tex,html +htext=swp.hva xhvbc.hva -e tcilatex.tex,text + +[Tth] +Italics=Yes +NumberMulti=Yes +Revise=Yes +Inline=Yes + +[Texify] +UseDVI=Yes +ReportDVI=No +UsePDF=Yes +ReportPDF=No +SWPGS=No +Passes=0 + +[TeX4ht] +SWP=No +SaveTo=c:\TeX4ht +RunHTML=Yes +Showinownbrowser=Yes +Close=No +Warning=No +ImagesSubDir=Yes +SubDir=images +Htrun=Yes +Cmdline= +Usepackage= +Htruncommand= +SWPpasses=0 +DOSPause=Yes +Ver2.5=Yes +AdvancedSave=True + +[Latex2HTML] +SaveTo=c:\l2h +Anti-Virus=No +ImageType=GIF +ImageSubDir=Yes +NavLinks=Yes +About=Default +Author=Default +Title=Default +CheckSyntax=Yes +DOSPause=No +Split=0 +Verbosity=0 -- cgit v1.2.3