Left-align QR-Code (hack)

As suggested by @volz

This is a hack because the qrcode svg itself contains a margin that
cannot be changed easily.

Change-Id: I36bc026dc5bab42b37fe4530812a77044d463ee3
1 file changed
tree: c2d9c7a8c60574d7d38624a40769a3e4ca6e1dc3
  1. .github/
  2. ci/
  3. images/
  4. inst/
  5. man/
  6. R/
  7. vignettes/
  8. .gitattributes
  9. .gitignore
  10. .gitlab-ci.yml
  11. .Rbuildignore
  12. .travis.yml
  13. DESCRIPTION
  14. LICENSE
  15. NAMESPACE
  16. posterdown.Rproj
  17. README.md
README.md

IDS Mannheim CD adaptation to the posterdown R package

Example Poster

Automatically generated from skeleton.Rmd:

Getting Started

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::posterdown_ids
---

For further customization options please see the (currently in progress :hammer:) wiki

Additional metadata / customization for IDS version, e.g.:

subtitle: Using RMarkdown and `posterdown::ids_poster`
contact:
    name: Marc Kupietz
    department: Digital Linguistics
    email: kupietz@ids-mannheim.de
    website: "http://korap.ids-mannheim.de/instance/icc"
    qrcode: "my_qrcode.svg"
    qrlink: >
      `r posterdown::qrlink('https://korap.ids-mannheim.de/gerrit/plugins/gitiles/IDS-Mannheim/posterdown')`