Skip to content

Commit

Permalink
add SEES logos to latex header, and SEES tables to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Oct 6, 2024
1 parent 2bf7d6c commit c5e888e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 12 additions & 1 deletion poster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET = xray_table
PDFLATEX = pdflatex


.PHONY: clean distclean all
.PHONY: clean distclean all sees

all:
make xray_table_50in_Barkla.pdf
Expand All @@ -15,11 +15,22 @@ all:
make xray_table_36in_Curie.pdf
make xray_table_36in_Mendeleev.pdf
make xray_table_36in_Moseley.pdf
make xray_table_36in_SEES.pdf
make xray_table_50in_SEES.pdf

sees:
make xray_table_36in_SEES.pdf
make xray_table_50in_SEES.pdf

atoms.tex: gen_atoms.py
python gen_atoms.py > atoms.tex

xray_table_36in_SEES.pdf: atoms.tex elines.tex ptable_seeslogo.tex header.tex xray_table_36in_SEES.tex
$(PDFLATEX) xray_table_36in_SEES.tex

xray_table_50in_SEES.pdf: atoms.tex elines.tex ptable_seeslogo.tex header.tex xray_table_50in_SEES.tex
$(PDFLATEX) xray_table_50in_SEES.tex

xray_table_50in_Curie.pdf: atoms.tex elines.tex ptable.tex xray_table_50in_Curie.tex
$(PDFLATEX) xray_table_50in_Curie.tex

Expand Down
4 changes: 4 additions & 0 deletions poster/header.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
\pgfdeclareimage[width=20mm]{qrxas}{images/xraytable_qr}
\pgfdeclareimage[width=20mm]{qrgse}{images/gsecars_qr}

\pgfdeclareimage[height=22mm]{SEESLogo}{images/sees_logo}
\pgfdeclareimage[width=18mm]{qrsees}{images/sees_qr}

\newcommand{\Moseley}{ \pgfbox[center,bottom]{\pgfuseimage{Moseley}}\\ Henry Moseley \\}
\newcommand{\Curie}{\pgfbox[center,bottom]{\pgfuseimage{Curie}}\\ Marie Sklodowska Curie\\ }
\newcommand{\Barkla}{\pgfbox[center,bottom]{\pgfuseimage{Barkla}}\\ Charles G. Barkla\\}
\newcommand{\Mendeleev}{\pgfbox[center,bottom]{\pgfuseimage{Mendeleev}}\\ Dmitri Mendeleev \\}
\newcommand{\SEES}{\pgfbox[center,bottom]{\pgfuseimage{SEESLogo}} \\ }


%% Fill Color Styles
Expand Down
3 changes: 1 addition & 2 deletions poster/ptable.tex
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@
\begin{tabular}{ll}
\noalign{\vspace{17mm}}
\multicolumn{2}{l}{ Version 5, 2022-December-02} \\
\multicolumn{2}{l}{ https://xrayabsorption.org/xraytable} \\
\multicolumn{2}{l}{ https://gsecars.uchicago.edu } \\
\multicolumn{2}{l}{ https://seescience.org } \\
\noalign{\vspace{2mm}}
\hspace{2mm} \pgfuseimage{qrxas} &
\hspace{2mm} \pgfuseimage{qrgse} \\
Expand Down

0 comments on commit c5e888e

Please sign in to comment.