1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
# papertex class
# Matthew Bertucci 3/29/2022 for v1.2b
#include:ifthen
#include:ifpdf
#include:multido
#include:datetime
#include:multicol
#include:fancyhdr
#include:fancybox
#include:geometry
#include:graphicx
#include:color
#include:hyperref
#include:textpos
#include:hyphenat
#include:wrapfig
#include:lastpage
#include:setspace
#include:ragged2e
#keyvals:\documentclass/papertex#c
9pt
10pt
11pt
12pt
a3paper
columnlines
hyphenatedtitles
showgrid
#endkeyvals
\authorandplace{author}{place}
\begin{authorblock}
\end{authorblock}
\begin{editorial}{n}{heading%text}{author}{label}
\end{editorial}
\begin{frontpage}
\end{frontpage}
\begin{indexblock}{title%text}
\end{indexblock}
\begin{news}{n}{heading%text}{subheading%text}{pages of}{label}
\end{news}
\begin{shortnews}{n}{title%text}{subtitle%text}{label}
\end{shortnews}
\begin{weatherblock}{title%text}
\end{weatherblock}
\columntitle{type%keyvals}{text}
\edition{text}
\expandedtitle{type%keyvals}{text}
\firstimage{imagefile}{caption%text}#g
\firstnews{heading%text}{text}{time}
\foot{left%text}{center%text}{right%text}
\heading{left%text}{center%text}{right%text}
\image{imagefile}{caption%text}
\indexitem{text}{reference}
\minraggedcols=%<integer%>
\newsection{name}
\newssep
\secondnews{heading%text}{subheading%text}{text}{pages of}{time}
\shortnewsitem{heading%text}{text}
\thirdnews{heading%text}{subheading%text}{text}{pages of}{time}
\timestamp{time}
\weatheritem{imagefile}{day}{max}{min}{short desc%text}#g
#keyvals:\columntitle,\expandedtitle
shadowbox
doublebox
ovalbox
Ovalbox
lines
#endkeyvals
\columnlines#*
\editionFormat#*
\editorialAuthorFormat#*
\editorialTitleFormat#*
\firstTextFormat#*
\firstTitleFormat#*
\grid[show]{%<rows%>}{%<columns%>}#*
\grid{rows}{columns}#*
\headDateTimeFormat#*
\indexEntryFormat#*
\indexEntryPageFormat#*
\indexEntryPageTxt#*
\indexEntrySeparator#*
\indexFormat#*
\innerAuthorFormat#*
\innerPlaceFormat#*
\innerSubtitleFormat#*
\innerTextFinalMark#*
\innerTitleFormat#*
\logo#*
\minilogo#*
\mylogo{imagefile}#*g
\pagesFormat#*
\papertexInit#*
\pictureCaptionFormat#*
\raggedFormat#*
\secondSubtitleFormat#*
\secondTextFormat#*
\secondTitleFormat#*
\shortnewsItemTitleFormat#*
\shortnewsSubtitleFormat#*
\shortnewsTitleFormat#*
\thirdSubtitleFormat#*
\thirdTextFormat#*
\thirdTitleFormat#*
\timestampFormat#*
\timestampSeparator#*
\timestampTxt#*
\weatherFormat#*
\weatherTempFormat#*
\weatherUnits#*
|