1
vote
1answer
498 views

LaTeX Error: File `subfiles.sty' not found

I'm using pdflatex to compile my .tex files and I'm new on this. I have this package that uses subfiles, but I can't compile because of this error: LaTeX Error: File `subfiles.sty' not found. I ...
1
vote
3answers
716 views

Problem compiling with TeXLive

I am a Ubuntu user, and recently I had a problem with my upgrade from an older version of Ubuntu to a newer one, so I had to wipe everything out and start back from scratch. Unfortunately, that ...
1
vote
0answers
543 views

Memory limit reached - Precompile .tikz plots - How to output pdf with papersize near to image [closed]

Okay, well I have a problem my .tex file has reached the memory limit. Now I tried to change the memory limit /usr/share/texmf/web2c/texmf.cnf however that does not work. It keeps saying pdflatex> ...
2
votes
1answer
441 views

Compiles to PDF but not DVI

I just installed TeX Live on Ubuntu 10.04 using the install-tl-unx.tar.gz package. However, when I tested the installation I noticed that it cannot compile to DVI but it can compile to PDF. My ...
0
votes
0answers
375 views

Bugs in the Gummi (beta) version for Windows [closed]

I'm a beginner in LaTeX typesetting, and I'm learning with the help of Gummi's live preview editor, installed on Windows 7. As suggested by the developers I am using TeX Live, not MiKTeX, as my Latex ...
9
votes
2answers
1k views

Replacement for MiKTeX's texify in TeX Live

I used to use the texify command in MiKTeX on Windows. I would, for example, run a command like: texify --pdf --run-viewer file.tex which, as I understand it, would produce a pdf, automatically ...
1
vote
2answers
2k views

Easiest way for installing and using pdfLaTeX on Windows

Installing and using pdfLaTeX is straight forward on Linux since you can select an install from the synaptic package manager and then use the command prompt. In Windows it seems a bit more complicated ...