Main · Latex

This page was last modified on 29 October 2008, at 21:03 NZST

Main.Latex History

Hide minor edits - Show changes to markup

29 October 2008, at 21:03 NZST by Luis -
Changed line 42 from:

The worst part of reference management is to type in all the new references. I have been using Zotero—a Firefox extension—to capture reference’s information from online sources. There enters zot2bib, which is a Zotero plugin that can inmediately copies new captured material to Bib Desk?’s database.

to:

The worst part of reference management is to type in all the new references. I have been using Zotero—a Firefox extension—to capture reference’s information from online sources. There enters zot2bib, which is a Zotero plugin that can inmediately copies new captured material to BibDesk’s database.

29 October 2008, at 21:02 NZST by Luis -
Changed lines 40-41 from:

On terms of writing tools, I have been using TexShop as my main writing environment. However, after coming across with emacs two weeks ago, I have been trying writing with Aquamacs. It is still too early to see if I will continue using Aquamacs. All of my references are contained in Bibdesk, after importing them from Endnote (a system that I really dislike).

to:

On terms of writing tools, I have been using TexShop as my main writing environment. However, after coming across with emacs two weeks ago, I have been trying writing with Aquamacs. It is still too early to see if I will continue using Aquamacs. All of my references are contained in BibDesk, after importing them from Endnote (a system that I really dislike).

The worst part of reference management is to type in all the new references. I have been using Zotero—a Firefox extension—to capture reference’s information from online sources. There enters zot2bib, which is a Zotero plugin that can inmediately copies new captured material to Bib Desk?’s database.

29 October 2008, at 20:54 NZST by Luis -
Changed lines 1-2 from:

I have been using Latex since 2000, mostly for writing long documents and teaching material. This year I came across Dario Taraborelli’s excellent The Beauty of `LaTeX article and his list of tools, from where I learned about XeLaTeX. Now I use XeLaTeX—the unicode and Mac OS X fonts enabled version of LaTeX—ogether with the fontspec package for all long projects.

to:

I have been using LaTeX since 2000, mostly for writing long documents and teaching material. This year I came across Dario Taraborelli’s excellent The Beauty of LaTeX article and his list of tools, from where I learned about XeLaTeX. Now I use XeLaTeX—the unicode and Mac OS X fonts enabled version of LaTeX—together with the fontspec package for all long projects.

29 October 2008, at 20:54 NZST by Luis -
Changed lines 40-41 from:

On terms of writing tools, I have been using TexShop as my main writing environment. However, after coming across with emacs two weeks ago, I have been trying writing with Aquamacs. It is still too early to see if I will continue using Aquamacs. All of my references are contained in Bibdesk, after importing them from Endnote (a system that I really dislike).

to:

On terms of writing tools, I have been using TexShop as my main writing environment. However, after coming across with emacs two weeks ago, I have been trying writing with Aquamacs. It is still too early to see if I will continue using Aquamacs. All of my references are contained in Bibdesk, after importing them from Endnote (a system that I really dislike).

29 October 2008, at 20:53 NZST by Luis -
Added lines 24-25:

% Reference management

29 October 2008, at 20:52 NZST by Luis -
Changed lines 36-38 from:

@]

to:

@]

On terms of writing tools, I have been using TexShop as my main writing environment. However, after coming across with emacs two weeks ago, I have been trying writing with Aquamacs. It is still too early to see if I will continue using Aquamacs. All of my references are contained in Bibdesk, after importing them from Endnote (a system that I really dislike).

29 October 2008, at 20:47 NZST by Luis -
Added lines 1-36:

I have been using Latex since 2000, mostly for writing long documents and teaching material. This year I came across Dario Taraborelli’s excellent The Beauty of `LaTeX article and his list of tools, from where I learned about XeLaTeX. Now I use XeLaTeX—the unicode and Mac OS X fonts enabled version of LaTeX—ogether with the fontspec package for all long projects.

My typical preamble includes:

(:source lang=latex:)
\documentclass[11pt]{article}

% Mathematical symbols.
\usepackage{amsmath}
\usepackage{amsbsy}

% Graphics management.
\usepackage{graphicx}

% Setting up the use of mac fonts. This requires XeLaTeX.
\usepackage{fontspec}
\defaultfontfeatures{Scale=MatchLowercase} 
\setmainfont[Mapping=tex-text]{Century Schoolbook} 
\setsansfont[Mapping=tex-text]{Optima} 
\setmonofont{Monaco}

% Use of unicode in my writings.
\usepackage{xunicode}
\usepackage[round]{natbib}

% Additional control of page layout.
% See geometry.pdf
\usepackage{geometry} 
\geometry{a4paper} % or letter or a5paper, etc


\title{Title for the paper}
\author{Luis A. Apiolaza\\
School of Forestry, University of Canterbury}
\date{October 2008} % delete this line to display the current date