Hi. Thanks for your help. The code you devised works, but somewhat it collides with my prologue:
Code: Select all
\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}
%\setcounter{secnumdepth}{4}
\makeatletter
\long \def \@makefntext #1%
{%
\noindent
\makebox [25pt][r]{\@thefnmark.\,}#1%
}
\makeatother
\renewcommand*\thesection{\arabic{section}}
\usepackage{fancyhdr}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\usepackage[T1]{fontenc}
\usepackage{titlesec}
\setcounter{secnumdepth}{4}
\renewcommand*{\thesection}{\arabic{section}}
\renewcommand*{\thesubsubsection}{\alph{subsubsection}}
\titleformat{\subsection}[runin]{\normalfont\bfseries}{\thesubsection}{0.5em}{}[.\quad]
\titleformat{\subsubsection}[runin]{\normalfont\bfseries}{\thesubsubsection)}{0.5em}{}[.\qquad]
I get the following error message:
! LaTeX Error: Command \nobreakspace unavailable in encoding T1.
Could you please identify what's wrong with my prologue?
Thank you very much