Tagged Questions
1
vote
2answers
50 views
Bash refuses to execute correct binary
I've installed the current version of texlive (2012), which installs its binaries into /usr/local/texlive/2011/bin/i386-linux/. I subsequently added this directory to the PATH variable by modifying ...
2
votes
0answers
37 views
Generating a single LaTeX file by merging different LaTeX files
I have a main LaTeX file which inputs many other LaTeX files i.e. for example
\documentclass{article}
\begin{document}
\input{input1.tex}
\input{./Input_folder_1/input2.tex}
\input{input3.tex}
...
2
votes
1answer
126 views
Printing Checks from CLI or GUI
Looking for a program or a way to print onto my bank checks in Ubuntu. I don't want to use GNUCash or KMyMoney as those are bank register program's and it's too much work to open one of those each and ...
2
votes
1answer
325 views
Change default binaries for texlive
Ubuntu ships with texlive 2009, which installs the tex binaries into /usr/bin/latex
I've installed the current version of texlive with its installer, which installs its binaries into ...

