summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hepthesis/TODO
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-12 18:03:34 +0000
committerKarl Berry <karl@freefriends.org>2008-07-12 18:03:34 +0000
commit571a59707cdc614327b51de4a2494eddf9410042 (patch)
tree367f82656d2835ca3a2de3e2994e0cb411f8b65a /Master/texmf-dist/doc/latex/hepthesis/TODO
parentdf62587ee85aba2109d6ff1efee005af5b626ac1 (diff)
hepthesis update (11jul08)
git-svn-id: svn://tug.org/texlive/trunk@9483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hepthesis/TODO')
-rw-r--r--Master/texmf-dist/doc/latex/hepthesis/TODO40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hepthesis/TODO b/Master/texmf-dist/doc/latex/hepthesis/TODO
index e4c21a67c77..cfa0e8c8f28 100644
--- a/Master/texmf-dist/doc/latex/hepthesis/TODO
+++ b/Master/texmf-dist/doc/latex/hepthesis/TODO
@@ -1,8 +1,48 @@
TODO list for hepthesis
-----------------------
+* Provide a theme system, with sfheaders, serif headers, palatino+pazo
+ and "HH" as bundled styles
+* Eliminate extra blank page after appendix / before colophon.
+* Make better use of KOMA-Script functionality
* Provide control options for caption formatting.
* Integrated loading of csquotes and babel?
* Multilingual titles etc.
* Provide an option for centre/right-justifying section titles?
* Documentation/install in DTX/INS format
+* Use @ifstar:
+\newcommand{\mycommand}{\@ifstar
+ \mycommandStar%
+ \mycommandNoStar%
+}
+\newcommand{\mycommandStar}[2]{starred version}
+\newcommand{\mycommandNoStar}[1]{normal version}
+
+Use microtype package if in pdflatex
+
+Import elements of Hendrik Hoeth's excellent thesis style.
+
+From Flip Tanedo:
+"""
+Hi Andy -- another question (sorry I have so many). I've been using hepthesis to tex up lecture notes since it provides a really nice framework for this. The one thing I've been having trouble doing, however, is writing notes in the margin. I've been trying to use the \marginpar command to jot down comments, but have had difficulty finding enough margin space.
+
+The hepthesis command \setmainmatterextramargins{1cm} doesn't quite help since (1) it trims off of both left and right margins (not just "opposite page binding") and (2) it doesn't actually increase the amount of space that \marginpar can occupy.
+
+I've had some success by doing the following in the preamble:
+ \addtolength{\evensidemargin}{1in}
+ \addtolength{\textwidth}{-1in}
+
+This seems to increase the margin on the side of the page opposite the binding.
+
+However, this affects the entire document, including the title page, front matter, back matter, etc. Is there a way to apply the above spacing only to the main matter?
+"""
+
+Merge David Cottenden's contributions: hepthesis.cls.cottenden
+
+From Manuel Bahr:
+\@ifpackageloaded{hyperref}{%
+ \usepackage[numbers,sort&compress]{natbib}
+ \usepackage{hypernat}
+}{%
+ \usepackage{cite}
+}