diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-02-05 13:20:21 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-02-05 13:20:21 -0500 |
commit | b7091a621da911b9de627967de06402ca845fca5 (patch) | |
tree | 0f0c594563c0de1decdc505f68433d233706f384 /poster/format.tex | |
parent | 620946e00d825ac2ed8bb39516c71ced95028dcd (diff) |
fixed tabular layouts
Diffstat (limited to 'poster/format.tex')
-rw-r--r-- | poster/format.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poster/format.tex b/poster/format.tex index c43ac56..3effd3a 100644 --- a/poster/format.tex +++ b/poster/format.tex @@ -65,6 +65,7 @@ \def\pic#1#2{\pdfximage width #1{#2}\pdfrefximage\pdflastximage} \def\caption#1{\def\a{#1}\ifx\a\empty\else\global\advance\pics by 1\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#3{\vbox{\pic{#3}{#1}\hsize=#3\caption{#2}}} +\def\picturetop#1#2#3{\vtop{\pic{#3}{#1}\hsize=#3\caption{#2}}} %% the godly `pre` |