In Mathematics and many fields, the documents are usually done by thanks to its elegant math symbols and fine typesetting. This workflow requires you to prepare a tex
source file and to compile it by the latex
command. You may install on you machine; see here. In this article, we recommend you to use the online platform Overleaf to edit and compile your source file.
Steps:
main.tex
),tex
file in the middle,We will use the tikzposter
package to make our posterโ-this Overleaf page gives a more detailed tutorial.
Steps:
poster-template.tex
from here and upload it to your Overleaf project. You may remove the empty main.tex
if you wish.poster-template.tex
file and click the green "Recompile" button to see the prevew.Here are some explanation of the template. The big structure of the template looks like following.
The settings like title
, author
, date
, and institute
are straightforward. You may replace the current setting with your information.
Now let us focus on the content part. You may use the code below to add two blocks on the same row.
Inside the blocks you may use the standard code to write your content. Here we provide a few resources for learning .