Questions tagged [pdftex]
pdfTeX is an extension of TeX which is capable of directly generating PDF output. Use this tag if the used engine – pdftex/pdflatex – is significant to your question.
5 questions from the last 30 days
0
votes
0
answers
36
views
Hide synctex file -- TeXstudio, Windows 11
I use TeXstudio (currently 4.9.2) with MikTeX (currently 4.12) in Windows 11, and I have things set up so that auxillary files are automatically dumped into a "TeX_Aux" folder, which is nice ...
1
vote
0
answers
104
views
Uniform sequences of mathematical dots
When I need to write a sequence of dots without using TikZ, I often define a simple macro based on \bullet or another symbol that produces two or three dots (which they can be increase and decrease in ...
0
votes
1
answer
43
views
Match font size of Cyrillic to Lucida Bright with pdfLaTeX
Can the size of the Tempora-TLF font be changed to match that of Lucida Bright in a pdfLaTeX document such as the following? (It is a bit too small.)
Or is there another Cyrillic font that would ...
2
votes
1
answer
60
views
A .tex file calling texMemo.cls does not compile correctly
My .tex file fails to fully compile on my own systems, due to an error with \logo.
Here's the relevant error:
./ccmeeting30JAN26.tex:36: Undefined control sequence.
l.36 \logo
{\...
8
votes
3
answers
372
views
The choice between pdflatex and xelatex, and the use of newcomputermodern
Let me provide some background for my question: I am compiling a latex project, which involves a main tex file and more than 100 other tex files with no figures (except for a few simple diagrams) or ...