Your example doesn't work for me and spits out a lot of errors.Kaspars wrote:Can't anyone help me? Really? :?
Thorsten
Your example doesn't work for me and spits out a lot of errors.Kaspars wrote:Can't anyone help me? Really? :?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Oh, sorry. My mistake. Didn't run XeLaTeX on the code. Now I only get one error caused by the missing bibliography database file and several font related warnings.Kaspars wrote:What errors? For me everyting works fine! […]
Code: Select all
\titlecontents{section}
[0.5em]
{\vspace{1em}}
{\hspace{-1em}.\contentslabel{0.7em}\hspace{1em}}
{\hspace*{-1.5em}}
{\titlerule*[1pc]{.}\contentspage}
[]
\titlecontents{subsection}
[2.3em]
{}
{\hspace{0.5em}.\contentslabel{1.5em}\hspace{1em}}
{\hspace*{-2.3em}}
{\titlerule*[1pc]{.}\contentspage}
[]
Code: Select all
\documentclass[11pt,a4paper,english]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{geometry}
\usepackage[pagestyles,raggedright]{titlesec}
\usepackage[dotinlabels]{titletoc}
\usepackage{blindtext}
\begin{document}
\tableofcontents
\blinddocument
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p