home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Shareware / Applications / directtex Pro 2.0 / DirectTeX.1 / Installer-Files / Config-Files / DirectTeX / DirectTeX folder / ManualPages-MPW < prev    next >
Encoding:
Text File  |  1995-03-27  |  21.5 KB  |  642 lines  |  [TEXT/MPS ]

  1. Commands
  2.  
  3.     This is a full alphabetic list of all commands in TeX.
  4.     To get details, enter a command such as
  5.  
  6.     TeXHelp AboutTeX        # display copyright and version number
  7.     TeXHelp afm2tfm         # convert Adobe font metrics into TeX font metrics
  8.     TeXHelp BibTeX          # create a bibliography for TeX
  9.     TeXHelp BigMF           # compile a METAFONT source file, creating a gf file
  10.     TeXHelp BigTeX          # compile a TeX source file, creating a dvi file
  11.     TeXHelp ClipToRez       # save PICT's from clipboard in file
  12.     TeXHelp Compress        # compress/decompress text files
  13.     TeXHelp CTangle         # create a C source file out of a cweb file
  14.     TeXHelp CWeave          # create a TeX source file out of a cweb file
  15.     TeXHelp DeleteTempFiles # delete all temprary files
  16.     TeXHelp DVICopy         # copy a dvi file and de-virtualize it
  17.     TeXHelp dvips           # convert a dvi file into PostScript code
  18.     TeXHelp DVIType         # check a dvi file for consistency, dump mnemonics
  19.     TeXHelp egrep           # print lines matching a regular expression
  20.     TeXHelp GFToDVI         # create a dvi file out of a gf file
  21.     TeXHelp GFToPK          # create (compressed) pk files out of a gf file
  22.     TeXHelp GFType          # check a gf file for consistency, dump mnemonics
  23.     TeXHelp grep            # print lines matching a regular expression
  24.     TeXHelp MacDVI          # preview and print TeX dvi files
  25.     TeXHelp MakeIndex       # create an sorted index
  26.     TeXHelp MF              # compile a METAFONT source file, creating a gf file
  27.     TeXHelp MFT             # create a TeX file out of a gf file
  28.     TeXHelp MFToPK          # compile a METAFONT source file, creating a pk file
  29.     TeXHelp MTangle         # create a Modula-2 source file out of a mweb file
  30.     TeXHelp MWeave          # create a TeX source file out of a web file
  31.     TeXHelp PatGen          # create hyphenation patterns from a hyphenated word list
  32.     TeXHelp PKToGF          # create (uncompressed) gf files out of pk files
  33.     TeXHelp PKType          # check a pk file for consistency, dump mnemonics
  34.     TeXHelp PLToTF          # convert pl files into tfm files
  35.     TeXHelp SearchPath      # display a search path or search a file within a search path
  36.     TeXHelp Tangle          # create a Pascal source file out of a web file
  37.     TeXHelp TeX             # compile a TeX source file, creating a dvi file
  38.     TeXHelp TextTrans       # translate text files
  39.     TeXHelp TFToPL          # convert tfm files into pl files
  40.     TeXHelp Trap            # compile a METAFONT source file, creating a gf file
  41.     TeXHelp Trip            # compile a TeX source file, creating a dvi file
  42.     TeXHelp VFToVP          # convert vf files into vpl files
  43.     TeXHelp VPToVF          # convert vpl files into vf files
  44.     TeXHelp Weave           # create a TeX source file out of a web file
  45. —————————————————————————————————————————————————————————————————————————————————————————————————
  46. -
  47. AboutTeX - display copyright and version number
  48.  
  49. Usage:
  50.  
  51.     AboutTeX
  52.  
  53. Options:
  54.  
  55.     none
  56. —————————————————————————————————————————————————————————————————————————————————————————————————
  57. -
  58. afm2tfm - convert Adobe font metrics into TeX font metrics
  59.  
  60. Usage:
  61.  
  62.     afm2tfm file [option…] [file]
  63.  
  64. Options:
  65.  
  66.     -O              # 
  67.     -u              # 
  68.     -v              # 
  69.     -V file         # 
  70.     -e expansion    # 
  71.     -s slant        # 
  72.     -c capheight    # 
  73.     -p              # 
  74.     -t              # 
  75.     -T file         # 
  76. —————————————————————————————————————————————————————————————————————————————————————————————————
  77. -
  78. BibTeX - create a bibliography for TeX
  79.  
  80. Usage:
  81.  
  82.     BibTeX file ≥ progress
  83.  
  84. Options:
  85.  
  86.     none
  87. —————————————————————————————————————————————————————————————————————————————————————————————————
  88. -
  89. BigMF - compile a METAFONT source file, creating a gf file
  90.  
  91. Usage:
  92.  
  93.     BigMF [-i] [-s] [-d] command… ≥ progress
  94.  
  95. Options:
  96.  
  97.     -i              # run IniMF instead of VirMF
  98.     -s              # gather statistic information
  99.     -d              # dump memory usage
  100. —————————————————————————————————————————————————————————————————————————————————————————————————
  101. -
  102. BigTeX - compile a TeX source file, creating a dvi file
  103.  
  104. Usage:
  105.  
  106.     BigTeX [-i] [-s] [-d] command… ≥ progress
  107.  
  108. Options:
  109.  
  110.     -i              # run IniTeX instead of VirTeX
  111.     -s              # gather statistic information
  112.     -d              # dump memory usage
  113. —————————————————————————————————————————————————————————————————————————————————————————————————
  114. -
  115. CTangle - create a C source file out of a cweb file
  116.  
  117. Usage:
  118.  
  119.     CTangle [-s] [-c file] [-o file] file ≥ progress
  120.  
  121. Options:
  122.  
  123.     -s              # show statistics about memory usage
  124.     -c file         # specify the name of the change file to use
  125.     -o file         # specify the name of the C output file
  126. —————————————————————————————————————————————————————————————————————————————————————————————————
  127. -
  128. CWeave - create a TeX source file out of a cweb file
  129.  
  130. Usage:
  131.  
  132.     CWeave [-s] [-x] [-f] [-c file] [-o file] file ≥ progress
  133.  
  134. Options:
  135.  
  136.     -s              # show statistics about memory usage
  137.     -x              # don't produce a cross-reference listing
  138.     -f              # force new line for each instruction
  139.     -c file         # specify the name of the change file to use
  140.     -o file         # specify the name of the TeX output file
  141. —————————————————————————————————————————————————————————————————————————————————————————————————
  142. -
  143. ClipToRez - save PICT's from clipboard in file
  144.  
  145. Usage:
  146.  
  147.     ClipToRez [-e] [-n] [file]
  148.  
  149. Options:
  150.  
  151.     -e              # create an EPS file (PostScript + PICT resource)
  152.     -n              # do not add an extension to the file name
  153. —————————————————————————————————————————————————————————————————————————————————————————————————
  154. -
  155. Compress - compress/decompress text files
  156.  
  157. Usage:
  158.  
  159.     Compress [-e] [-q] [-d] [-t] [-n number] file…
  160.  
  161. Options:
  162.  
  163.     -e              # expand files
  164.     -q              # don't display progress dialog window
  165.     -d              # copy only data fork (kill resource fork!)
  166.     -t              # ignore file type
  167.     -n number       # set compression rate, number = 9..16
  168.  
  169. Comments:
  170.  
  171.     The parameter number may be used to control the compression rate.
  172.     Bigger values result in better compression. However, the better
  173.     the compression should be the more temporary memory is needed
  174.     while compressing and expanding the file.
  175. —————————————————————————————————————————————————————————————————————————————————————————————————
  176. -
  177. DeleteTempFiles - delete all temprary files
  178.  
  179. Usage:
  180.  
  181.     DeleteTempFiles [-c] [-v]
  182.  
  183. Options:
  184.  
  185.     -c              # confirm deletion
  186.     -v              # print progress information
  187. —————————————————————————————————————————————————————————————————————————————————————————————————
  188. -
  189. DVICopy - copy a dvi file and de-virtualize it
  190.  
  191. Usage:
  192.  
  193.     DVICopy [-d] file ≥ progress
  194.  
  195. Options:
  196.  
  197.     -d              # enter interactive dialog for copying options
  198. —————————————————————————————————————————————————————————————————————————————————————————————————
  199. -
  200. dvips - convert a dvi file into PostScript code
  201.  
  202. Usage:
  203.  
  204.     dvips [option…] file…
  205.  
  206. Options:
  207.  
  208.     -a              # conserve memory, not time
  209.     -a              # Conserve memory, not time 
  210.     -b num          # Page copies, for posters e.g.
  211.     -c num          # Uncollated copies         
  212.     -d num          # Debugging                 
  213.     -e num          # Maxdrift value                
  214.     -f              # Run as filter             
  215.     -h file         # Add header file           
  216.     -i              # Separate file per section 
  217.     -k              # Print crop marks          
  218.     -l num          # Last page                 
  219.     -m              # Manual feed               
  220.     -n num          # Maximum number of pages   
  221.     -o file         # Output file               
  222.     -p num          # First page                    
  223.     -q              # Run quietly               
  224.     -r              # Reverse order of pages        
  225.     -s              # Enclose output in save/restore
  226.     -t size         # Paper format              
  227.     -x num          # Override dvi magnification    
  228.     -y num          # Multiply by dvi magnification
  229.     -A              # Print only odd (TeX) pages
  230.     -B              # Print only even (TeX) pages
  231.     -C num          # Collated copies
  232.     -D num          # Resolution
  233.     -E              # Try to create EPSF
  234.     -F              # Send control-D at end
  235.     -K              # Pull comments from inclusions
  236.     -M              # Don't make fonts
  237.     -N              # No structured comments
  238.     -O x,y          # Set/change paper offset
  239.     -P ext          # Load config.ext
  240.     -R              # Run securely
  241.     -S num          # Max section size in pages
  242.     -T x,y          # Specify desired page size
  243.     -U              # Disable string param trick
  244.     -X num          # Horizontal resolution
  245.     -Y num          # Vertical resolution
  246.     -Z              # Compress bitmap fonts
  247. —————————————————————————————————————————————————————————————————————————————————————————————————
  248. -
  249. DVIType - check a dvi file for consistency, dump mnemonics
  250.  
  251. Usage:
  252.  
  253.     DVIType [-l number] [-s number] [-p number] [-r number] [-m number] file > dump ≥ progress
  254.  
  255. Options:
  256.  
  257.     -l number       # specify level of output, number = 0…4
  258.     -s number       # specify number of starting page
  259.     -p number       # specify number of pages to process
  260.     -r number       # specify resolution of output device
  261.     -m number       # specify magnification to use for output
  262. —————————————————————————————————————————————————————————————————————————————————————————————————
  263. -
  264. egrep - print lines matching a regular expression
  265.  
  266. Usage:
  267.  
  268.     grep [-CVbchilmnsvwx] [-num] [-AB num] [[-e] expr|-f file] [file…] > lines
  269.  
  270. Options:
  271.  
  272.     -A num          # print num lines of context after every matching line
  273.     -B num          # print num lines of context before every matching line
  274.     -C              # print 2 lines of context on each side of every match
  275.     -num            # print num lines of context on each side of every match
  276.     -V              # print the version number on the diagnostic output
  277.     -b              # print every match preceded by its byte offset
  278.     -c              # print a total count of matching lines only
  279.     -e expr         # search for expr; useful if expr begins with -
  280.     -f file         # search for the expression contained in file
  281.     -h              # don't display filenames on matches
  282.     -i              # ignore case difference when comparing strings
  283.     -l              # list files containing matches only
  284.     -m              # produce output compatible with current shell
  285.     -n              # print each match preceded by its line number
  286.     -s              # run silently producing no output except error messages
  287.     -v              # print only lines that contain no matches for the <expr>
  288.     -w              # print only lines where the match is a complete word
  289.     -x              # print only lines where the match is a whole line
  290. —————————————————————————————————————————————————————————————————————————————————————————————————
  291. -
  292. GFToDVI - create a dvi file out of a gf file
  293.  
  294. Usage:
  295.  
  296.     GFToDVI [-o file] file'[/]' ≥ progress
  297.  
  298. Options:
  299.  
  300.     -o file         # specify the name of the dvi output file
  301.  
  302. Comments:
  303.  
  304.     Append a slash '/' to the name of the file to
  305.     enter an interactive dialog for the fonts to use.
  306. —————————————————————————————————————————————————————————————————————————————————————————————————
  307. -
  308. GFToPK - create (compressed) pk files out of a gf file
  309.  
  310. Usage:
  311.  
  312.     GFToPK [-o file] file ≥ progress
  313.  
  314. Options:
  315.  
  316.     -o file         # specify the name of the pk output file
  317. —————————————————————————————————————————————————————————————————————————————————————————————————
  318. -
  319. GFType - check a gf file for consistency, dump mnemonics
  320.  
  321. Usage:
  322.  
  323.     GFType [-m] [-i] file > dump ≥ progress
  324.  
  325. Options:
  326.  
  327.     -m              # dump mnemonics to logfile
  328.     -i              # dump pixel images to logfile
  329. —————————————————————————————————————————————————————————————————————————————————————————————————
  330. -
  331. grep - print lines matching a regular expression
  332.  
  333. Usage:
  334.  
  335.     grep [-CVbchilmnsvwx] [-num] [-AB num] [[-e] expr|-f file] [file…] > lines
  336.  
  337. Options:
  338.  
  339.     -A num          # print num lines of context after every matching line
  340.     -B num          # print num lines of context before every matching line
  341.     -C              # print 2 lines of context on each side of every match
  342.     -num            # print num lines of context on each side of every match
  343.     -V              # print the version number on the diagnostic output
  344.     -b              # print every match preceded by its byte offset
  345.     -c              # print a total count of matching lines only
  346.     -e expr         # search for expr; useful if expr begins with -
  347.     -f file         # search for the expression contained in file
  348.     -h              # don't display filenames on matches
  349.     -i              # ignore case difference when comparing strings
  350.     -l              # list files containing matches only
  351.     -m              # produce output compatible with current shell
  352.     -n              # print each match preceded by its line number
  353.     -s              # run silently producing no output except error messages
  354.     -v              # print only lines that contain no matches for the <expr>
  355.     -w              # print only lines where the match is a complete word
  356.     -x              # print only lines where the match is a whole line
  357. —————————————————————————————————————————————————————————————————————————————————————————————————
  358. -
  359. MF - compile a METAFONT source file, creating a gf file
  360.  
  361. Usage:
  362.  
  363.     MF [-i] [-s] [-d] command… ≥ progress
  364.  
  365. Options:
  366.  
  367.     -i              # run IniMF instead of VirMF
  368.     -s              # gather statistic information
  369.     -d              # dump memory usage
  370. —————————————————————————————————————————————————————————————————————————————————————————————————
  371. -
  372. MFT - create a TeX file out of a gf file
  373.  
  374. Usage:
  375.  
  376.     MFT [-c file] [-s file] [-o file] file ≥ progress
  377.  
  378. Options:
  379.  
  380.     -c file         # specify the name of the change file to use
  381.     -s file         # specify the name of the style file to use
  382.     -o file         # specify the name of the tex output file
  383. —————————————————————————————————————————————————————————————————————————————————————————————————
  384. -
  385. MFToPK - compile a METAFONT source file, creating a pk file
  386.  
  387. Usage:
  388.  
  389.     MFToPK [-b base] [-m mode] [-x mag] [-c commands] [-i] [-s] [-d] file ≥ progress
  390.  
  391. Options:
  392.  
  393.     -b base         # specify the name of the base file to use
  394.     -m mode         # specify the mode_def to use
  395.     -x mag          # specify the magnification for the font to create
  396.     -c commands  # specify some other MF-Commands
  397.     -i              # run IniMF instead of VirMF
  398.     -s              # gather statistic information
  399.     -d              # dump memory usage
  400. —————————————————————————————————————————————————————————————————————————————————————————————————
  401. -
  402. MTangle - create a Modula-2 source file out of a mweb file
  403.  
  404. Usage:
  405.  
  406.     MTangle [-c file] [-p file] [-o file] file ≥ progress
  407.  
  408. Options:
  409.  
  410.     -c file         # specify the name of the change file to use
  411.     -p file         # specify the name of the pool file to create
  412.     -o file         # specify the name of the Modula-2 output file
  413. —————————————————————————————————————————————————————————————————————————————————————————————————
  414. -
  415. MWeave - create a TeX source file out of a web file
  416.  
  417. Usage:
  418.  
  419.     MWeave [-x] [-c file] [-o file] file ≥ progress
  420.  
  421. Options:
  422.  
  423.     -x              # don't produce a cross-reference listing
  424.     -c file         # specify the name of the change file to use
  425.     -o file         # specify the name of the TeX output file
  426. —————————————————————————————————————————————————————————————————————————————————————————————————
  427. -
  428. MacDVI - preview and print TeX dvi files
  429.  
  430. Usage:
  431.  
  432.     MacDVI [-c] [-s|-d|-p] file… ≥ progress
  433.  
  434. Options:
  435.  
  436.     -c              # check only for presence of fonts for selected device
  437.     -s              # send output to screen
  438.     -d              # send output into a file on disk
  439.     -p              # send output to printer
  440. —————————————————————————————————————————————————————————————————————————————————————————————————
  441. -
  442. MakeIndex - create an sorted index
  443.  
  444. Usage:
  445.  
  446.     MakeIndex [option…] file… ≥ progress
  447.  
  448. Options:
  449.  
  450.     -i              # use Dev:Stdin as input file
  451.     -l              # make sorting space-independent
  452.     -r              # list all page numbers explicitely
  453.     -q              # suppress all screen messages
  454.     -c              # ignore leading and trailing spaces, compress spaces
  455.     -s file         # specify the name of the style file to use
  456.     -o file         # specify the name of the output file
  457.     -t file         # specify the name of the log file
  458.     -p num          # specify the first page number for the index
  459.     -g              # switch on german sorting
  460. —————————————————————————————————————————————————————————————————————————————————————————————————
  461. -
  462. PKToGF - create (uncompressed) gf files out of pk files
  463.  
  464. Usage:
  465.  
  466.     PKToGF [-o file] file ≥ progress
  467.  
  468. Options:
  469.  
  470.     -o file         # specify the name of the gf output file
  471. —————————————————————————————————————————————————————————————————————————————————————————————————
  472. -
  473. PKType - check a pk file for consistency, dump mnemonics
  474.  
  475. Usage:
  476.  
  477.     PKType file > dump ≥ progress
  478.  
  479. Options:
  480.  
  481.     none
  482. —————————————————————————————————————————————————————————————————————————————————————————————————
  483. -
  484. PLToTF - convert pl files into tfm files
  485.  
  486. Usage:
  487.  
  488.     PLToTF [-o file] file ≥ progress
  489.  
  490. Options:
  491.  
  492.     -o file         # specify the name of the tfm output file
  493. —————————————————————————————————————————————————————————————————————————————————————————————————
  494. -
  495. PatGen - create hyphenation patterns from a hyphenated word list
  496.  
  497. Usage:
  498.  
  499.     PatGen [-p file] [-t file] [-o file] file ≥ progress
  500.  
  501. Options:
  502.  
  503.     -p file         # specify the name of the pattern file to use
  504.     -t file         # specify the name of the translation file to use
  505.     -o file         # specify the name of the pattern output file
  506. —————————————————————————————————————————————————————————————————————————————————————————————————
  507. -
  508. SearchPath - display a search path or search a file within a search path
  509.  
  510. Usage:
  511.  
  512.     SearchPath [-d] variable [file] > output
  513.  
  514. Options:
  515.  
  516.     -d              # display a dialog instead of error messages
  517. —————————————————————————————————————————————————————————————————————————————————————————————————
  518. -
  519. TFToPL - convert tfm files into pl files
  520.  
  521. Usage:
  522.  
  523.     TFToPL [-o file] file ≥ progress
  524.  
  525. Options:
  526.  
  527.     -o file         # specify the name of the pl output file
  528. —————————————————————————————————————————————————————————————————————————————————————————————————
  529. -
  530. Tangle - create a Pascal source file out of a web file
  531.  
  532. Usage:
  533.  
  534.     Tangle [-c file] [-p file] [-o file] file ≥ progress
  535.  
  536. Options:
  537.  
  538.     -c file         # specify the name of the change file to use
  539.     -p file         # specify the name of the pool file to create
  540.     -o file         # specify the name of the C output file
  541. —————————————————————————————————————————————————————————————————————————————————————————————————
  542. -
  543. TeX - compile a TeX source file, creating a dvi file
  544.  
  545. Usage:
  546.  
  547.     TeX [-i] [-s] [-d] command… ≥ progress
  548.  
  549. Options:
  550.  
  551.     -i              # run IniTeX instead of VirTeX
  552.     -s              # gather statistic information
  553.     -d              # dump memory usage
  554. —————————————————————————————————————————————————————————————————————————————————————————————————
  555. -
  556. TextTrans - translate text files
  557.  
  558. Usage:
  559.  
  560.     TextTrans [-mac|-dos|-unix|-nochange] [-q] [-d] [-t] file…
  561.  
  562. Options:
  563.  
  564.     -mac            # convert text file to mac format
  565.     -dos            # convert text file to dos format
  566.     -unix           # convert text file to unix format
  567.     -nochange       # copy text file unchanged
  568.     -q              # don't display progress dialog window
  569.     -d              # copy only data fork (kill resource fork!)
  570.     -t              # ignore file type
  571. —————————————————————————————————————————————————————————————————————————————————————————————————
  572. -
  573. Trap - compile a METAFONT source file, creating a gf file
  574.  
  575. Usage:
  576.  
  577.     Trap command… ≥ progress
  578.  
  579. Options:
  580.  
  581.     none
  582.  
  583. Comments:
  584.  
  585.     This version of METAFONT has been compiled
  586.     to be able to run the trap test by D.E.Knuth.
  587. —————————————————————————————————————————————————————————————————————————————————————————————————
  588. -
  589. Trip - compile a TeX source file, creating a dvi file
  590.  
  591. Usage:
  592.  
  593.     Trip command… ≥ progress
  594.  
  595. Options:
  596.  
  597.     none
  598.  
  599. Comments:
  600.  
  601.     This version of TeX has been compiled
  602.     to be able to run the trip test by D.E.Knuth.
  603. —————————————————————————————————————————————————————————————————————————————————————————————————
  604. -
  605. VFToVP - convert vf files into vpl files
  606.  
  607. Usage:
  608.  
  609.     VFToVP [-o file] [-t file] file ≥ progress
  610.  
  611. Options:
  612.  
  613.     -o file         # specify the name of the vpl output file
  614.     -t file         # specify the name of the tfm input file
  615. —————————————————————————————————————————————————————————————————————————————————————————————————
  616. -
  617. VPToVF - convert vpl files into vf files
  618.  
  619. Usage:
  620.  
  621.     VPToVF [-o file] [-t file] file ≥ progress
  622.  
  623. Options:
  624.  
  625.     -o file         # specify the name of the vf output file
  626.     -t file         # specify the name of the tfm output file
  627. —————————————————————————————————————————————————————————————————————————————————————————————————
  628. -
  629. Weave - create a TeX source file out of a web file
  630.  
  631. Usage:
  632.  
  633.     Weave [-x] [-c file] [-o file] file ≥ progress
  634.  
  635. Options:
  636.  
  637.     -x              # don't produce a cross-reference listing
  638.     -c file         # specify the name of the change file to use
  639.     -o file         # specify the name of the TeX output file
  640. —————————————————————————————————————————————————————————————————————————————————————————————————
  641. -
  642.