0
votes
0answers
33 views

How to specify the path for a package? [duplicate]

Possible Duplicate: How to have local package override default package In the (linux) server in which the basic LaTeX suite (TexLive 2009) was installed, I can run LaTeX with some basic ...
4
votes
2answers
154 views

Good way to show a UNIX path, including a variable component?

I'm writing a document for some data analysis code that I produced, and I need to state where the resulting data is stored. The data is written to a directory with a particular name (reducedData) ...
3
votes
2answers
663 views

Custom .sty directory with OSX 10.5 and pdfTeXk

I have a tex project using a custom .cls which builds in Windows 7 with TeXlipse + MikTeX. The .cls has a number of CTAN LaTeX contrib package dependencies, which I installed one-by-one with MikTeX ...
7
votes
2answers
1k views

Obey spaces with URL package (path command)

Background Using the \path command from the URL package to mark-up directory paths. Some of the paths have spaces. Problem The preamble is set to: \usepackage{algorithm} \usepackage{booktabs} % ...