commit | 60c2e47226080f9e74a276022be5282e4f7855d3 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Mar 24 17:35:29 2025 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Mar 24 17:35:29 2025 +0100 |
tree | 02778d27b38be2f8c1d00d121b188af36eb5b0cf | |
parent | cce8a492a2246be5618bb3026117a58733ab2eb4 [diff] |
Remove zoom: 1 to make it adjustable Change-Id: Ied5c42cd3bd60e478ad1305cd62b97f38dda186b
Automatically generated from skeleton.Rmd:
Install with:
remotes::install_git("https://korap.ids-mannheim.de/gerrit/IDS-Mannheim/posterdown")`
Now add this to the YAML options of your rmarkdown (.Rmd) file:
--- output: posterdown.ids::posterdown_ids ---
For further customization options please see the (currently in progress :hammer:) wiki
subtitle: Using RMarkdown and `posterdown.ids::posterdown_ids` contact: name: Marc Kupietz department: Digital Linguistics email: kupietz@ids-mannheim.de website: "http://korap.ids-mannheim.de/instance/icc" qrlink: > `r posterdown.ids::qrlink('https://gitlab.ids-mannheim.de/ids/posterdown')`
To switch to German language, add the following to the YAML options:
lang: de: true
Install pandoc, create a simple poster.md
file, for example:
--- title: "A Simple Test Poster" contact: name: "Marc Kupietz" website: "https://corpora.ids-mannheim.de/derekovecs" department: "Digital Linguistics" email: "kupietz@ids-mannheim.de" author: - name: "Marc Kupietz" date: "2024-06-05" affiliation: address: "IDS Mannheim" --- # Introduction bla bla bla # Methods bla bla bla # Results bla bla bla # Discussion bla bla bla
Then run the following command:
pandoc poster.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --wrap preserve --section-divs --template https://gitlab.ids-mannheim.de/ids/posterdown/-/raw/master/inst/rmarkdown/templates/posterdown_ids/resources/template.html?ref_type=heads --highlight-style pygments '--mathjax=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --citeproc --output poster.html
View the resulting poster.html
in your browser and print it as a PDF (donĀ“t forget to tick print backgrounds and possibly select only the first page).