Code: Select all
\setkomafont{sectioning}{\rmfamily \bfseries}
\KOMAoptions{headings=small}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{polyglossia}
\usepackage{bidi}
\usepackage{xeCJK}
\defaultfontfeatures{Mapping=tex-text}
\usepackage[ruled]{bigfoot}
\DeclareNewFootnote{default}
\DeclareNewFootnote{B}[fnsymbol]
\MakeSortedPerPage{footnoteB}
\makeatletter
\let\@makefntext@orig\@makefntext
\FootnoteSpecific{B}\def\@makefntext{\@makefntext@orig\tiny}
\makeatother
\usepackage[natbib=true,backend=bibtex8,style=alphabetic]{biblatex}
\addbibresource{/home/elassus/carrier5/music/intonation-book/bookbib.bib}
\usepackage{setspace}
\onehalfspacing
\fancyhead[RO]{\itshape\rightmark}
\fancyhead[RE]{\itshape\leftmark}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
\definecolor{magenta}{RGB}{102,0,204}
\deffootnote[0.75em]{0.5em}{1em}{\textsuperscript{\thefootnotemark}}
\setmainfont[Ligatures={Historic,Rare,Discretionary,TeX},Contextuals=Swash]{Linux Libertine}
\newfontfamily\latinfont[Script=Latin,Ligatures={Historic,Rare,Discretionary,TeX},Contextuals=Swash,Alternate=0,Style=Historic]{Linux Libertine}
\newfontfamily\italianfont[Ligatures={Historic,Rare,Discretionary,TeX},Contextuals=Swash,Alternate=0,Style=Historic]{Linux Libertine}
\newfontfamily\hebrewfont [Script=Hebrew]{SBLHebrew}
\newfontfamily\arabicfont [Script=Arabic]{Lateef}
\newfontfamily\zhcn [Path=/usr/share/fonts/arphicfonts/]{uming}
\setCJKfamilyfont{zhcnfont}[Path=/usr/share/fonts/arphicfonts/]{uming}
\newfontfamily\ja[Path=/usr/share/fonts/ja-ipafonts/]{ipam}
\setCJKfamilyfont{jafont}[Path=/usr/share/fonts/ja-ipafonts]{ipam}
\newfontfamily\voynich [Path=/usr/share/fonts/freetype/,Color=008000]{EVA1}
\errorcontextlines=10
Also, I would like my fancyhdr to have different headers on even vs. odd pages. That is, chapter on the evens, section on the odds (except for first pages, which obviously have none), but also adding the section to headers on pages for which it changes. My present configuration doesn't seem to achieve this, despite the RE/RO fancyhead lines. Did I type them in wrong?
Thanks for the help.
Cheers,
EE