summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/memoir/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/README')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/README36
1 files changed, 34 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/README b/Master/texmf-dist/doc/latex/memoir/README
index 25e4546dfaa..d5e76f2b9a8 100644
--- a/Master/texmf-dist/doc/latex/memoir/README
+++ b/Master/texmf-dist/doc/latex/memoir/README
@@ -43,19 +43,42 @@ o Backmatter:
Bibliography, indexes ~ 50 pages
+Changes (2010/07/01)
+
+o Memoir v3.6d
+
+-- added \precistocformat, default \noindent, thus the toc precis text
+ is no longer indented by default.
+-- Fixed some typos in the manual and in the class
+-- reorganized the manner by which we handle the memoir user
+ manual. This enables us to add reversion numbers and dates to the
+ start of each chapter of the manual. Please note that these
+ revision numbers do not appear if one attempts to compile
+ memman.tex as it relies on a modified (and thus private) version of
+ svn-multi and also relies on splitting memman.tex into separate
+ files.
+-- If the 'article' class option is in effect we now use the plain
+ page style by default instead of headings.
+
+o Memhfixc v1.14
+
+-- Brought memoir sections back in line with hyperref. Now a hyperlink
+ to a section should end up above the section tilte, instead of below.
+
Changes (2010/04/19)
o Memoir v3.6
-- reversioned memoir to version 3.6. The version number was tending
- towards the galden ration, but apparently this numeric value is
+ towards the golden ration, but apparently this numeric value is
not widely known.
-- fixed \marginparmargin{left} in twoside mode
-- fixed a race condition in memhfixc
+
Changes (2010/02/20)
o Memoir v1.618033988c
@@ -187,7 +210,9 @@ titlepages.sty Assorted title page definitions
anvil2.mps Herries Press logo
memman.ist MakeIndex style file for (memman|memmanadd).tex
memman.gst MakeIndex style file for (memman|memmanadd) glossary
-
+trims-example.tex Example file showcasing the four types of trimmarks
+ supported by memoir, a PDF version of this is needed
+ to build the manual
To install the package:
o run: latex memoir.ins (which will generate memoir.cls,
@@ -210,6 +235,10 @@ o Print the result for a hardcopy of the documented code (which consists
memman.pdf as supplied)
o Make sure you can use the memoir class and the alltt, fixltx2e,
layouts, graphicx, comment, and url (and perhaps some more) packages.
+o Make sure you have memman.ist, and memman.gst, they are a part of the
+ memoir documentation files
+
+o Run: pdflatex trims-example.tex
o Run (pdf)latex twice on memman.tex
o For an index run: makeindex -s memman.ist memman
o For an index of first lines run: makeindex lines
@@ -217,6 +246,9 @@ o For a glossary run: makeindex -s memman.gst -o memman.gls memman.glo
o Run (pdf)latex twice more on memman.tex
o Print the manual
+(it is preferable to use pdflatex as the graphics from
+trims-example.tex will otherwise be ignored)
+
-------------------------------------------------------------------
Changes (2009/09/21)