[OS X TeX] TeXShop and Cloud Computing
Nitecki, Zbigniew H.
Zbigniew.Nitecki at tufts.edu
Sat Oct 1 13:16:19 EDT 2011
Thanks---I will try that. I am not that experienced in using command lines in Terminal: is your suggestion in response to question 2 a command to enter in Terminal, or is it a command to put in a file in the folder you suggest (and in the latter case, what should that folder be called)?
Zbigniew Nitecki
Department of Mathematics
Tufts University
Medford, MA 02155
telephones:
Office (617)627-3843
Dept. (617)627-3234
Dept. fax (617)627-3966
http://www.tufts.edu/~znitecki/
On Oct 1, 2011, at 13:01, Alan Munn wrote:
On Oct 1, 2011, at 12:29 PM, Nitecki, Zbigniew H. wrote:
I use Texshop on two different computers---a home laptop (MacBook Pro) and an office iMac, and have had some problems trying to use Folders Synchronizer to avoid carrying my laptop when I walk to my office. The recent purchase of an iPad 2 prompted me to investigate using Tex Touch and Tex Timer to be able to work on tex files from the iPad while traveling, and in particular I have started using DropBox instead of synchronization to have access from different computers to a single set of files. This seems to work a lot better than synchronizing.
Which brings me to my questions.
1.I have several .sty files with a mass of custom macros that I use in all of my work. On my laptop and on my iMac, these reside in my user ->Library->texmf->tex (or bibtex)->latex folder. I understand that these are now hidden in Lion; if I use the search function (the magnifying glass on my tool bar) I can find about 15 different files with the correct name, but can't find the pathname to any of them. Obviously there is only one I want to use, and that is the one which TeXShop calls up. How do I find it?
If you open a Terminal window, and type
kpsewhich foo.sty
it will return the actual path that TeX uses to find that particular file. So for example, on my machine
kpsewhich article.cls
returns /usr/local/texlive/2011/texmf-dist/tex/latex/base/article.cls
while
kpsewhich Statweave.sty
returns
/Users/alan/Library/texmf/tex/latex/Statweave/Statweave.sty
which is in my local texmf folder.
2. Even more to the point, I want to put these files in DropBox so that again I have only one copy to modify when I need to. Where do I put them in Drop Box so that TeXShop will find them when I \usepackage them? (of course, TeXShop resides in two copies, one on my laptop and one on my iMac).
And can that be designed so that these files get used when I am using TeXShop on a file that didn't come from Drop Box as well?
I don't know much about Drop Box, but I would suggest putting them a single folder inside your dropbox, and then creating a symbolic link inside the local texmf folder on each of the macs to that dropbox folder. Then the dropbox folder will appear as if it is in the local texmf folder.
Assuming that your files are just of one type (e.g. latex packages) you would make the link inside ~/Library/texmf/tex/latex
To make the symbolic link
ln -s <path-to-dropbox-dir> ~/Library/texmf/tex/latex/<local-dir-name>
Alan
--
Alan Munn
amunn at gmx.com<mailto:amunn at gmx.com>
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
List Archive: http://tug.org/pipermail/macostex-archives/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the MacOSX-TeX
mailing list