[OS X TeX] Some beginner questions

Daniel Becker d.becker at jpberlin.de
Fri May 7 08:43:39 CEST 2010


Am 07.05.2010 um 02:59 schrieb Ferguson, Don:

> \usepackage{T1]{fontenc}
> 
> in the preamble. The « and » guys now appear. Is that the proper solution?

you could consider the package csquotes, example below. If you like it, it makes sense to change TeXShop's Autocompletion a bit.
http://tug.ctan.org/tex-archive/help/Catalogue/entries/csquotes.html


\documentclass{scrartcl}
\usepackage[T1]{fontenc} %hyphenation with european languages, HQ-fonts
\usepackage[latin1]{inputenc} %encoding
\usepackage[english,french,ngerman]{babel}
\usepackage[babel,german=guillemets,french=guillemets,english=american]{csquotes}

  
\begin{document}
Genau, dies ist \enquote{nur} ein Beispiel. 

\selectlanguage{french}
Genau, dies ist \enquote{nur} ein Beispiel. 

\selectlanguage{english}
Genau, dies ist \enquote{nur} ein Beispiel. 

\end{document}


Daniel





More information about the macostex-archives mailing list