org-mode-poster/src/org-mode-poster_poster.org

9.1 KiB

Preamble   ignore

General comments   ignore

Specific comments for this manuscript   ignore

org specific settings   ignore

Latex header   ignore

Authors and affiliations   ignore

Buffer-wide source code blocks   ignore

# # #

End preamble   ignore

The poster

Code   ignore

Left column   BMCOL

Background   B_block

  • Org-mode is not only useful for producing blog posts and even scientific manuscripts; it is also perfectly suitable to make decent looking scientific posters
  • We combine a relatively simple custom \LaTeX style file and common org-mode syntax
  • The nice thing about org-mode is that we can populate the poster with code, graphs and numbers from inline code in languages such as R, python, Matlab and even shell scripting
  • Inline code would look like this, which will produce a graph (Fig. /emacs/org-mode-poster/src/commit/fd78dc7eda33ad660dcfb5d3e5eb71d34498a0b1/src/figcode1):
Block
x <- rnorm(100, 0, 1)
hist(x, col="gray")

/emacs/org-mode-poster/media/commit/fd78dc7eda33ad660dcfb5d3e5eb71d34498a0b1/src/3.png

/emacs/org-mode-poster/media/commit/fd78dc7eda33ad660dcfb5d3e5eb71d34498a0b1/src/3.png
This is the output.

Methods: Inline code and tables   B_block

Block
m <- round(mean(x), 2)
s <- round(sd(x), 2)
data.frame(Mean=m, SD=s)

\vspace{2cm}

Mean SD
-0.07 0.97

Right column   BMCOL

Results: graphics   B_block

Block

\footnotesize

curl -0 https://www.gnu.org/software/emacs/images/emacs.png

\normalsize

\vspace{2cm}

/emacs/org-mode-poster/media/commit/fd78dc7eda33ad660dcfb5d3e5eb71d34498a0b1/src/emacs.png

This is the downloaded image.

Results: columns   B_block

Left

∩tionsetup{justification=justified,width=.8\linewidth}

/emacs/org-mode-poster/media/commit/fd78dc7eda33ad660dcfb5d3e5eb71d34498a0b1/src/org-mode-poster-4.png

Right

∩tionsetup{justification=justified,width=.8\linewidth}

/emacs/org-mode-poster/media/commit/fd78dc7eda33ad660dcfb5d3e5eb71d34498a0b1/src/org-mode-poster-4.png

Conclusions   B_block

  • This little example is meant to show how incredibly versatile org-mode is
  • One can now produce scientific posters with a simple text editor