Tuesday, November 15, 2011
Saturday, October 9, 2010
LaTeX works better now
LaTeX works better.
At least it can compile the default LaTeX templates from TextMate.
I have to fix some more things though but thinks are certainly better.
Posted by
WidgetBook
at
12:20
1 comments
My LaTeX installation is not working!
Posted by
WidgetBook
at
08:42
0
comments
Labels: LaTeX, MacPorts, Snow Leopard, textmate
Wednesday, November 26, 2008
MacPorts LaTeX and the marvosym package
After installing the MacPorts version of LaTeX, I have a problem with it: the marvosym LaTeX package does not work as expected.
Posted by
WidgetBook
at
12:03
1 comments
Monday, September 22, 2008
MacPorts and LaTeX
A side effect of using MacPorts (see this post for more information) is that I recalled that I was also using a PowerPC version of LaTeX.
Posted by
WidgetBook
at
11:14
0
comments
Friday, September 19, 2008
Using TextMate for LaTeX documents
One of the things that I really wanted to learn is using TextMate for writing and compiling LaTeX documents.The first place that I looked up for help was Haris Skiadas' blog. Haris is doing a great job in supporting the use of the TextMate editor for writing LaTeX documents. I was not wrong as I found three relevant screencasts there. After googling for a while, I also found a great blog entry titled "Setting up LaTeX on Mac OS X" and I followed its instructions. After installing pdfsync and Skim, I was able to re-compile, view and change a previously created LaTeX project (including BibTeX entries!) that included both Greek and Latin characters.
I am copying the following extremely useful information from the aforementioned blog post:
For enabling the integration of TextMate and Skim you need to use the pdfsync package by including \usepackage{pdfsync} in the preamble of your document. With pdfsync enabled you can press ⌃⌥⌘O (or use the bundle’s “Show in PDFViewer (pdfsync) command”) to jump to the matching place in the PDF file. Vice versa, when pressing Shift-Command-clicking on a location inside Skim, TextMate is showing the matching paragraph in the LaTeX source.
So, as far as writing and compiling LaTeX (and HTML) documents using TextMate, the case is closed!
Note: I have installed LaTeX using the i-installer LaTeX package. The place that I put the pdfsync.sty file is: /usr/local/teTeX/share/texmf.tetex/tex/latex/pdfsync/pdfsync.sty.
Posted by
WidgetBook
at
10:53
0
comments