PDFLaTeX refers to a particular compiler in the family of LaTeX compilers.
0
votes
0answers
29 views
Trouble penning pdf file after putting password on editing section
I make a PDF file with TexMaker or TexStudio and then try to put password on "editing" part of it using Adobe Acrobat XI. So far it works just fine. But when I try to reopen that file, strangely I get ...
2
votes
2answers
72 views
How can I append two PDFs that have links
My problem
I have two PDFs which I would like to merge to one PDF. The first one was generated with LaTeX and has links to the chapters, the second one is a GUI-draft with links created with ...
0
votes
1answer
60 views
In emacs, how do I get make the pdflatex output on a successful compilation?
After hitting C-c RET and compiling my .tex file, I would like the tex-shell buffer to close if the compilation was successful. How can I do that?
0
votes
0answers
18 views
Portable pdf-viewer which supports video embeddings produced by latex movie15 or media9 [duplicate]
Possible Duplicate:
Portable pdf-viewer where I can configure which external movie player is used
Is there any portable pdf-viewer for windows which supports embedded videos produced by ...
0
votes
1answer
314 views
Configuring Notepad++ to run knitr2pdf
Sorry for such a basic question but since I do not have a degree in programming...
I am a user of R, knitr and Notepad++.
I was trying to configure Notepad++ to run pdflatex and knitr(knit2pdf). By ...
0
votes
2answers
1k views
How to put LaTeX formulas in Word 2010?
I have a problem to convert directly equations from Mathematica *(copied as LaTex) in Word 2010. Is there any option?
11
votes
3answers
2k views
Windows PDF viewer that auto-refreshes PDF when compiling with pdflatex
I'm writing a LaTeX document and am using the command line to compile the LaTeX code into a PDF document. In Linux I would just open the PDF with Evince PDF Viewer, and whenever I recompiled the LaTeX ...
3
votes
1answer
386 views
PDF-XChange Viewer, pdflatex, Windows XP Pro SP3
Howto make pdfxcview.exe not lock PDF files when opening them
or
force pdflatex ignore locks (and thus be able to overwrite PDF while generating content with pdflatex or simply manipulating content ...
2
votes
3answers
234 views
PDF: automatically remove pages 2+4 and then glue back together?
I have a bunch of PDFs and for each of them, I would like to remove pages 2 and 4, then glue the PDF back together. Is there a clever way to do this using a command-line utility?
0
votes
2answers
1k views
How can I link to a local file in a LaTeX document typeset with PDFlatex on Mac OS X?
When I try to embed a link to a local file in a LaTeX document via \href{file://./path-to-file}{filename} it's typeset as a remote link, so http:// is prepended. How can I link to a local file, with ...
2
votes
1answer
562 views
pdflatex - printing a black and white PDF
Before reading, I had like to state that I don't know much about LATEX. I just needed to use 'moderncv' so I am asking this question.
Is there any pdflatex switch I can use to produce a black and ...
4
votes
4answers
1k views
Is it faster to print PDF or PS?
for instance i compiled a .tex file into ps and pdf. will there be e difference in printing speed between pdf and ps?
4
votes
3answers
6k views
Getting Emacs to use pdflatex
How can I configure Emacs to run pdflatex rather than latex on a LaTeX file when I type C-c C-f (tex-file)?
4
votes
2answers
206 views
How do I produce bytewise consistent documents with pdflatex?
When I run pdflatex on the same .tex file twice, it produces similar results to my eyes but the contents of the file are slightly different (as revealed with an md5 checksum). Is there any flag I can ...
0
votes
1answer
482 views
Specifying the destination for the pdf output when using pdflatex, from gVim
I am generating a pdf output with pdflatex with the following command in gVim:
:!pdflatex %
This command in turns executes the following in the Command Prompt:
cmd.exe /c pdflatex /testvim.tex
...