aboutsummaryrefslogtreecommitdiff
path: root/format.orig.tex
blob: 42f392a8f9d1e3da8755e1699f74dd7c9aff6822 (plain)
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
%% Links
\def\link#1{%
  \pdfstartlink
    user{/Subtype /Link
    /Border [ 0 0 0 ]
    /A <<
      /Type /Action
      /S /URI
      /URI (#1)
    >>}%
    {\it #1}%
  \pdfendlink
}

%% Fonts
\font\fourteenbf=ptmb7t at 14pt
\font\fourteenrm=ptmb7t at 14pt
\font\twelverm=ptmr7t at 12pt

\twelverm\baselineskip=24pt
\parindent=.5in

%% Headers
\expandafter\ifx\csname headdata\endcsname\relax
  \let\headdata\relax
\fi
\nopagenumbers
{\parindent=0in\leftskip=0pt plus 1fill\rightskip=0pt plus 1fill\parskip=\bigskipamount
\hbox{}
\vskip0pt plus 2fill
{\obeylines Antlions' Group Distribution and Behavior under Varying Spatial Constraints
Holden Rohrer and Radeen Dixon
Georgia Science Fair
Source: \link{https://git.hrhr.dev/scifair}
}
\headdata
\vskip0pt plus 2fill
\eject
}
\pageno=1
\headline={\baselineskip=0.5in \twelverm \hfil \vbox{\hbox{\ifnum\pageno=1\else Dixon \& Rohrer \the\pageno \fi}}}

%% Sectioning
\def\titlesub#1#2{\centerline{\fourteenbf #1}\centerline{#2}\bigskip}
\def\section#1\par{\thesection{#1:}}
\def\thesection#1{\vskip .3\hsize\goodbreak\vskip -.3\hsize\bigskip\noindent{\fourteenrm#1}}

%% Modular Sections
\def\include#1;#2\par{\section #1\par\par\input #2\relax}
\def\sinclude#1;#2\par{\subsection #1\par\par\input #2\relax}

%% Bullet Points and Numbering
\def\pre#1{\par\leavevmode\llap{\hbox to \parindent{\hfil #1 \hfil}}}

%% Pictures
\newcount\pics \pics=0
\def\pic#1#2{\pdfximage width #1{#2}\pdfrefximage\pdflastximage}
\def\caption#1{\def\a{#1}\ifx\a\empty\else\line{\vbox{\baselineskip=18pt\smallskip\leftskip=0pt plus 1fill\rightskip=0pt plus 1fill\parindent=0pt\relax Fig \number\pics: #1\bigskip}}\fi}
\def\picture#1#2{\def\a{#2}\ifx\a\empty\else\advance\pics by 1\fi\vbox{\centerline{\pic{5in}{#1}}\caption{#2}}}
\def\twopicture#1#2#3{\def\a{#3}\ifx\a\empty\else\advance\pics by 1\fi\vbox{\line{\pic{3in}{#1}\hfil\pic{3in}{#2}}\caption{#3}}}

%% Table
\def\table#1#2{
  \medskip
  \halign{&\vrule\vbox to \baselineskip{\vfil\parindent=0in\hsize=#2\relax \hbox to \hsize{\hfil ##\hfil}\vfil}\vrule\cr\noalign{\hrule}
    #1
  }
  \medskip
}