Linked Questions
12 questions linked to/from How to make LaTeX see local texmf tree
0 votes
0 answers
464 views
add texmf tree to TeX Live [duplicate]
I'm new to TeX Live. I know in MiKTeX it's very easy to add multiple paths using "MiKTeX Settings". But how can I do this in TeX Live? The directory I want to add is /usr/share/R/share/texmf It's ...
19 votes
3 answers
7k views
Change TEXMFHOME per-user
I would like to know if it's possible to change the default TEXMFHOME location. Partly because I dislike the idea of programs cluttering my home directory with non-hidden files or directories (such ...
11 votes
2 answers
24k views
Install custom .cls using TeX Live in local directory
Background There is a .cls file that pdflatex should use. I have read the following How to make LaTeX see local texmf tree Per-project texmf directory Create a local texmf tree in MiKTeX How to have ...
13 votes
1 answer
11k views
Create a local texmf tree in Ubuntu
I am running Ubuntu 12.04 which came with TeX Live 2009 pre-installed. I want to create a local texmf tree at the location ~/Dropbox/mylocaltexmf/, so that I can place my own .sty files in my Dropbox ...
7 votes
1 answer
7k views
How to set TEXMFHOME so that it works
I have installed Tex Live on OS X using the install-tl with the -portable option. (I can't use MacTeX because I don't have admin access on the particular machine.) Having installed, I ran tlmgr ...
5 votes
1 answer
5k views
Create a local texmf tree in MacTeX
I know that TeX Users Group recommends putting your local texmf tree at ~/Library/texmf (see link). However, I want MacTeX to see my local texmf tree in a folder in my Dropbox. This allows me to refer ...
3 votes
1 answer
3k views
cls file - multiple files
I am writing a .cls file so that I can maintain consistency across many documents. The cls file is soooo long, and I would like to split it up into parts, in a similar fashion that one does when ...
0 votes
1 answer
2k views
How to update biblatex in ubuntu
I'm trying to update biblatex, but I cannot succeed. I'm following this guide from README file: SEMI-AUTOMATIC INSTALLATION Get the file biblatex-.tds.zip from http://sourceforge.net/projects/...
1 vote
1 answer
2k views
Add a specific document class created by a journal to the directory [duplicate]
I am writing my first document in the Texmaker program and I need to use the jfm (Journal of Fluid Mechanics) class, but I don't know how; even after reading some answers here and videos. I already ...
4 votes
1 answer
344 views
Update package of TeX Live 2009
I have a CLSI (LaTeX server) instance running on Ubuntu 10.04: http://code.google.com/p/common-latex-service-interface/ Now I want to install a new package and also upgrade an existing package. The ...
0 votes
1 answer
608 views
Underlined doi with rsc package
I would like to have my DOIs underlined using the RSC package, if possible just the DOI, e.g. tweaking the DOI function rather than the hyperlink. The solution suggested here "underline the doi entry ...
1 vote
0 answers
21 views
Setting up the texmf folder in MacTeX [duplicate]
I have the following instructions for Windows: However, I am using Mac OS X with the latest version of MacTeX. I already found this thread: How to make LaTeX see local texmf tree But I am not sure ...