aboutsummaryrefslogtreecommitdiff
path: root/format.tex
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-06-02 22:33:03 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-06-02 22:33:38 -0400
commit85d87d47f870c692772276345655ebf8e2da7ed5 (patch)
tree09facd792d891f5cf41f775b16c62ac9e1f97e0d /format.tex
parent84ce497a7743bc41bb60f5c0f01453e40a9d377b (diff)
restructuring and perliness
Diffstat (limited to 'format.tex')
-rw-r--r--format.tex78
1 files changed, 0 insertions, 78 deletions
diff --git a/format.tex b/format.tex
deleted file mode 100644
index 3ee1120..0000000
--- a/format.tex
+++ /dev/null
@@ -1,78 +0,0 @@
-%gives ''\newfont myfont=cmr10@14pt''
-\newcount\spacing
-\newdimen\size
-\def\adjs{%adjust spacing
- \baselineskip=\size \multiply\baselineskip by \spacing \divide\baselineskip by 10
-}
-\def\newfont#1=#2@#3pt{%name, base, size
- \expandafter\font\csname x#1\endcsname=#2 at #3pt
- \expandafter\edef\csname #1\endcsname{\size=#3pt \adjs \csname x#1\endcsname}
-}
-
-\newfont ful=cmb10@144pt
-\newfont mas=cmb10@72pt
-\newfont big=cmr10@48pt
-\font\big=cmr10 at 48pt
-\newfont sml=cmr10@20pt
-\spacing=12
-
-\pdfpageheight=8.5in
-\pdfpagewidth=11in
-\voffset=-.5in\hoffset=-.5in
-\vsize=7.5in
-\hsize=10in
-\nopagenumbers
-
-\newdimen\sigheight
-\def\award#1#2#3#4{
- \vbox to \vsize{
- \sml\leftskip=0pt plus 1fil\rightskip=0pt plus 1fil\parindent=0pt\parfillskip=0pt
- \vfil
-
- {\big Centennial High School Model United Nations\par}
- \bigskip
- Awards this certificate to:
-
- {\mas #1\par}
- \bigskip
- \hrule
- \bigskip
-
- \line{\hfil\vbox{
- \hsize=.5\hsize
- For #2 in #3
- }\hfil}
- \vfil
-
- \line{
- \vtop{
- \hsize=3in
- \hrule\medskip Committee Chair
- }
- \hfil
- \vtop{
- \hsize=3in
- \hrule\medskip Secretary-General\vskip.7in
- \hrule\medskip Director-General
- }
- }
- \vskip\sigheight
- #4
-
- MiniMUN \number\year
-
- November \number\day, \number\year
- \vfil
- }
- \eject
-}
-
-\def\room#1{
- \vbox to\vsize{
- \ful\leftskip=0pt plus 1fil\rightskip=0pt plus 1fil\parindent=0pt\parfillskip=0pt
- \vfil
- #1\vfil
- \line{\hfil\pdfximage width 6in{logo.png}\pdfrefximage\pdflastximage\hfil}
- \vfil
- }
-}