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
3
votes
1 answer

Compile twice in django_tex

I need to compile a .tex file twice with django_tex in order for the table of contents to load correctly. Is there a way to tell the interpreter in django_tex to run the compiler twice (I use…
Clerni
  • 252
  • 7
  • 18
3
votes
1 answer

Is it possible to insert a gif in latex (Overleaf)?

I'm writing a latex file on Overleaf and I would insert a gif image. Is it possible? Because I didn't find any solutions.
Lala
  • 63
  • 1
  • 1
  • 6
3
votes
1 answer

How to wrap text around charts in a Rmarkdown knit-to-pdf document?

I have an Rmarkdown document which knits to PDF Text not wrapping around chart My wish is for the white space to the right of the chart be filled by text rather than having all that white space. I have tried the following with the impression that…
Tumaini Kilimba
  • 329
  • 2
  • 12
3
votes
1 answer

Large table in Latex gets cut off when outputting to PDF?

I haven't worked with much Latex syntax so I'm not quite sure what stylization changes I need to make here. I have a large piece of Latex as…
archingfork
  • 145
  • 1
  • 7
3
votes
1 answer

R Markdown: how make I make inline code do not execute?

I want to write something like I used lm() function in R in R markdown and I wish to make the lm() stand out as it is a code. I tried to use I used `r lm()` function method to make lm() stands out, but it won't work as the program keeps telling me…
Michael
  • 439
  • 1
  • 4
  • 15
3
votes
1 answer

Table border line is missing

I am trying to draw table in latex but when I compile my latex file it misses one boarder line of the table as you can see in this image. I have tried all possible way but no luck if any one can help. Here is the image that shows missing boarder…
Asma Javaid
  • 45
  • 1
  • 5
3
votes
0 answers

PDFPages package will not load in PDFLatex

I'm trying to include a PDF using \usepackage{pdfpages} but the package will not load. I'm getting the following error: LaTeX Warning: You have requested release `2020-10-01' of LaTeX, but only release `2020-02-02' is available. !…
Gracias
  • 45
  • 1
  • 2
  • 6
3
votes
2 answers

Video embedded into pdf with Latex does not play correctly

I want to embed an mp4 video (with H.264 codec) into a pdf with Latex, using the media9 package. There are no error messages during compilation. Before activating the video in the pdf, there is a still image (as intended), but after activation,…
bproxauf
  • 1,076
  • 12
  • 23
3
votes
1 answer

How to include image files in Sphinx + Latex Pdf files

I am using Sphinx Documentation tool alongwith LaTeX to generate pdf files. While trying to include images in the pdf file, I am coming up with the following error during compile: LaTeX Warning: File `{img_file}.jpg' not found on input line 920. !…
shaan
  • 351
  • 2
  • 15
3
votes
1 answer

How to use Sphinx to generate PDF

I am trying to learn Sphinx documentation creating tool. I am able to generate html documentation. Now, in order to create an off-line version of the (html) documentation, I have been trying to generate pdf file from my project. Towards that goal,…
shaan
  • 351
  • 2
  • 15
3
votes
1 answer

Setting Tikz Boarder Globally | Latex

With the following Code I am able to set the boarder for current page, but how can I make the boarder available to all pages without explicitly setting it on every page. % !TeX TS-program = xelatex % | xelatex % \documentclass[12pt,…
Lawliet
  • 77
  • 6
3
votes
2 answers

Problems doing citations using RStudio with natbib with a bibliography style

Consider the following: test.rnw \documentclass[12pt]{article} \usepackage{natbib} \usepackage[margin=1in]{geometry} \begin{document} <>= Sys.setenv(TEXINPUTS = getwd(), BIBINPUTS = getwd(), …
Clarinetist
  • 1,097
  • 18
  • 46
3
votes
2 answers

R markdown, trouble with \rowcolor in kable_styling()

Having some trouble with kable_styling() in R markdown. https://haozhu233.github.io/kableExtra/awesome_table_in_pdf.pdf has a great vignette on styling tables in Rmd files to pdf but still having trouble with kable_styling(latex_options =…
Josh Erickson
  • 316
  • 2
  • 10
3
votes
1 answer

! Package inputenc Error: Unicode character λ (U+03BB) (inputenc) not set up for use with LaTeX. while trying to knit in RMD

I am trying to knit the RMD file as I need to submit it in pdf.The code are working alright when I am running it in RMD.I am getting these errors which I have no knowledge at all. output file: BUAN6356_Homework4_Group10_1.knit.md ! Package inputenc…
Chitreshkr
  • 161
  • 3
  • 14
3
votes
1 answer

"Error Producing PDF" when markdown contains a horizontal rule: --- or ***

When my Markdown file contains a horizontal rule --- or *** I receive an error regarding \Linethickness -> \Protect I understand there have been issues with MiKTeX recently, however I am unsure whether they apply here. I have been experiencing this…
JV53
  • 69
  • 6