- Notifications
You must be signed in to change notification settings - Fork2
A template for creating a nice scientific poster with LaTeX
License
academic-templates/tex-poster-template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The goal of this template is to provide a nice-looking poster layout, easy to configure and fill in.
This poster template is a largely inspired but purified version ofthis template.
Credits to:
Here is an example preview:
Preview image generated withthis tool
The template is structured in the following way:
main.tex
: This is the main TeX file to be compiled. Here you can include your payload.fonts
: This folder contains the fonts to be used inmain.tex
.imgs
: This folder is aimed to contain logos and figures.parts
: This folder contains the bibliography (in BibTeX format) to be used inmain.tex
.styles
: This folder contains the styles for defining the layout. Most of the included ones should not be edited.
The compilation can easilly be configured inTexmaker by defining aQuick Build Command:
Go to the menuOptions
SelectConfigure Texmaker
Go to tabQuick Build
In the fieldUser : (...), replace the command with:
latexmk -pdf -xelatex -use-make %.tex
Then clickOK
This will producemain.pdf
.
Parts that you should adapt:
main.tex
parts/bibliography.bib
- include images in
imgs
and refer to these inmain.tex
You may also like these:
- TeX Book Template: A template for writing a nice book with LaTeX.
- TeX Cheat Sheet Template: A template for creating a nice cheat sheet with LaTeX.
- TeX Course Index Template: A template for writing a condensed course index leveraging LaTeX indexing.
- TeX Master Thesis Template: A template for writing a nice master thesis dissertation with LaTeX.
- TeX Slideshow Template: A template for making a nice presentation with LaTeX.
About
A template for creating a nice scientific poster with LaTeX
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.