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
2 answers

conversion of .tex file into .pdf file in windows

How to convert .tex file into .pdf file in windows by using python programming? I have .tex file and want .pdf file through python code in windows
-1
votes
1 answer

Subtract integer from floats and integers in \foreach loop - (pdf)Latex [Overleaf]

I would like to subtract the integer 1 from the names of the files I have included in the for loop. Although this works for the integer values, the float doesn't decrease by one, but rather shows '63.1-1' for example. Would like help with this.…
Hithesh
  • 11
  • 3
-1
votes
1 answer

Removing spaces between chapter LoF in table of contents

I'm trying to remove the space in LoF between different chapters. i have tried different solutions(patching it as well) but it is not working. I have attached the codes below for your reference. Any help or pointers to resolve it would be highly…
Krishna Kumar
  • 17
  • 1
  • 8
-1
votes
1 answer

Align equations already created with {equation*}?

I think this is simple. I am using LaTeX in Rmarkdown, with the amsmath package. I am using \begin{equation} XX \end{equation} so that I can label my equations throughout the document. However, I have a set of equations that I would like aligned for…
lmbradley
  • 109
  • 1
  • 1
  • 9
-1
votes
2 answers

How to add index outside a table in latex

How to add index outside a table like this? Thanks!
-1
votes
1 answer

Difference in PDFs when manually generated with Knit-Button vs rmarkdown::render() - e.g. section numbers not always included

I try to generate multiple reports (1 per group) with rmarkdown::render(), but it produces no section numbers. I use the following file-structure for this in case you want to reproduce the sample (I tried to simplify each file and use only necessary…
Martina
  • 139
  • 1
  • 10
-1
votes
1 answer

IEEEtran: spaces between words in title

I have this bib item and I am using IEEEtran as a bibliographystyle. I have used the default IEEEtran.bst and IEEEtran.cls. I am not sure, if I need both but I have tried all variations. @misc{clark_2022, title={Tiktok faces investigation into its…
-1
votes
2 answers

Figures to flow/distribute automatically over pages in LateX

I have a long LaTeX script for making a document where most of the sections have three figures and they fit the page very good. In some random sections, we have six or nine figures. Therefore, the page will not fit these extra figures and they will…
m.m.hammad
  • 51
  • 1
  • 7
-1
votes
1 answer

How to create a LATEX table from a textfile delimited by spaces in unix (bash)

I have a text file in the format (space delimited, one entry per line): row1 val1 val2 row2 val1 val2 I have the header values for the table within an array, say fieldArray. I need to create a LATEX table similar to this (added a screenshot below…
Tory
  • 109
  • 11
-1
votes
1 answer

I don't understand what I did wrong?

After compiling, I got the following messages: Error message Error: LaTeX failed to compile hw_ch_1_Hussein_Jafar.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. Warning message In addition: Warning message: In system2(...,…
-1
votes
1 answer

Is It possible to compile a latex document via Angular 9?

I would like to compile and generate PDF files using latex in Angular 9. In other words, I'd like to know if it is possible, and how, to compile a document via Angular and Pdflatex. The client would insert their data as a JSON data structure (or…
-1
votes
1 answer

Latex not opening png and windows not being able to generate bb

I'm using TexMaker (on Windows 10), using the pdflatex (F6) and yet I can't open the PNG file in the folder of my…
-1
votes
1 answer

Latex highlighting \citation and \ref using different backgrond colors

Hi I am writing a revised article. I am highlight the background of the revised text with different background color. I was succesful in highlighting them but I could not highlight the citations in the Bottom References.…
Mainland
  • 4,110
  • 3
  • 25
  • 56
-1
votes
1 answer

Why is the concatenated string at the end totally different from what the code does?

The code below might seem big, but it's really simple. I wanted to make an exercise generator in C, which concatenates latex formatted strings, stored in the function local arrays. But the output is totally not what I expected it to be. I might have…
-1
votes
1 answer

R code in LaTeX, highlighting without compiling

I want to include R code in my LaTeX file and as I want to improve readability I really liked the way knitr package highlights the syntax of code with different colors. But what I would like to avoid is compiling the code and showing the output as…
jakes
  • 1,964
  • 3
  • 18
  • 50
1 2 3
63
64