summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex37
1 files changed, 36 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
index a76ffc66892..1b1765ed6b6 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Chapters/Chapter01.tex
@@ -316,10 +316,45 @@ Spanish languages need an extra option in order to work with this template:
Thanks to an unknown person for this information (via Google Code issue reporting).
+\paragraph{Further information for using \texttt{classicthesis} with Spanish (in addition to the above)}
+In the file \texttt{ClassicThesis.tex} activate the language:
+\begin{verbatim}
+ \selectlanguage{spanish}
+\end{verbatim}
+
+In order to get the bibliography style right, you can use the following:
+\begin{verbatim}
+ \bibliographystyle{babplain}
+\end{verbatim}
+
+For this, it is necessary to load the package:
+\begin{verbatim}
+ \usepackage[spanish,fixlanguage]{babelbib}
+ \selectbiblanguage{spanish}
+\end{verbatim}
+
+If there are issues changing \verb|\tablename|, \eg, using this:
+\begin{verbatim}
+ \renewcommand{\bibname}{Referencias}
+ \renewcommand{\tablename}{Tabla}
+\end{verbatim}
+
+This can be solved by passing \texttt{es-tabla} parameter to \texttt{babel}:
+\begin{verbatim}
+ \PassOptionsToPackage{es-tabla,spanish,es-lcroman,english}{babel}
+ \usepackage{babel}
+\end{verbatim}
+
+But it is also necessary set \texttt{spanish} in the \verb|\documentclass|.
+
+Thanks to Alvaro Jaramillo Duque for this information.
+
+
\subsection*{Compatibility with the \texttt{pdfsync} Package}
Using the \texttt{pdfsync} package leads to linebreaking problems with the \texttt{graffito} command.
Thanks to Henrik Schumacher for this information.
-
+
+
\section{Future Work}
So far, this is a quite stable version that served a couple of people