Advertisement
Guest User

Untitled

a guest
May 19th, 2017
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Usage: pdfetex [OPTION]... [TEXNAME[.tex]] [COMMANDS]
  2. or: pdfetex [OPTION]... \FIRST-LINE
  3. or: pdfetex [OPTION]... &FMT ARGS
  4. Run pdfeTeX on TEXNAME, usually creating TEXNAME.pdf.
  5. Any remaining COMMANDS are processed as pdfeTeX input, after TEXNAME is read.
  6. If the first line of TEXNAME is %&FMT, and FMT is an existing .fmt file,
  7. use it. Else use `NAME.efmt', where NAME is the program invocation name,
  8. most commonly `pdfetex'.
  9.  
  10. Alternatively, if the first non-option argument begins with a backslash,
  11. interpret all non-option arguments as a line of pdfeTeX input.
  12.  
  13. Alternatively, if the first non-option argument begins with a &, the
  14. next word is taken as the FMT to read, overriding all else. Any
  15. remaining arguments are processed as above.
  16.  
  17. If no arguments or options are specified, prompt for input.
  18.  
  19. -c-style-errors print C/C++ style error messages.
  20. -efmt=FMTNAME use FMTNAME instead of program name or a %& line
  21. -ini be pdfeinitex, for dumping formats; this is implicitly
  22. true if the program name is `pdfeinitex'
  23. -interaction=STRING set interaction mode (STRING=batchmode/nonstopmode/
  24. scrollmode/errorstopmode)
  25. -kpathsea-debug=NUMBER set path searching debugging flags according to
  26. the bits of NUMBER
  27. [-no]-mktex=FMT disable/enable mktexFMT generation (FMT=tex/tfm)
  28. -output-comment=STRING use STRING for PDF file comment instead of date
  29. -progname=STRING set program (and fmt) name to STRING
  30. -shell-escape enable \write18{SHELL COMMAND}
  31. -translate-file=TCXNAME use the TCX file TCXNAME
  32. -help display this help and exit
  33. -version output version information and exit
  34.  
  35. Email bug reports to tex-k@mail.tug.org.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement