thomas-fung / anzsc2021

Post Presentation for ANZSC 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files for Poster presentation at ANZSC 2021

Some notes on customisation:

  • Colouring scheme
    • primary_colour: “#76232F” MQ’s Deep Red
    • secondary_colour: “#80225F” MQ’s Purple
    • accent_colour: “#373A36” MQ’s Charcoal
  • To control the size of various logo; #### to start a new column
<style>
#main-img-left {
 width: 25%;
}
#main-img-center {
 width: 10%;
}
#main-img-right {
 width: 10%;
}
.section h4 {
    break-before: column;
}
</style>
  • Add this line to yaml to print to pdf
knit: pagedown::chrome_print

The end product is

About

Post Presentation for ANZSC 2021

License:GNU General Public License v3.0


Languages

Language:HTML 99.9%Language:TeX 0.1%