diff --git a/Makefile b/Makefile index c8e0485..a7a36b8 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,12 @@ $(README): README.org $(EMACSINIT) emacs -l $(EMACSINIT) README.org $(EMACSRARGS); git: all - git add src/org-mode-poster* - git add README* + convert $(POSTER) $(SRC)/org-mode-poster_poster.png + git add src/org-mode-poster_poster.org + git add src/org-mode-poster_poster.tex + git add src/org-mode-poster_poster.pdf + git add README.org + git add README.md git add ext/* git add Makefile git commit -m "Automatic commit of successful build $(BUILDID)" diff --git a/README.md b/README.md index 14a3854..8971187 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Philipp Homan +

+ +

+ # Getting Started diff --git a/README.org b/README.org index ba531b4..8c7704e 100644 --- a/README.org +++ b/README.org @@ -87,6 +87,9 @@ * Author Philipp Homan +#+HTML:

+#+HTML:

+ * Getting Started This is a simple template to produce a scientific poster with emacs and org-mode. It includes a Makefile so that the poster can be created from diff --git a/src/org-mode-poster_poster.pdf b/src/org-mode-poster_poster.pdf index fa429e1..671c4bd 100644 Binary files a/src/org-mode-poster_poster.pdf and b/src/org-mode-poster_poster.pdf differ diff --git a/src/org-mode-poster_poster.tex b/src/org-mode-poster_poster.tex index 19d07aa..7900f3a 100644 --- a/src/org-mode-poster_poster.tex +++ b/src/org-mode-poster_poster.tex @@ -1,4 +1,4 @@ -% Created 2018-04-05 Thu 16:07 +% Created 2018-04-05 Thu 16:15 % Intended LaTeX compiler: pdflatex \documentclass[final]{beamer} \usetheme{ph} @@ -37,11 +37,11 @@ Philipp Homan$^{1}$ \normalsize{Hempstead, NY} } \usetheme{default} -\date{2018-04-05 16:07} +\date{2018-04-05 16:15} \title{Using org-mode for scientific posters} \begin{document} -\begin{frame}[fragile,label={sec:org7ec99ec}]{} +\begin{frame}[fragile,label={sec:org2358f68}]{} \begin{columns} \begin{column}[t]{0.45\columnwidth} \begin{block}{Background} @@ -53,10 +53,10 @@ posters \item With org-mode we can populate the poster with code, graphs and numbers from inline code in languages such as R, python, Matlab and even shell scripting -\item For example, this poster was created on 2018-04-05 16:07 on +\item For example, this poster was created on 2018-04-05 16:15 on Ubuntu 17.10. \item Inline code could look like this (which will produce a graph; -Fig. \ref{fig:org9802921}): +Fig. \ref{fig:org4461949}): \end{itemize} \begin{columns} @@ -72,7 +72,7 @@ hist(x2, col="blue", add=TRUE) \begin{figure}[htbp] \centering \includegraphics[width=.9\linewidth]{3.png} -\caption{\label{fig:org9802921} +\caption{\label{fig:org4461949} This is the output.} \end{figure} \end{column} @@ -86,7 +86,7 @@ This is the output.} capabilities \item Some code to process the first vector from above to make a table out of its summary could look like this, which would result in a little -table (Table \ref{tab:orgd48ea4b}) : +table (Table \ref{tab:org885d808}) : \end{itemize} \begin{columns} @@ -105,7 +105,7 @@ mutate(name=c("x1", "x2")) \vspace{2cm} \begin{table}[htbp] -\caption{\label{tab:orgd48ea4b} +\caption{\label{tab:org885d808} A table summarizing the two distributions.} \centering \begin{tabular}{rrrrrrl} @@ -126,7 +126,7 @@ minimum & q1 & median & mean & q3 & maximum & name\\ \begin{block}{Graphics} \begin{itemize} \item We can use shell scripting to grab an image with curl from the -internet (Fig. \ref{fig:orge74f4ee}): +internet (Fig. \ref{fig:org5f10764}): \end{itemize} \begin{columns} @@ -143,7 +143,7 @@ curl -0 https://www.gnu.org/software/emacs/images/emacs.png \begin{figure}[htbp] \centering \includegraphics[page=9,width=0.2\textwidth]{emacs.png} -\caption{\label{fig:orge74f4ee} +\caption{\label{fig:org5f10764} This is the downloaded image.} \end{figure} \end{column} @@ -189,7 +189,7 @@ derived as follows: \begin{figure}[htbp] \centering \includegraphics[width=.9\linewidth]{4l.png} -\caption{\label{fig:org16d62b9} +\caption{\label{fig:org507781c} This is the left figure of a two-column block, showing the density of \(x1\).} \end{figure} \end{column} @@ -199,7 +199,7 @@ This is the left figure of a two-column block, showing the density of \(x1\).} \begin{figure}[htbp] \centering \includegraphics[width=.9\linewidth]{4r.png} -\caption{\label{fig:orgf50bc84} +\caption{\label{fig:org81b5b11} This is the right figure. It shows the density of \(x2\).} \end{figure} \end{column}