Skip to content

Where do I find detailed package documentation? #1690

Answered by Omikhleia
chuckwondo asked this question in Q&A
Discussion options

You must be logged in to vote

Greetings,

  • As a first thing, the modules/packages should rather be loaded after the document class declaration (that is, in the document)
  • You don't need to load the tableofcontent package, actually, when using the book class: the latter takes care of it by default.
  • The localization error is a known bug (#1157); to work-around it, you currently have to set a language explicitly.

Wrapping it all, the following works:

\begin[class=book;papersize=6in x 9in]{document}
\use[module=packages.pdf]
\use[module=packages.dropcaps]
\language[main=en]

\tableofcontents

\section[numbering=false]{section heading}
\dropcap{S}ection contents...

\end{document}

Regarding the SILE manual, it uses the doc…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@chuckwondo
Comment options

@Omikhleia
Comment options

@chuckwondo
Comment options

@alerque
Comment options

Answer selected by chuckwondo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants