I'm making the first steps in Xelatex. Now I'm trying to make my bachelor in this program.
I have TexLive 2010 (with updates 22.02.2011) installed on Kubuntu 10.04 . My text includes five languages (French, English, German, Greek (modern and ancient) Russian and Polish). The main language is French.
The file that I've made is compiling well enough except two problems:
- In footnotes and in the bibliography after compilation the period of pages is always has "p." even if pages in .bib file is done like
pages = {2--8}(@Book,@Article,@Misc,@Bookletetc). How to make it shown like "pp."? I've read the manual and tried\nopand\nopp- it doesn't help. - How to make the small caps in footnotes and in the bibliography for the surnames of authors in Greek and Russian? (With the surnames in latin alphabet everything is ok.)
Here is my file.
\documentclass[12pt]{report}
\usepackage{unifrmr}%%This is the package for the title page and the geometry of the body of the text
\usepackage[cm-default]{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{csquotes}
\usepackage{polyglossia}
\setdefaultlanguage{french}
\setotherlanguages{german,english,greek,polish,russian}
\setmainfont[Mapping=tex-text]{Linux Libertine}
\usepackage{setspace}
\usepackage[style=verbose-ibid,citepages=suppress]{biblatex}
\bibliography{master}
\frenchspacing
\begin{document}
\onehalfspacing
\input{introduction.tex}
\input{chapter1.tex}
\printbibliography
\end{document}
In the text I use the \footcite, \autocite and \cite tags.
Would you help me, please? What I'm doing wrong?
\textsc, but it only shows lowercase letters. I think this is a completely separate question from the first one. It is preferred to have only one question per post, so I think you should open a second question (“How to get non-Latin smallcaps?”). – Caramdir Feb 22 '11 at 23:01\cite). – Caramdir Feb 22 '11 at 23:03