LyXRomanian Characters in Bibliography

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
mihai_niculita
Posts: 5
Joined: Fri Sep 14, 2012 12:42 pm

Romanian Characters in Bibliography

Post by mihai_niculita »

Hello,

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.
The WME is:

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 bib file http://www.geomorphologyonline.com/b.bib
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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

mihai_niculita
Posts: 5
Joined: Fri Sep 14, 2012 12:42 pm

Romanian Characters in Bibliography

Post by mihai_niculita »

I managed to resolve it. \cb{s} is a command of combelow package, and adding the package in the preamble now create Romanian ş in the citation.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Romanian Characters in Bibliography

Post by cgnieder »

For reference: this question has also been asked on TeX.se.
site moderator & package author
mihai_niculita
Posts: 5
Joined: Fri Sep 14, 2012 12:42 pm

Re: Romanian Characters in Bibliography

Post by mihai_niculita »

I am the one ho posted there also, cause I was in a hurry and I needed rapid help. So I must give credit to Mico user from there, for the help.
Post Reply