diff options
author | Holden Rohrer <hdawg7797@yahoo.com> | 2019-09-07 12:11:30 -0400 |
---|---|---|
committer | Holden Rohrer <hdawg7797@yahoo.com> | 2019-09-07 12:11:30 -0400 |
commit | 75f89439e8f6904e693d545646f79a7be00b320a (patch) | |
tree | 4b770ca6606062c46af77c54d42bf82595f9c769 /model-un | |
parent | b863e45980f2022b8dce96b5dcafdfabe31278b9 (diff) |
started GTMUN 2019 Research Guide
Diffstat (limited to 'model-un')
-rw-r--r-- | model-un/nigeria-flag.svg | 1 | ||||
-rw-r--r-- | model-un/research-guide.tex | 77 |
2 files changed, 78 insertions, 0 deletions
diff --git a/model-un/nigeria-flag.svg b/model-un/nigeria-flag.svg new file mode 100644 index 0000000..e0d33b2 --- /dev/null +++ b/model-un/nigeria-flag.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 3.75" width="1000" height="500"><path fill="#008751" d="M0 0h7.5v3.75H0z"/><path fill="#fff" d="M2.5 0H5v3.75H2.5z"/></svg>
\ No newline at end of file diff --git a/model-un/research-guide.tex b/model-un/research-guide.tex new file mode 100644 index 0000000..7ac575f --- /dev/null +++ b/model-un/research-guide.tex @@ -0,0 +1,77 @@ +%%MUST convert nigeria-flag.svg to nigeria-flag.png +\input color +%%Should use phone-pdf? +\let\ifphonepdf\iftrue + +%font streamlining +\newcount\spacing +\newdimen\size +\def\adjs{%adjust spacing + \baselineskip=\size \multiply\baselineskip by \spacing \divide\baselineskip by 100 \multiply\baselineskip by 6 \divide\baselineskip by 5%6/5 = normal 1.2 addition for character depth +} +\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} +} + +%Actual Fonts +\newfont{tenit}=ptmri7t@10pt +\newfont{twelverm}=ptmr7t@12pt +\newfont{twelvebf}=ptmb7t@12pt +\newfont{twelveit}=ptmri7t@12pt +\newfont{fourteenbf}=ptmb7t@14pt +\fourteenbf + +%content-centred definitions +\def\href#1#2{%visual, url + \pdfstartlink + user{/Subtype /Link + /A << + /Type /Action + /S /URI + /URI (#2) + >>}% + {\color{blue} \underbar{#1}}% + \pdfendlink +} + +\def\prebullet#1{\hbox to 0in{\hss\hbox to .5in{\hfil$#1$\hfil}}}%.5in box for bullet (#1) in lists +\def\site#1---#2@#3{{%visual, description, url + \leavevmode% + \leftskip=.5in \twelverm% + \prebullet{\bullet}\href{#1}{#3}\thinspace---\thinspace#2% + \par% +}} +\def\detail#1{{%text + \leavevmode% + \leftskip=1in\tenit + \prebullet{\diamond}#1 + \par% +}} + +%%Specific Looks +\parindent=0in %beginning of list shouldn't be indented +\spacing=150 %1.5 spaced + +%%Phone-Sized PDF +\ifphonepdf + \magnification=\magstep2 + \raggedright + \spacing=100 +\fi +\fourteenbf + +%%Title +{\leftskip=0pt plus 1fil \rightskip=0pt plus 1fil %center all items in list + \centerline{Nigeria (GTMUN 2019)} + \bigskip + \centerline{\pdfximage width .8\hsize{model-un/nigeria-flag.png}\pdfrefximage\pdflastximage} +} + +%%Content +Generally Helpful Links: +\site CIA Factbook---Basic Facts and Statistics with a slight Western bias@{https://cia.gov/library/publications/the-world-factbook/geos/ni.html} + \detail{This website can aid in finding general information.} +\site Nigeria's Ministry of Foreign Affairs---Firsthand information about recent events and foreign policies affecting Nigeria (loads slowly)@{https://foreignaffairs.gov.ng} + +\bye |