【问题标题】:How can reduce the vertical space between 2 block on a tikzposter? [closed]如何减少 tikzposter 上 2 个块之间的垂直空间? [关闭]
【发布时间】:2021-09-07 00:23:29
【问题描述】:

大家好,我想减少块之间的垂直空间,类似于它如何在下面的代码中使两列更接近

\documentclass[a2paper,colspace=1pt]{tikzposter}
\usetheme{Board}
\usepackage{lipsum}

\begin{document}

\node[above right,opacity=1.2,inner sep=0pt,outer sep=0pt] at (bottomleft) {\includegraphics[width=\paperwidth,height=\paperheight]{example-image-duck}};

\maketitle[titletotopverticalspace=-8cm] % See Section 4.1
\colorlet{blockbodybgcolor}{black}
\colorlet{blockbodyfgcolor}{white}
\colorlet{blocktitlefgcolor}{red}
\block{\textbf{Ultrastructural anylisis}}{}

\begin{columns}
\column{0.55} 
\block{\large Scientific Relevance}{
\small The overall \textcolor{red}{why is this outside?mmmmmmmmmmmmmmmmmm}}

\column{0.45} \block{Ciao}{\lipsum[1]}
\end{columns}

\end{document}

【问题讨论】:

    标签: latex tikz overleaf


    【解决方案1】:

    与列一样,有一个类选项来控制垂直间距:

    \documentclass[a2paper,colspace=1pt,blockverticalspace=1pt]{tikzposter}
    \usetheme{Board}
    \usepackage{lipsum}
    
    \begin{document}
    
    \node[above right,opacity=1.2,inner sep=0pt,outer sep=0pt] at (bottomleft) {\includegraphics[width=\paperwidth,height=\paperheight]{example-image-duck}};
    
    \maketitle[titletotopverticalspace=-8cm] % See Section 4.1
    \colorlet{blockbodybgcolor}{black}
    \colorlet{blockbodyfgcolor}{white}
    \colorlet{blocktitlefgcolor}{red}
    \block{\textbf{Ultrastructural anylisis}}{}
    
    
    \begin{columns}
    \column{0.55} 
    \block{\large Scientific Relevance}{
    \small The overall \textcolor{red}{why is this outside?mmmmmmmmmmmmmmmmmm}}
    
    \column{0.45} \block{Ciao}{\lipsum[1]}
    \end{columns}
    
    \end{document}
    

    【讨论】:

      猜你喜欢
      • 2022-09-25
      • 1970-01-01
      • 1970-01-01
      • 2013-03-24
      • 2019-12-24
      • 2010-11-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多