Can you use pdflatex as a replacement for Tex?

Can you use pdflatex as a replacement for Tex?

In DVI mode, pdfTeX can be used as a complete replacement for the TeX engine. The typical use of pdfTeX is with a pregenerated formats for which PDF output has been enabled. The pdftex command uses the equivalent of the plain TeX format, and the pdflatex command uses the equivalent of the LaTeX format. To generate formats, use the -ini switch.

Is there default value for texmfoutput in pdfLaTeX?

There is no default value for that variable. For example, if you say pdftex paper and the current directory is not writable, if TEXMFOUTPUT has the value /tmp, pdfTeX attempts to create /tmp/paper.log (and /tmp/paper.pdf, if any output is produced.) Search path for \\input and \\openin files.

How to display pdflatex manual in Linux man page?

Command to display pdflatex manual in Linux: $ man 1 pdflatex Run the pdfTeX typesetter on file , usually creating file.pdf . If the file argument has no extension, “.tex” will be appended to it. Instead of a filename, a set of pdfTeX commands can be given, the first of which must start with a backslash.

Where do I enter the date in pdflatex?

The field /ModDate indicates the modification date, and as with the creation date, the date should be entered in the form D:YYYYMMDDHHmmss . The datetime package (version 2.31 and above) has the command \\pdfdate which can be used to insert the current date in the correct format.

Is there a way to run PSTricks with pdfLaTeX?

The absolute easiest way is using the sequence latex->dvips->ps2pdf. When using a GUI, e.g. TeXnikCenter , there is a often a button for this. If you are using packages which works only with pdflatex or want to insert png- or jpg-images, then use the package auto-pst-pdf and you can run pdflatex with PSTricks related code.

Can a PDF file be expanded in pdfTeX?

One caveat: In most pdfTeX formats, you cannot use ~ in a filename you give directly to pdfTeX, because ~ is an active character, and hence is expanded, not taken as part of the filename. Other programs, such as Metafont, do not have this problem. Normally, pdfTeX puts its output files in the current directory.

What are the names of the commands in pdfTeX?

To generate formats, use the -ini switch. The pdfinitex and pdfvirtex commands are pdfTeX’s analogues to the initex and virtex commands. In this installation, if the links exist, they are symbolic links to the pdftex executable.

What are the prerequisites for creating PDF documents?

Prerequisites: you must have pdflatex installed, as well as the hyperref and xmpincl packages. Most modern TeX distributions have these things preinstalled. Option 1: If you want to generate PDF/A compliant documents “out of the box”, you need at least pdfTeX 1.40.15, and preferably pdfTeX 1.40.16.

How to create a PDF file using latex?

The first document example1.pdf was generated from LaTeX sources using pdflatex without any special steps, and then converted to PDF/A-1b using Acrobat Pro. Let us try copying and pasting its contents into a text file. The result is gibberish: Denition 1.

There is no default value for that variable. For example, if you say pdftex paper and the current directory is not writable and TEXMFOUTPUT has the value /tmp , pdfTeX attempts to create /tmp/paper.log (and /tmp/paper.pdf , if any output is produced.)

How to Force PDF page height / width?

I just found out that if I include, \sepackage {pdflscape} It automatically parses the pdf page size correctly; even if you don’t have any landscape pages. Thanks for contributing an answer to TeX – LaTeX Stack Exchange!

The procedure to create a pdf document using LaTeX is the same in all cases: make a plain text artex.tex source file using LaTeX commands, in any plain text editor [recommended is WinEdt or TeXstudio ]. Then run the command If correctly installed, WinEdt or TeXstudio will have a button to click for this operation.

Which is the output of pdfLaTeX artex.tex?

The result of pdflatex will create from artex.tex several files of which two are immediately important: artex.log, which contains information on any errors and artex.pdf which is the output. If artex.pdf is not how you want it, then resume editing artex.tex before again processing it with pdflatex.

Why are mathematicians interested in PDF LaTeX format?

Many pure mathematicians, in my case 30 years ago, were attracted to use computers (initially with just command line input) for the first time in their work by LaTeX . It liberated them from the problem of preparing their papers in camera-ready format, initially in Postscript format then subsequently in pdf.