Skip to content

Commit

Permalink
updated trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuchecki committed Aug 2, 2019
1 parent f7d1dd2 commit de1e034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added 010_trainers/photos/Suchecki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions 010_trainers/trainers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ \section{The Trainers}
Bioinformatics Hub, University of Adelaide\newline
\mailto{[email protected]}\\

\includegraphics[width=\trainerIconWidth]{photos/generic.jpg} &
\textbf{Dr. Radosław Suchecki}\newline
\includegraphics[width=\trainerIconWidth]{photos/Suchecki.png} &
\textbf{Dr. Rados{\l}aw Suchecki}\newline
Research Scientist\newline
Agriculture and Food, CSIRO\newline
Crop Bioinformatics and Data Science, CSIRO\newline
\mailto{[email protected]}\\

\end{longtable}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ handout_latex_files = handout.tex

# Grab any tex files in 'handout' subdirectories and construct a sed command for adding them into
# a copy of the template.tex file
MODULE_TEX_FILES = $(shell find ./ -maxdepth 3 -type f -path '\./[0-9]*/handout/*.tex' 2> /dev/null | sort -n)
MODULE_TEX_FILES = $(shell find -L ./ -maxdepth 3 -type f -path '\./[0-9]*/handout/*.tex' 2> /dev/null | sort -n)
MODULE_SED_EXPRESSIONS = $(addprefix -e '/^\\chapterstyle{module}/a \\\input{, $(addsuffix }', $(MODULE_TEX_FILES)))

trainer_output_files = $(addprefix trainer_, $(addsuffix .pdf, $(basename $(handout_latex_files))))
Expand Down

0 comments on commit de1e034

Please sign in to comment.