Would you like to insert quotation marks in LaTeX? Then read our tips + tricks article on this..
If you are new to the LaTeX world, inserting quotation marks is often a problem at the beginning. If you do not import an additional package at the beginning of the LaTeX document, American quotation marks are automatically inserted. In the following instructions we will show you how you can use the German style for quotation marks. We'll also show you how to use English and French quotation marks.
You can get German quotation marks in the simplest variant by using the babel package with the package option german or ngerman . The commands for the German quotation marks are integrated here and can be obtained by entering "` for the lower quotation mark and "' for the upper one . A minimal example of this looks like this:
\documentclass[11pt,a4paper]{article} \usepackage[latin1]{inputenc} \usepackage[ngerman] \begin{document} "`tipps+tricks"' in Anführungszeichen. \end{document}
You can of course also enter the German quotation marks with commands or if the above option does not work properly:
You can get English quotation marks as follows:
The following code: is then converted to: "tips" + "tricks!". ``tipps'' + ``tricks!''
``tipps'' + ``tricks!''
Also French and half French quotation marks can be inserted. To do this, simply use the codes from the following table: