Search found 8 matches

by Guillaume
Fri Jul 31, 2015 11:10 am
Forum: Page Layout
Topic: multiple headers
Replies: 9
Views: 8122

multiple headers

I've switched to reledmac and it won't typeset now. What should I do? This is my new preamble:



% XeLaTeX can use any Mac OS X font. See the setromanfont command below.
% Input to XeLaTeX is full Unicode, so Unicode characters can be typed directly into the source.

% The next lines tell TeXShop ...
by Guillaume
Thu Jul 30, 2015 9:35 pm
Forum: Page Layout
Topic: multiple headers
Replies: 9
Views: 8122

Re: multiple headers

Many thanks for your help. I've got two editions in the book which need to be preceded by title pages. I understand I cannot use titlepage for them, what should I do instead?
by Guillaume
Thu Jul 30, 2015 8:27 pm
Forum: Page Layout
Topic: multiple headers
Replies: 9
Views: 8122

multiple headers

Apologies! This should help:

\documentclass[11pt,twoside]{book}
\usepackage{ledmac}
\linenummargin{inner}
\sidenotemargin{outer}
\usepackage{fancyhdr}
\renewcommand{\headrulewidth}{0pt}
% your new footer definitions here
\setcounter{secnumdepth}{0} % sections are level 1


\begin{document ...
by Guillaume
Thu Jul 30, 2015 2:47 pm
Forum: Page Layout
Topic: multiple headers
Replies: 9
Views: 8122

multiple headers

fancyhdr

This is my "preamble" (which is a mess). What I get is "Table of Contents" on every single odd page :(

% XeLaTeX can use any Mac OS X font. See the setromanfont command below.
% Input to XeLaTeX is full Unicode, so Unicode characters can be typed directly into the source.

% The next ...
by Guillaume
Tue Jul 28, 2015 11:51 pm
Forum: Page Layout
Topic: multiple headers
Replies: 9
Views: 8122

multiple headers

I'd like to change the headers in the back and front matter, how should I proceed?
\documentclass[11pt,twoside]{book}
\input{preamble}
\begin{document}
\frontmatter
\include{title}
\include{abbreviations}
\include{prefaceandintro}
\mainmatter
\include{edition1}
\include{edition2}
\backmatter ...
by Guillaume
Mon Jun 18, 2012 3:45 pm
Forum: Page Layout
Topic: multind | Entries not added to the Index
Replies: 3
Views: 3533

multind | Entries not added to the Index

I've got a similar problem with this code:
% !TEX TS-program = xeLaTeX
% !TEX encoding = UTF-8 Unicode
% !TEX spellcheck = en_GB

\documentclass[11pt]{book}
\usepackage{fontspec}
\defaultfontfeatures{Ligatures=TeX}
\setmainfont{Brill}
\newfontfamily\lettrinefont{Brill}
\usepackage{multind ...
by Guillaume
Fri Jun 15, 2012 10:03 am
Forum: Fonts & Character Sets
Topic: OpenType Font for XeLaTeX in Tex Live 2011
Replies: 1
Views: 2947

OpenType Font for XeLaTeX in Tex Live 2011

I have now switched to Tex Live 2011 and have uninstalled my MikTex 2.9

The code is identical

%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[a4paper]{article}
\usepackage{xltxtra}

\setmainfont[Mapping=tex-text]{Brill}

\begin{document}
This is a text.
\end{document ...
by Guillaume
Tue Aug 30, 2011 1:47 pm
Forum: Page Layout
Topic: Problems with \pagebreak. Alternatives?
Replies: 4
Views: 10829

Problems with \pagebreak. Alternatives?

This is the preamble and code:


\documentclass[12pt,a4paper]{book}
\usepackage[polutonikogreek,english]{babel}
\newcommand*{\tg}[1]{\textgreek{#1}}
\usepackage{ledmac}
\usepackage{fancyhdr}
\pagestyle{empty}
\usepackage{multind}
\makeindex{nominum}
\makeindex{rerum}

\input{style}
\raggedbottom ...