From: <pst...@us...> - 2008-05-10 22:20:58
|
Revision: 503 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=503&view=rev Author: pstieber Date: 2008-05-10 15:20:56 -0700 (Sat, 10 May 2008) Log Message: ----------- Added a tex2rtf initialization file. Added Paths: ----------- trunk/jazz/doc/tex2rtf.ini Added: trunk/jazz/doc/tex2rtf.ini =================================================================== --- trunk/jazz/doc/tex2rtf.ini (rev 0) +++ trunk/jazz/doc/tex2rtf.ini 2008-05-10 22:20:56 UTC (rev 503) @@ -0,0 +1,35 @@ +; Tex2RTF initialisation file +runTwice = yes +titleFontSize = 12 +authorFontSize = 10 +chapterFontSize = 12 +sectionFontSize = 12 +subsectionFontSize = 12 +headerRule = yes +footerRule = yes +useHeadingStyles = yes +contentsDepth = 2 +listItemIndent=40 +winHelpContents = yes +winHelpVersion = 4 +generateHPJ = no +htmlBrowseButtons = bitmap +winHelpTitle = "Jazz++ Help" +truncateFilenames = no +combineSubSections = yes +htmlIndex = yes +htmlFrameContents = no +htmlWorkshopFiles = yes + +\texttrademark [0] {} +\textregistered [0] {} +\includegraphics [1] {} + +; Tricky macro so tex2rtf will ignore a file included using input if +; it is on a line with other text in front. For example +; +; latexonly{\input{filename}} +; +; will prevent tex2rtf from having to parse the contents of filename. +; The \setlength macro was causing problems. +\input [1] {} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |