diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2006-12-01 10:42:41 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2006-12-01 10:42:41 +0000 |
commit | 93211732ba767f3d2be8e4b948553a42791302c8 (patch) | |
tree | ca5509bc7a7e9aa8e310dc5278a3c7c9bdbad7dc /Master/texmf-dist/tex/context/base/s-ptj-01.tex | |
parent | c407afe4a4284ab98479d51d2553287055f0ce1c (diff) |
context release 2006.11.29
git-svn-id: svn://tug.org/texlive/trunk@2572 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/s-ptj-01.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/s-ptj-01.tex | 52 |
1 files changed, 22 insertions, 30 deletions
diff --git a/Master/texmf-dist/tex/context/base/s-ptj-01.tex b/Master/texmf-dist/tex/context/base/s-ptj-01.tex index 98ec3ae031f..188af73bd7e 100644 --- a/Master/texmf-dist/tex/context/base/s-ptj-01.tex +++ b/Master/texmf-dist/tex/context/base/s-ptj-01.tex @@ -1,6 +1,6 @@ %D \module %D [ file=s-ptj-01, -%D version=2006.11.14, +%D version=2006.11.28, %D title=\CONTEXT\ Style File, %D subtitle=PracTeX Journal Style, %D author=Aditya Mahajan, @@ -11,41 +11,31 @@ %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. -%C -%C This work may be distributed and|/|or modified under the -%C conditions of the \LATEX\ Project Public License, either version~1.3 -%C of this license or (at your option) any later version. -%C The latest version of this license is in -%C \hyphenatedurl{http://www.latex-project.org/lppl.txt} -%C and version~1.3 or later is part of all distributions of \LATEX\ -%C version~2005/12/01 or later. -%C -%C This work has the LPPL maintenance status \quote{maintained}. -%C -%C The Current Maintainer of this work is Aditya Mahajan. -%C -%C The Base Interpreter for this work is any \CONTEXT||formal. -%C -%C This work consists of the file \filename{t-pracjourn.tex}. %M % These macros are needed to compile the documentation. %M \def\PracTeX{Prac\kern-0.07em\TeX} %M \def\PRACTEX{\PracTeX} %M \def\TPJ {The \PRACTEX\ Journal} %M \useurl[TPJ][http://www.tug.org/pracjourn/][][\TPJ] +%M \useurl[texgyre][http://www.gust.org.pl/projects/e-foundry/tex-gyre/] \writestatus {loading} {Context Module for the PracTeX Journal} %D This module is for producing acticles for \from[TPJ]. It merely copies the %D layout of the the \LATEX\ class \filename{pracjourn.cls} available from -%D \TPJ\ website (\url[TPJ]). A sample document is given at the end of this -%D file. The typeset sample can be obtained by +%D \TPJ\ website (\url[TPJ]). This module has a filename synonym +%D \filename{pracjourn}. So to use this module, you can write: %D \starttyping -%D texexec --mode=demo s-pracjourn.tex +%D \usemodule[pracjourn] +%D \stoptyping +%D A sample document is given at the end of this file. The typeset sample can +%D be obtained by +%D \starttyping +%D texmfstart texexec --mode=demo s-ptj-01.tex %D \stoptyping %D The documentation is written as comments. If you want to see a \PDF\ copy %D \starttyping -%D texexec --module s-pracjourn.tex +%D texmfstart texexec --module s-ptj-01.tex %D \stoptyping \startmodule[pracjourn] @@ -78,14 +68,14 @@ footerdistance=.25in, ] - %D Next we do the font setup. \TPJ\ uses mathpazo for roman and math faces and %D uses latin modern for sans serif and monotype. For the main face, 12pt is %D used with a 15.5pt baseline skip. Font protrusion is enabled, but font -%D expansion is not. We follow these conventions, but use -%D Pagella fonts from \TEX{gyre} project, and scale latin modern fonts by -%D 1.1 for better matching. Most of the numbers (page numbers, figure numbers, -%D section numbers) are set in oldstyle. +%D expansion is not. We follow these conventions, but use Pagella fonts from +%D \TEX{gyre} project, and scale latin modern fonts by 1.1 for better +%D matching. Right now, the \TEX{gyre} fonts are not distributed with +%D \CONTEXT. They can be downloaded from \url[texgyre]. Most of the numbers +%D (page numbers, figure numbers, section numbers) are set in oldstyle. \usetypescript [serif,sans,mono] [hanging] [pure] \setupalign [hanging] @@ -235,8 +225,8 @@ {\doadditionalinfo{Address}{\getvariable{pracjourn}{address}}} \iftitleskipdone \blank[big] \fi \doadditionalinfo{Abstract}% - {\setupindenting[yes] - \setupinterlinespace + {\setupindenting[yes]% + \setupinterlinespace% \getbuffer[abstract] \endgraf} \egroup @@ -368,8 +358,9 @@ \setupwhitespace [medium] \setupblank [medium] -%D We define logos for \PRACTEX\ and \TPJ. These can be accessed by -%D \type|\PracTeX|, \type|\PRACTEX| and \type|\TPJ|. +%D We define logos for \PRACTEX\ and \TPJ. These definitions are copied from +%D \filename{pracjourn.cls} and can be accessed by \type|\PracTeX|, +%D \type|\PRACTEX| and \type|\TPJ|. \def\PracTeX{Prac\kern-0.07em\TeX} \def\PRACTEX{\PracTeX} @@ -409,6 +400,7 @@ \immediate\closein\scratchread \protect + \stopmodule \doifnotmode{demo}{\endinput} |