Questions tagged [pdftex]
23 questions
1
vote
1 answer
Recompile ggplot2 fonts while importing to LaTeX
Is there a way to get the fonts of a R plot reformated while compiling the global .tex file?
For example something similar to the exporting option of the Inkscape software, allowing to export a .pdf_tex file containing the text along with a .pdf…

JohnBee
- 1,720
- 1
- 15
- 19
1
vote
0 answers
Make SumatraPDF 3.0 remember position when recompiling PDFTexify from WinEDT 8.0
I have been writing my Thesis using WinEDT 8.0, MikTex 2.9, Sumatra PDF 2.4 (updated today to 3.0). PDF inverse search works, which means Sumatra and WinEDT are communicating. However, I used to be able to recompile my master *.tex file in PDFTexify…

user1921566
- 11
- 2
1
vote
1 answer
Compiling LaTeX via an on-line server
I have a LaTeX text document that compiles fine with the current version of pdflatex on my home computer. I've made minor edits to the body of the document. I'm trying to recompile it, using either http://sciencesoft.at/latex/?lang=en or the first…

Mark Ch.
- 11
- 1
- 2
0
votes
1 answer
pdftex fails in a bash script
I have bash script that takes a booklet format PDF and converts it to separate pages. The script is called by php running under nginx.
I am using pdfcrop, which calls pdfTex, which is the point of failure.
The script runs fine as root from the…

Roger Creasy
- 1,419
- 2
- 19
- 35
0
votes
0 answers
Macron accent (a bar over the letter) in LaTeX not working
I have the following .tex:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} % Required for accented characters
\`{o} \'{o} \^{o} \"{o} \H{o} \~{o} \c{c} \k{a} \l{} \={o} \b{o} \.{o} \d{u} \r{a} \u{o} \v{s} \t{oo} \o
which…

npross
- 1,756
- 6
- 19
- 38
0
votes
1 answer
Tabulize function in R
I want to extract the table of page 112 in this pdf document:
http://publications.credit-suisse.com/tasks/render/file/index.cfm?fileid=432759CA-0A73-57F6-04C67EF7EE506040
# report 2017
url_location…

msh855
- 1,493
- 1
- 15
- 36
0
votes
1 answer
PDF thumbnails in TeXShop (LaTeX)
How can i create PDF thumbnails in TeXShop using LaTeX and thumbpdf?
I have \usepackage{thumbpdf} in my preamble, ran LaTeX twice, ran
$ thumbpdf report.pdf
from a Terminal (I'm on a Mac), then ran LaTeX again, but the PDF has no thumbnails? Am I…

joec
- 3,533
- 10
- 60
- 89
0
votes
3 answers
Why does LaTeX start a new line when making a reference
I just created a LaTeX document and compile it to a PDF using pdftex. Every time I make a reference using the \ref command, the reference is put on a new line. Why does this happen and how do I prevent this?

Bram
- 110
- 9