Tagged Questions
2
votes
1answer
81 views
I can't get LaTeX to recognize the Venndiagram package even though TeX Live says the package is installed [closed]
I am new to using LaTeX, I have not figured out how to properly install a package yet. I believe this is my issue, if someone could help guide me through the proper way of doing so I would appreciate ...
0
votes
0answers
32 views
How to install a package in mactex? [duplicate]
I am using mactex on osx.
I wanted to do a smartdiagram
\begin{figure}
\begin{center}
\smartdiagramset{circular distance=4cm, font=\large, text width=2.5cm,
module minimum ...
1
vote
0answers
42 views
How to change the Find Panel in TexShop?
I run a TexShop v3.11 on a Mac OSX 10.8.2. The find panel of TexShop is set to be Ogrekit in Preferences. Then I quit TexShop and reopened it. But, when I use cmd+F in my editing document, the find ...
0
votes
0answers
94 views
Installation Problems [closed]
Is there an alternative to creating a texmf directory in ~/Library? Everytime I try to do this, Texshop complains--it says
unable to find /begin{document}
I get this under Mountain Lion and under ...
5
votes
1answer
647 views
Where does BasicTeX put the texmf directory on OSX?
I have just installed BasicTeX on OSX 10.5 and I'm trying to locate the texmf directory to copy the llncs (LaTeX .cls and .sty files) folder into.
According to the install log the location should be ...
6
votes
1answer
303 views
TeX Live OS X users: testing needed for “download on the fly” script?
Not sure if this is a strictly appropriate question (I hope so, because it has to do with TeX-related tools) but I need to know whether or not my texliveonfly.py script runs successfully on OS X. ...
1
vote
2answers
158 views
Mypackage on Macbook Pro
I created a mypackage.sty file using all the packages, new-commands, other command shortcuts. Instead of loading packages I just load mypackage which mostly contains everything for my needs.
I ...
2
votes
2answers
577 views
Check installed packages on Mac OS X and install new ones
When trying to compile a new LaTeX document, this line
\usepackage[mtplusscr,mtbold]{mathtime}
produces the error
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion ...
21
votes
4answers
2k views
How to typeset special Apple Mac keyboard symbols?
Is there a standard way to typeset the special symbols of the Apple Mac keyboard? That is, the curly rectangle ⌘ and the others?
If there is none, what would you suggest as workarounds?
3
votes
2answers
662 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 ...
13
votes
1answer
13k views
How do I add a .sty file to my MacTeX/TeXShop installation?
I've searched online, but I have not found any clear instructions how to permanently add .sty files to my TeXShop installation. I'm using a Mac with OSX (TeXShop is a mac only program).
What is the ...
3
votes
1answer
1k views
How to use Verdana under Mac OS?
I am trying to use the Verdana font in LaTeX under Mac OS X.
I have found some packages, like verdana or winfonts but I can't get around to install them.
Can someone enlighten me of the best way to ...
7
votes
5answers
3k views
MinionPro on Mac OS X
Has anyone been able to install the MinionPro package on OS X? I usually install (and update) TeX Live through MacPorts and the first package I have ever found that wasn't already included is ...
6
votes
1answer
2k views
Installing new packages from ctan through command line or AUCTeX on Mac OS?
I've needed a few new packages for some macros to draw diagrams that I'm working with.
I've heard that some LaTeX editors can automatically download the correct packages from CTAN when they're not ...