summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/magaz
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-25 00:10:21 +0000
committerKarl Berry <karl@freefriends.org>2011-11-25 00:10:21 +0000
commit5e2d6e0ef7921592cad509d5e965de094f0bfd64 (patch)
tree99d733ed43be7d3997c77e3f57d2b544d5480cd6 /Master/texmf-dist/doc/latex/magaz
parentafa0c1517d983115db76442c8f7a9c3a99e3bace (diff)
magaz 0.3 (22nov11)
git-svn-id: svn://tug.org/texlive/trunk@24650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/magaz')
-rw-r--r--Master/texmf-dist/doc/latex/magaz/magaz.pdfbin195488 -> 163321 bytes
-rw-r--r--Master/texmf-dist/doc/latex/magaz/magaz.tex44
2 files changed, 25 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/magaz/magaz.pdf b/Master/texmf-dist/doc/latex/magaz/magaz.pdf
index 12ea1200f99..1a4fc6f6bca 100644
--- a/Master/texmf-dist/doc/latex/magaz/magaz.pdf
+++ b/Master/texmf-dist/doc/latex/magaz/magaz.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/magaz/magaz.tex b/Master/texmf-dist/doc/latex/magaz/magaz.tex
index a4b8207a4dd..8cae98006a8 100644
--- a/Master/texmf-dist/doc/latex/magaz/magaz.tex
+++ b/Master/texmf-dist/doc/latex/magaz/magaz.tex
@@ -1,4 +1,4 @@
-\documentclass[DIV=9, parskip=half, pagesize=auto]{scrartcl}
+\documentclass[parskip=half, pagesize=auto]{scrartcl}
\usepackage{fixltx2e}
\usepackage{etex}
@@ -17,9 +17,11 @@
\makeatother
\addtokomafont{title}{\rmfamily}
-\title{The \pkg{magaz} package\thanks{This manual corresponds to \pkg{magaz}~v0.2, dated~04--Sep--2003.}}
+\sloppy
+
+\title{The \pkg{magaz} package\thanks{This manual corresponds to \pkg{magaz}~v0.3, dated~22--Nov--2011.}}
\author{Donald Arseneau, \mail{asnd@triumf.ca}, Vancouver, Canada}
-\date{04--Sep--2003}
+\date{22--Nov--2011}
\begin{document}
@@ -28,42 +30,46 @@
\begin{quote}
\small
- This software is free to distribute, unaltered, and to use in any
- application. It may be altered and incorporated in other software freely.
+ This software may be freely used, transmitted, reproduced, or modified
+ provided that the copyright notice and this permission is retained.
\end{quote}
-This version is just a single tool from a larger body of tools I might
-try to implement if I ever have the spare time. I'm writing this part
-now [1999] in response to a request on \texttt{comp.text.tex}.
+This version is just a single tool from a larger body of tools I am
+unlikely to implement. I wrote this in 1999 in response to a request
+on \texttt{comp.text.tex}.
+\medskip
+\noindent Features:\\[4pt]
\begin{tabular}{@{}rl@{}}
Yes & Special formatting for first line of text in a paragraph \\
No & Special formatting for for first $n$ lines (allow each different) \\
No & Also for first character (drop caps) (working together) \\
- No & ``Continued on''/``continued from'' markers \\
+ No & ``Continued on''/``continued from'' markers (like fwlw) \\
No & wrapfig spanning columns \\
No & wrapfig placed at fixed location on page \\
- NO! & Piecing together fragments of gallies to fit page
+ No & Integration with shapepar \\
+ NO! & Piecing together fragments of gallies to fit page (maybe flowfram)
\end{tabular}
\minisec{Instructions:}
-The ``\cmd{\FirstLine}'' command takes one argument: Some text.
+The \cmd{\FirstLine} command takes one argument: Some text.
The first line of this text will be formatted according to
-``\cmd{\FirstLineFont}''; but if the text occupies less than a line, all
-that text (and no more) will be affected by ``\cmd{\FirstLineFont}''.
+\cmd{\FirstLineFont}; but if the text occupies less than a line, all
+that text (and no more) will be affected by \cmd{\FirstLineFont}.
The argument should be ordinary text, not lists and displayed
equations. Such things will give you a `Bad text' error.
This command is intended to be used in a replacement for a normal
-sectioning command in a document class; ``\cmd{\paragraph}'' would be
-appropriate. In particular, this ``\cmd{\paragraph}'' (or whatever) should
-insert vertical space and penalties etc.,\ and probably ``\cmd{\noindent}''
+sectioning command in a document class; \cmd{\paragraph} would be
+appropriate. In particular, this \cmd{\paragraph} (or whatever) should
+insert vertical space and penalties etc.,\ and probably \cmd{\noindent}
at the start of the argument. The document class should also define
-``\cmd{\FirstLineFont}'' appropriately as either a switch or a text-command;
-as in ``\verb+\renewcommand\FirstLineFont{\MakeUppercase}+''. The defult
-definition is ``\verb+\providecommand\FirstLineFont{\scshape}+''.
+\cmd{\FirstLineFont} appropriately as either a switch or a text-command;
+as in \verb+\renewcommand\FirstLineFont{\MakeUppercase}+. The defult
+definition performed in \pkg{magaz.sty} is
+\verb+\providecommand\FirstLineFont{\scshape}+.
\end{document}