Questions tagged [latex]

LaTeX is a macro package implemented on Don Knuth's TeX programming language and is used primarily for creating high quality written documents. Note that http://tex.stackexchange.com is specifically dedicated to LaTeX questions (and TeX, and other related technologies).

LaTeX is a macro package implemented on Don Knuth's TeX programming language and is used primarily for creating high quality written documents. The underlying TeX system is Turing complete and LaTeX inherits this property, making it possible (but rarely advisable) to perform arbitrary computations in LaTeX; more interestingly it makes it possible to get any layout scheme you can describe precisely.

There is a Stack Exchange site dedicated to LaTeX (and TeX, and other related technologies), which is a good place to ask any LaTeX-related questions.

Other resources

A great many problems can be solved by selecting the right existing macro package from CTAN.

183 questions
4
votes
2 answers

Compile Latex source automatically on creation/change

Is it easy to do the following script? I have my LaTeX-documents on /home/jaakko/Documents/LaTeX and its subdirectories. I would like to have a script watch the .tex documents in that directory and its subdirectories and if some tex-file changes,…
Jaakko
  • 43
  • 3
2
votes
0 answers

Texmaker won't compile unless opened through terminal

I am running Linux mint 16. I have installed Texmaker on my machine and everything works fine when I open it through the terminal, i.e. $ texmaker foo.tex; however, when I open the file by double-clicking on the foo.tex file in Nemo and picking…
ginny
  • 185
1
vote
0 answers

Texmaker will not compile unless opened through terminal

I have the problem that Texmaker 4.4.1 does not compiled if it is started from the icon in the appications menu, but it does compile if started from the terminal. When I do the quick build, the program shows no errors, it is just that it doesnt seem…
0
votes
1 answer

Is it possible to install a specific .sty (for texstudio) using apt?

For some purpose I need to have `fontawesome.sty'. This .sty is a part of texlive-fonts-extra package which can be installed using apt. But I don't want to install whole texlive-fonts-extra package. Is there a way to install 'fontawesome.sty' only…
physu
  • 199