summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/classicthesis/Examples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-11 23:49:35 +0000
committerKarl Berry <karl@freefriends.org>2010-02-11 23:49:35 +0000
commitaecf512be299752118f8d9d79e7b06895c56a8a0 (patch)
tree89022e2bc2b1565878bf01be54b9dde7070a2344 /Master/texmf-dist/doc/latex/classicthesis/Examples
parenta82c24b304d3a6727a9cd210d82b33b2c9e3119b (diff)
classicthesis update (11feb10)
git-svn-id: svn://tug.org/texlive/trunk@16974 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/classicthesis/Examples')
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdfbin160398 -> 166546 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdfbin44672 -> 128623 bytes
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex14
-rw-r--r--Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdfbin34811 -> 41454 bytes
4 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
index 6553569887a..4ac61ff341d 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-article.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
index 083b6955bdc..b5aeebbddff 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
index e652756a627..01afc74c0fc 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-book.tex
@@ -1,29 +1,31 @@
% book example for classicthesis.sty
\documentclass[12pt,a5paper,footinclude]{scrbook} % KOMA-Script book
+\usepackage[T1]{fontenc}
\usepackage{lipsum}
-\usepackage[linedheaders,parts]{../classicthesis}
+\usepackage[linedheaders,parts]{../classicthesis} % ,manychapters
+\usepackage[osf]{libertine}
%\hypersetup{linktocpage=true,bookmarksnumbered=true,pageanchor=true,hypertexnames=false,naturalnames=true,plainpages=false}
\begin{document}
\tableofcontents
% use \cleardoublepage here to avoid problems with pdfbookmark
- \cleardoublepage\myPart{Test Part}
- \myChapter{Test Chapter}
+ \cleardoublepage\part{Test Part}
+ \chapter{Test Chapter}
\lipsum[1]
\section{A Section}
\lipsum[1]
- \myChapter{Test Chapter}
+ \chapter{Test Chapter}
\lipsum[1]
\section{A Section}
\lipsum[1]
\appendix
- \cleardoublepage\myPart{Appendix}
- \myChapter{Appendix Chapter}
+ \cleardoublepage\part{Appendix}
+ \chapter{Appendix Chapter}
\lipsum[1]
\section{A Section}
diff --git a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
index 27fb14cd653..9667710237a 100644
--- a/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
+++ b/Master/texmf-dist/doc/latex/classicthesis/Examples/classicthesis-cv.pdf
Binary files differ