Skip to main content

Questions tagged [command-line]

0 votes
2 answers
116 views

Consider the epigraph macro in the following MWE: \documentclass[11pt,twoside]{report} \usepackage[T1]{fontenc} \usepackage[tt=false]{libertinus} \usepackage[french]{babel} \usepackage[stretch=50]{...
Cham's user avatar
  • 2,870
4 votes
3 answers
223 views

Is it possible to use a \csdef{}{} on the command line to pass in parameters to pdflatex? Background: If the MWE below is saved as "TeX-SE.tex", I can use the following command line to ...
Peter Grill's user avatar
0 votes
0 answers
63 views

I'm using LaTeX for several years, and I do it using emacs as a wrapper. (Yes, yes, yes, this site is not about emacs, I know.) The command that is send to the shell is latex /path/to/file/myfile.tex ...
Gyro Gearloose's user avatar
0 votes
2 answers
2k views

I installed MacTex on my M4 MacPro today. When I try to compile a file, e.g., revision.tex, by the command pdflatex revision.tex in terminal, it shows the following error to me: This is pdfTeX, ...
CLAUDE's user avatar
  • 280
1 vote
1 answer
512 views

I am installing latex on different pc using Command-line installer standalone. Using local-package-repository. But I don't find and option to select four extra package to install after install package-...
Joan Vilalta's user avatar
0 votes
0 answers
230 views

How, when I run the pdflatex or lualatex or similar command, can I tell Latex where to look for class files? Let's say I have a directory structure like this: root |--- [my program, etc.] |--- latex-...
axolotlKing0722's user avatar
3 votes
1 answer
328 views

If I run latex (or pdflatex) in the command line, I get a prompt: $ latex This is pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live ...
alfC's user avatar
  • 14.8k
1 vote
1 answer
122 views

GOOD - When I run my TEX file in TexStudio (hit the play button), the tikz overlays (watermarks) appear in the PDF. BAD - When I run my TEX file by executing it in a command prompt (pdflatex template....
user avatar
1 vote
0 answers
143 views

I'm using texify and am trying to set a macro from the command line. Here is my sample .tex file: \documentclass{article} %\newcommand{\version}{1.3} \title{test \version} \begin{document} \...
Russell Urquhart C's user avatar
0 votes
0 answers
40 views

It was suggested in mylatexformat documentation to use -initialize flag. However, it appears that in some newer version, this stopped working. (experimentally, -ini still works) What caused the ...
user202729's user avatar
  • 9,046
0 votes
0 answers
143 views

When I run tex4ebook on a project, I get the following error: tex4ebook -f epub3 generated-latex.tex [STATUS] tex4ebook: Conversion started [STATUS] tex4ebook: Input file: generated-latex.tex This ...
clel's user avatar
  • 453
0 votes
0 answers
243 views

I am interested in using lyLuaTeX. I am used to Overleaf, but Overleaf seems incompatible with lyLuaTeX, so I have downloaded TeX Live and Texmaker. Page 5 of the lyLuaTeX documentation (https://ctan....
Noah J's user avatar
  • 525
0 votes
0 answers
248 views

I am writing a document that will involve dozens of snippets of LilyPond. Seeking the simplest way of doing this, I have hit upon lilypond-Book and lyLuaTeX. Not knowing which is ultimately simpler, I ...
Noah J's user avatar
  • 525
1 vote
1 answer
117 views

In a shell script, I'm doing things like pdflatex <<- EOT \def\something{a} \documentclass{article} \begin{document} \something \end{document} EOT which works as expected. However, when ...
Bubaya's user avatar
  • 3,055
1 vote
1 answer
190 views

I am trying to write a .bat file for my Windows machine that removes page numbers and converts the pdf to a png file with pdfcrop and pdftoppm. The conversion part is not an issue; running latex from ...
mbert's user avatar
  • 12.2k

15 30 50 per page
1
2 3 4 5