I need Romanian characters ş and ţ in citations. For this I updated chicago style (chicago.bst file) and for et. al. I replaced:
first " ş.a. " but i got ?.a. instead
second " \cb{s}.a." but i get the following error
Code: Select all
\cb{s}.a.}{2007}]{Li2007a}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
Code: Select all
\documentclass[oneside,romanian]{scrbook}
\usepackage[]{fontenc}
\usepackage[utf8x]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{type1ec}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ucs}
\usepackage{hyperref}
\usepackage{natbib}
\usepackage{etoolbox}
\makeatother
\usepackage{babel}
\begin{document}
\cite{Li2007a,RouxSmart:95,Schwind:96,Wood1996,Haff1996}
\bibliographystyle{chicagoro}
\addcontentsline{toc}{chapter}{\bibname}\bibliography{D:/JURNALE/a,articles,D:/JURNALE/b}
\end{document}
link to modified chicago stylehttp://www.geomorphologyonline.com/chicagoro.bst
I tried in \usepackage[utf8x]{inputenc}, utf8x and latin1 without succes.
Because i use Lyx and because I have limited time I cannot use biblatex.
Any clue would help!
Thanks in advance!
Mihai