Skip to main content
All modules

TemplateTalks & posterspostertalk

Poster (tikzposter)

An A0 portrait conference poster on the tikzposter class, Simple theme, with title bar and two-column blocks drawn entirely in TikZ.

LPPL 1.3c (tikzposter, TeX Live)

Loading PDF preview…

This workspace is set up as an A0 conference poster on the tikzposter class, with a title bar and blocks for introduction, method, results, and conclusion. Tell me what the poster presents, or paste your paper, and I will draft the content into the blocks.

What’s inside

  • Starter files
  • main.tex2.1 KB
    \documentclass[25pt, a0paper, portrait]{tikzposter}
    \usetheme{Simple}
    \usecolorstyle{Denmark}
    
    \usepackage{amsmath}
    \usepackage{booktabs}
    \usepackage{pgfplots}
    \pgfplotsset{compat=1.18}
    
    \title{A Descriptive Poster Title That States the Finding}
    \author{Your Name, A Coauthor}
    \institute{Your Institution}
    
    \begin{document}
    \maketitle
    
    \begin{columns}
    \column{0.5}
    
    \block{Introduction}{
      State the problem, why it matters, and the one-sentence contribution.
      Posters are read in under two minutes: lead with the finding, not the
      background.
    }
    
    \block{Method}{
      We minimize a regularized objective over parameters $\theta$:
      \begin{equation*}
        \hat{\theta} = \arg\min_{\theta}\;
          \frac{1}{n}\sum_{i=1}^{n} \ell\bigl(f_\theta(x_i), y_i\bigr)
          + \lambda \|\theta\|_2^2 .
      \end{equation*}
      \begin{itemize}
        \item Describe the model and estimation procedure in 2-3 bullets.
        \item Note the one trick that makes it work.
      \end{itemize}
    }
    
    \block{Conclusion}{
      Restate the contribution in one line, name the main limitation, and give a
      pointer to the paper or code. Ask the agent in the chat to draft the poster
      from your paper.
    }
    
    \column{0.5}
    
    \block{Results}{
      \begin{tikzfigure}[Replace with your headline result.]
        \begin{tikzpicture}
          \begin{axis}[width=0.8\linewidth, height=0.5\linewidth,
              xlabel={Training set size}, ylabel={Accuracy (\%)},
              legend pos=south east, grid=major]
            \addplot coordinates {(1,62) (2,68) (4,72) (8,74) (16,75)};
            \addplot coordinates {(1,66) (2,72) (4,76) (8,78) (16,79)};
            \legend{Baseline, Ours}
          \end{axis}
        \end{tikzpicture}
      \end{tikzfigure}
      \begin{center}
        \begin{tabular}{lcc}
          \toprule
          Method & Accuracy & Time (s) \\
          \midrule
          Baseline   & 71.2 & 12.4 \\
          \textbf{Ours} & \textbf{78.3} & 14.0 \\
          \bottomrule
        \end{tabular}
      \end{center}
    }
    
    \block{References}{
      \small
      \begin{thebibliography}{9}
        \bibitem{example} A. Author and B. Author. A representative reference.
          \emph{Journal of Examples}, 2025.
      \end{thebibliography}
    }
    
    \end{columns}
    \end{document}
    
  • Libraries and docs
  • main.pdfprebuilt · 96 KBReplaced by the first recompile.

    Binary file, seeded as-is.

  • main.synctex.gzprebuilt · 9.9 KBReplaced by the first recompile.

    Binary file, seeded as-is.