【问题标题】:How Can put lateral title in block Tikz Overleaf如何在块 Tikz Overleaf 中放置横向标题
【发布时间】:2021-09-06 10:03:58
【问题描述】:

你好有以下代码,我想在左边设置标题,这样我就可以在右边加载图片了

  \documentclass[a2paper]{tikzposter}
%\geometry{paperwidth=1080px,paperheight=1980px}
\usepackage{multicol}
\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{blocktitlefgcolor}{red}
\block{\textbf{Ultrastructural anylisis}}{}

\end{document}

【问题讨论】:

    标签: latex overleaf


    【解决方案1】:

    您可以使用列:

    \documentclass[a2paper]{tikzposter}
    \usetheme{Board}
    
    \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}
    
    
    \begin{columns}
    \column{0.5} 
    \block{\textbf{Ultrastructural anylisis}}{}
    
    \column{0.5} \node at (9.5cm,21cm) {\includegraphics[width=.4\textwidth]{example-image-duck}};
    \end{columns}
    
    \end{document}
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多