I’ve set up a nice writing environment for my Master’s thesis that uses the following tools:
- Scrivener, an application for writers that support MultiMarkDown (MMD) syntax, which can compile to LaTeX.
- BibDesk, a delicious-looking reference manager based on BibTeX. I use it to create the BibTeX library.
- TeXShop, an OS X bundle that easily and quickly sets up a LaTeX environment (including GUI) on your Mac.
The instructions on the MMD developer’s website are clear, but gloss over the bibliography/reference process. Here are my notes:
- In Scrivener, with your document open, go into the File menu and open “MultiMarkDown Settings…”.
- Add an entry called “BibTeX” that contains the relative or absolute path to the BibTex library, excluding the file extension. This is the file that you’ve created and saved in BibTeX. No spaces are allowed in the path.
- Add an entry called “Bibliography Style” that contains the name of the citation style to use, or a relative or absolute path to the bibliographic style, excluding the file extension. You can find some epidemiological styles on the medepi website. No spaces are allowed in the path.
When you export your manuscript to LaTeX (by selecting “MultiMarkDown -> LaTeX” in the “Compile Draft” window), you’ll get a nice .tex file.
- Open the file in TeXShop.
- In the document’s toolbar, make sure that the drop-down is set to LaTeX and click “Typeset”.
- Set the drop-down to BibTex and click Typeset again
- Set it back to LaTeX and click it twice more.
Ridiculous, I know, but that’s apparently how you get LaTeX to include the citation information. Alternately, you can select Macros > Applescript > Bibliography, which automates the above steps (HT Alex Ruiz).
Author
Alex RuizDate
July 19, 2010Time
10:59 amAuthor
Aidan FindlaterDate
July 20, 2010Time
3:03 pmAuthor
KimmieDate
July 21, 2010Time
5:26 pmAuthor
Nik KarpinskyDate
November 15, 2010Time
3:38 pm