###The phd-toc
LaTeX2e package
The phd-toc
latex package is part of the phd
budle and the class
with the same name provide
convenient methods to create new styles for books, reports
and articles. It package loads a suite of commonly used packages
and resolves conflicts.
This work consists of the file phd-toc.dtx
,
and the derived files phd-toc.ins
, phd-toc.pdf
, and phd-toc.sty
.
###Installation
run the script phd-lua
phd-lua phd-pkgmanager.dtx on windows
If you have any difficulties with the package come and join us at http://tex.stackexchange.com and post a new question or add a comment at http://tex.stackexchange.com/a/45023/963. or send me a message at yannislaz at gmail.com
The package was written using the doc
and docscript
packages,
so that it is self documented in a literary programming style.
The .pdf is a fat document, providing over fifty book styles (the
equivalent of classes) plus there is a lot of write-up on the inner
workings of TeX and LaTeX2e. However, you don't need to know much
to use it.
\usepackage{phd}
\input{style13}
All choices, are made via an extended key-value interface. Although not a compliment, it resembles CSS and the keys are a bit verbose but attributes are easy to change and have a consistent and easy to remember interface.
To set or add a key we only use one command:
\cxset{chapter name font-size: Huge,
chapter number font-size: HUGE}
This is still an experimental version, but I will retain the interface in future releases. There is a large amount of work still to be carried out to improve the template styles provided, to test it more thoroughly and to add a number of improvements in the special designs. At present I estimate that I have completed about 80% of the work that needs to be done.
The package as it stands is not production stable.