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[onehalfspacing]{setspace}
\fancyhead[LE,RO]{\itshape\rightmark}
\fancyhead[LO,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
There are several things I want to do:
I want the table to cross page boundaries.
On the first page, I want a caption. This caption holds a label for cross-references.
On subsequent pages, I want the next row under the caption to be the header row, and repeated.
Trying to set longtable, and specify extended font sizes (like 'smallest') enabled by KOMAScript, and to have the top two rows respectively as the caption and the header, causes Lyx to freeze on xelatex export.
Trying to rotate the whole table 90° also seems to cause lots of crashing.
Can you please advise how to sort this out?
Cheers,
EE