Hi

To Vafa:
I uploaded a minimal working example, it's a stripped down version of a book, text removed apart from a stub using greek text (Unicode capabilities), the prologue is intact, the default font is Tinos, a freely downloadable font, but if you want you can substitute it with LiberationSerif or any other font that supports polytonic Greek. Please provide me with an example for pdflatex, I don't know how to use it :) The developers of TexWorks told me their program has nothing to do with it: http://code.google.com/p/texworks/issues/detail?id=550#makechanges

To Schulz:
Of course I did update, I actually run sudo tlmgr update --all every day.

Greetings
--
/Alessandro Ceschini/

\documentclass[a4paper, 12pt, openany, draft]{book}
\usepackage{a4wide}
\usepackage{fontspec}
\usepackage{paralist}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Tinos}
\usepackage{polyglossia}
\setmainlanguage{french}
\setotherlanguages{dutch, english, german, latin, italian, spanish}
\setotherlanguage[variant=ancient]{greek}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{bookmark}
\setcounter{tocdepth}{1}
\raggedbottom
\usepackage{soul}
\newfontfamily\greekfont[Script=Greek]{Tinos}
\newcommand{\og}{\guillemotleft}
\newcommand{\fg}{\guillemotright}
\usepackage{enumitem}
\setenumerate{nolistsep}
\setitemize{nolistsep, label=$-$}
\usepackage{footmisc}



\makeatletter
	\long \def \@makefntext #1%
		{%
			\noindent 
			\makebox [25pt][r]{\@thefnmark.\,}#1%
      	}
\makeatother

\renewcommand*\thesection{\arabic{section}}
\usepackage{fancyhdr}


\renewcommand{\sectionmark}[1]{\markright{#1}}

\begin{document}
\tableofcontents
\frontmatter
\chapter{Prologue}
\textgreek{οἱ πολλοὶ}


\end{document}

--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to