Changes

Jump to navigation Jump to search
32 bytes added ,  15:08, 12 September 2004
pretty printing
'''Project'''
<pretexcode>
\startproject project_mymag
\environment env_mymag % only mentioned here!
\stopproject
</pretexcode>
'''Environment'''
<pretexcode>
\startenvironment env_mymag
\stopenvironment
</pretexcode>
'''Product'''
<pretexcode>
\startproduct prd_year2004-01
\project project_mymag
\stopproduct
</pretexcode>
'''Component'''
<pretexcode>
\startcomponent c_editorial
\product prd_year2004-01 % but you can use it in other products anyway
\stopcomponent
</pretexcode>
There's a Perl script <tt>makeproject.pl</tt> at Hraban's site [http://www.ramm.ch/fiee/texnique/?menu=0-1-3&lang=en ''fiëé teXnique''] to help creating the files (.ini files can be used for initial content).

Navigation menu