Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TEXIFY(1)			  User Commands 		       TEXIFY(1)

NAME
     texify - MiKTeX compiler driver

SYNOPSIS
     texify [option...] file...

DESCRIPTION
     texify runs Texinfo or LaTeX input files through miktex-tex (miktex-pdftex)
     in turn until all cross-references are resolved, building all indices.

     The directory containing each file is searched for included files. The suf-
     fix of file is used to determine its language (LaTeX or Texinfo).

     makeinfo  is  used  to  perform Texinfo macro expansion before running mik-
     tex-tex when needed.

OPTIONS
     -@
	 Use @input (instead of \input); for preloaded Texinfo.

     --batch, -b
	 No interaction.

     --clean, -c
	 Remove all auxiliary files.

     --expand, -e
	 Force macro expansion using makeinfo.

     -I dir
	 Search dir for input files.

     --help, -h
	 Display help and exit successfully.

     --language=lang, -l lang
	 Specify the language of input files: either latex or texinfo.

     --max-iterations=n
	 Limits the number of iterations to prevent endless processing. The  de-
	 fault for n is 5.

     --mkidx-option=option
	 Pass option to the index generator.

     --pdf, -p
	 Use miktex-pdftex (or miktex-pdflatex) for processing.

     --quiet, -q, --silent, -s
	 No screen output unless errors plies --batch).

     --run-viewer
	 Run a viewer on the resulting DVI (PDF) file.

     --src
	 Pass --src-specials to the TeX compiler.

     --texinfo=cmd, -t=cmd
	 Insert  cmd  after  @setfilename in copy of input file. Multiple values
	 accumulate.

     --tex-option=option
	 Pass option to the compiler.

     --verbose, -V
	 Print information on what is being done.

     --version, -v
	 Display version information and exit successfully.

     --viewer-option=option
	 Pass option to the viewer.

ENVIRONMENT VARIABLES
     The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO, TEX (or
     PDFTEX), and TEXINDEX environment variables are used to run those commands,
     if they are set.

MiKTeX 25.4			 April 18, 2025 		       TEXIFY(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=texify&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help