Questions tagged [pdflatex]

pdflatex is a command line utility used to create PDFs directly from LaTex source code.

pdflatex is a command line utility used to create PDF files directly from LaTeX source code.

There is a site dedicated to this: TeX - LaTeX

957 questions
-1
votes
1 answer

R - knitr | .Rnw | How to comment, to avoid compilation errors?

Edit: I am using RStudio Up till now, while commenting something, I was using % symbol. Alternatively, I am just using Ctrl+Shift+C shortcut, which results in commenting with % or %' (or # for chunks). The problem is, even if I comment something, it…
Kusavil
  • 294
  • 6
  • 15
-1
votes
2 answers

How to run a .bat file from a .exe application in a different folder?

I have an .exe application that opens another .exe application in a different folder, which then executes a .bat file to compile a .tex document. If the initial .exe application is in a different file to the .tex document it can not find it, but if…
-1
votes
1 answer

How to count Tabular

for some reason i need to make many tables with latex, and non of them should have caption nor labels, but they need to be numbered like Subsection.tableNo. I have tried to use \begin{tabular}{ccc} ...& ... & No.:…
tyker1
  • 123
  • 8
-1
votes
2 answers

Latex List of Figures

So i'm trying to hide the label in my cover image. >\begin{figure} >\center >\includegraphics[scale=0.5]{universidade} >\caption* {Mycaption} >\end {figure} This way it's not labeling the figure but its not…
Sir Hadez
  • 23
  • 4
-1
votes
1 answer

Getting exec() PHP to work like it does on the command line

The following command, which generates a .pdf file from a .tex file, works from the command line but not when I run it with PHP. The file has the appropriate permissions and I'm able to run other commands with exec() so not sure what is going…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
-1
votes
1 answer

Using pdflatex to compile LaTeX file within C code

I am writing C code that writes a LaTeX file for me. I then attempt to compile the file using pdflatex in a non-interactive mode (as in I'm automating some process and don't want to wait for user input on fatal error). The LaTeX file is output at…
cjubb39
  • 454
  • 1
  • 5
  • 15
-2
votes
1 answer

Latex gives me an error when I add list items to the file

I'm very new to latex and can't figure out why it's giving me a error here. The file breaks as soon as I add the list items I can't figure out why. Thanks in advance \resumeProjectHeading {\textbf{Thud Bull 3D} $|$…
Memi
  • 1
-2
votes
1 answer

Using Python Regex to Simplify Latex Fractions

Sample code in Latex: %Chebyshev of second kind \begin{equation} \sum_{\ell \hiderel{=} 0}^n\frac{( \ChebyU{\ell}@{x} )^2}*{ \frac{\pi}{2} }*=\frac{ 2^n }{ \frac{\pi}{2} 2^n+1 }\frac{ \ChebyU{n+1}@{x} \ChebyU{n}@{y} - \ChebyU{n}@{x} …
zara
  • 375
  • 1
  • 4
  • 18
-3
votes
0 answers

Please help me code for a n*1 table in Latex

| Column A | | -------- | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 | |CELL2 | | Cell 1 …
-3
votes
1 answer

How to write "anni '90"

How is it possible to write "anni '90" in LaTeX?
andreYLLI
  • 1
  • 1
-3
votes
1 answer

Latex document sections spacing

I'm working on my CV and I stumbled upon nice template, I started to update the document with my details, but I have a problem, my jobs descriptions are longer than the initial template text, so I need to reduce the space between the sections and…
Ron
  • 1,744
  • 6
  • 27
  • 53
-4
votes
1 answer

Can I create one pdf with multile lex files?

I am writing a long lex file, and getting tired of scrolling up and down. So does anyone know if there is a method that can allow me to write multiple short lex files and combine them to generate one pdf file?
1 2 3
63
64