列

我已将我的海报\headerbox正确划分。

我想修改以下示例,因为在结果部分,我想进行细分或框化以显示不同的结果。顺便说一句,我选择了这个模板,但如果您认为使用其他模板会更好,请说出来。有什么想法吗?

\documentclass[portrait,final,a0paper,fontscale=0.32]{baposter}

\usepackage{calc}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{relsize}
\usepackage{multirow}
\usepackage{rotating}
\usepackage{bm}
\usepackage{url}
\usepackage{subfig}
\usepackage{multicol}



\usepackage{palatino}


\graphicspath{{images/}{../images/}}
\usetikzlibrary{calc}

\newcommand{\SET}[1]  {\ensuremath{\mathcal{#1}}}
\newcommand{\MAT}[1]  {\ensuremath{\boldsymbol{#1}}}
\newcommand{\VEC}[1]  {\ensuremath{\boldsymbol{#1}}}
\newcommand{\Video}{\SET{V}}
\newcommand{\video}{\VEC{f}}
\newcommand{\track}{x}
\newcommand{\Track}{\SET T}
\newcommand{\LMs}{\SET L}
\newcommand{\lm}{l}
\newcommand{\PosE}{\SET P}
\newcommand{\posE}{\VEC p}
\newcommand{\negE}{\VEC n}
\newcommand{\NegE}{\SET N}
\newcommand{\Occluded}{\SET O}
\newcommand{\occluded}{o}

\newcommand{\blank}[1]{\hspace*{#1}}


\setlength{\columnsep}{1.5em}
\setlength{\columnseprule}{0mm}


\newcommand{\compresslist}{%
\setlength{\itemsep}{1pt}%
\setlength{\parskip}{0pt}%
\setlength{\parsep}{0pt}%
}


\begin{document}

\definecolor{lightblue}{rgb}{0.145,0.6666,1}
\hyphenation{resolution occlusions}

\begin{poster}%
  % Poster Options
  {
  % Show grid to help with alignment
  grid=false,
  % Column spacing
  colspacing=1em,
  % Color style
  bgColorOne=white,
  bgColorTwo=white,
  borderColor=lightblue,
  headerColorOne=black,
  headerColorTwo=lightblue,
  headerFontColor=white,
  boxColorOne=white,
  boxColorTwo=lightblue,
  textborder=roundedleft,
  eyecatcher=true,
  headerborder=closed,
  headerheight=0.15\textheight,
  headershape=roundedright,
  headershade=shadelr,
  headerfont=\Large\bf\textsc, %Sans Serif
  textfont={\setlength{\parindent}{1.5em}},
  boxshade=plain,
  background=plain,
  linewidth=2pt
  }
  % Eye Catcher
  {}
  %{\includegraphics[height=5em]{images/logoUPM.pdf}} 
  % Title
  {\bf\textsc{Tittle}\vspace{0.5em}}
  % Authors
  {Authors\\
   University\\
    [email protected]}


    \newcommand{\colouredcircle}{%
      \tikz{\useasboundingbox (-0.2em,-0.32em) rectangle(0.2em,0.32em); \draw[draw=black,fill=lightblue,line width=0.03em] (0,0) circle(0.18em);}}

  \headerbox{Abstract}{name=problem,column=0,span=3, row=0}{
Text

    }
  \headerbox{Introduction}{name=introduction,column=0,  below=problem}{
Text

  }

  \headerbox{References}{name=references,column=0, above=bottom}{
Text

  }

  \headerbox{Conclusions}{name=results,column=1,span=2, above=bottom}{
Text

 } 
 \headerbox{Results}{name=Shaped-Beam,below=problem, above=results,column=1,span=2,row=0}{
Text
  }

  \headerbox{Some Maths}{name=method,column=0,below=introduction,above=references}{

Text

  }

\end{poster}

\end{document}

答案1

您始终可以使用普通的旧样式\section*来制作副标题。如果这太过普通,请使用示例tcolorbox并根据您的喜好自定义框。对于下面的代码,我只是从手册中复制了一个示例并稍微更改了颜色和文本。

如果您有更具体的指导方针,请添加评论。

(我删除了你的大部分序言,因为我认为它与问题无关。)

在此处输入图片描述

\documentclass[portrait,final,a0paper,fontscale=0.32]{baposter}

\usepackage{lipsum}
\usepackage{tcolorbox}

\setlength{\columnsep}{1.5em}
\setlength{\columnseprule}{0mm}

\begin{document}

\definecolor{lightblue}{rgb}{0.145,0.6666,1}
\hyphenation{resolution occlusions}

\begin{poster}%
  % Poster Options
  {
  % Show grid to help with alignment
  grid=false,
  % Column spacing
  colspacing=1em,
  % Color style
  bgColorOne=white,
  bgColorTwo=white,
  borderColor=lightblue,
  headerColorOne=black,
  headerColorTwo=lightblue,
  headerFontColor=white,
  boxColorOne=white,
  boxColorTwo=lightblue,
  textborder=roundedleft,
  eyecatcher=true,
  headerborder=closed,
  headerheight=0.15\textheight,
  headershape=roundedright,
  headershade=shadelr,
  headerfont=\Large\bf\textsc, %Sans Serif
  textfont={\setlength{\parindent}{1.5em}},
  boxshade=plain,
  background=plain,
  linewidth=2pt
  }
  % Eye Catcher
  {}
  %{\includegraphics[height=5em]{images/logoUPM.pdf}} 
  % Title
  {\bf\textsc{Tittle}\vspace{0.5em}}
  % Authors
  {Authors\\
   University\\
    [email protected]}


  \headerbox{Abstract}{name=problem,column=0,span=3, row=0}{
Text

    }
  \headerbox{Introduction}{name=introduction,column=0,  below=problem}{
Text

  }

  \headerbox{References}{name=references,column=0, above=bottom}{
Text

  }

  \headerbox{Conclusions}{name=results,column=1,span=2, above=bottom}{
Text

 } 
 \headerbox{Results}{name=Shaped-Beam,below=problem, above=results,column=1,span=2,row=0}{
\section*{First result}
\lipsum[1]
\begin{tcolorbox}[colback=blue!5!white,colframe=blue!75!black,title=Second result]
Awesome results.
\tcblower
\lipsum[2]
\end{tcolorbox}  }

  \headerbox{Some Maths}{name=method,column=0,below=introduction,above=references}{

Text

  }

\end{poster}

\end{document}

如果您希望内容并排,则有几种选择。estcolorbox可以并排放置,因此这是一个选项。tcolorbox还具有raster用于设置矩阵结构的库。以下代码中的示例直接从手册中复制,仅用于展示包可以做什么。我对该包并没有太多经验,因此如果它看起来很有趣,我建议您在此站点搜索示例,并查看手动的

更普通的设置是使用包multicols中的环境multicol。这样,文本将从第一列延续到第二列。当然,您也可以在此处放置图像。

(当然,此代码与上面的代码一样,仅用于展示几个示例。)

在此处输入图片描述

\documentclass[portrait,final,a0paper,fontscale=0.32]{baposter}

\usepackage{lipsum}
\usepackage{multicol}
\usepackage{tcolorbox}
\newtcolorbox{demobox}[1][]{colback=blue!5!white,colframe=blue!75!black,width=0.48\linewidth,nobeforeafter,box align=top,before=\noindent,#1}

\tcbuselibrary{raster,skins,fitting}

\setlength{\columnsep}{1.5em}
\setlength{\columnseprule}{0mm}

\begin{document}

\definecolor{lightblue}{rgb}{0.145,0.6666,1}
\hyphenation{resolution occlusions}

\begin{poster}%
  % Poster Options
  {
  % Show grid to help with alignment
  grid=false,
  % Column spacing
  colspacing=1em,
  % Color style
  bgColorOne=white,
  bgColorTwo=white,
  borderColor=lightblue,
  headerColorOne=black,
  headerColorTwo=lightblue,
  headerFontColor=white,
  boxColorOne=white,
  boxColorTwo=lightblue,
  textborder=roundedleft,
  eyecatcher=true,
  headerborder=closed,
  headerheight=0.15\textheight,
  headershape=roundedright,
  headershade=shadelr,
  headerfont=\Large\bf\textsc, %Sans Serif
  textfont={\setlength{\parindent}{1.5em}},
  boxshade=plain,
  background=plain,
  linewidth=2pt
  }
  % Eye Catcher
  {}
  %{\includegraphics[height=5em]{images/logoUPM.pdf}} 
  % Title
  {\bf\textsc{Tittle}\vspace{0.5em}}
  % Authors
  {Authors\\
   University\\
    [email protected]}


  \headerbox{Abstract}{name=problem,column=0,span=3, row=0}{
Text

    }
  \headerbox{Introduction}{name=introduction,column=0,  below=problem}{
Text

  }

  \headerbox{References}{name=references,column=0, above=bottom}{
Text

  }

  \headerbox{Conclusions}{name=results,column=1,span=2, above=bottom}{
Text

 } 
 \headerbox{Results}{name=Shaped-Beam,below=problem, above=results,column=1,span=2,row=0}{
\begin{demobox}[title=First results]
\lipsum[1]
\end{demobox}\hfill
\begin{demobox}[title=Second results]
\lipsum[2]
\end{demobox}

\begin{tcbraster}[raster columns=3,raster rows=3,raster height=0.4\linewidth,
enhanced,size=small,sharp corners,arc=8mm,colframe=red!50!black,
colback=yellow!10!white,watermark overzoom=1.0,fit algorithm=hybrid* ]
\begin{tcolorbox}[rounded corners=northwest,boxrule=0pt,
watermark graphics=example-image]\end{tcolorbox}
\tcboxfit{\lipsum[1]}
\begin{tcolorbox}[rounded corners=northeast,boxrule=0pt,
watermark graphics=example-image-a]\end{tcolorbox}
\tcboxfit{\lipsum[2]}
\begin{tcolorbox}[valign=center,center upper]Nine Boxes.\end{tcolorbox}
\tcboxfit{\lipsum[3]}
\begin{tcolorbox}[rounded corners=southwest,boxrule=0pt,
watermark graphics=example-image-b]\end{tcolorbox}
\tcboxfit{\lipsum[4]}
\begin{tcolorbox}[rounded corners=southeast,boxrule=0pt,
watermark graphics=example-image-c]\end{tcolorbox}
\end{tcbraster}

\begin{multicols}{2}
\section*{Stuff}
\lipsum[3-4]
\section*{Other stuff}
\lipsum[5]
\end{multicols}

}

  \headerbox{Some Maths}{name=method,column=0,below=introduction,above=references}{

Text

  }

\end{poster}

\end{document}

相关内容