%==============================================================================
%== template for LATEX poster =================================================
%==============================================================================
%
%--A0 beamer slide-------------------------------------------------------------
\documentclass[final]{beamer}
\usepackage[orientation=portrait,size=a0,
scale=1.25 % font scale factor
]{beamerposter}
\geometry{
hmargin=2.5cm, % little modification of margins
}
%
\usepackage[utf8]{inputenc}
\linespread{1.15}
%
%==The poster style============================================================
\usetheme{sharelatex}
%==Title, date and authors of the poster=======================================
\title
[Super Conference, 1 - 10 July 2013, New York, USA] % Conference
{ % Poster title
{\Large TECHKIDS }
}
\author{ % Authors
Author One\inst{1}, Author Two\inst{2}, Author Three\inst{2,3}
}
\institute
[Very Large University] % General University
{
\inst{1} Very Large University, Neverland\\[0.3ex]
\inst{2} Other University, Neverland\\[0.3ex]
\inst{3} Yet Another University, Neverland
}
\date{\today}
\begin{document}
\usebackgroundtemplate{%
\includegraphics[width=\paperwidth,height=\paperheight]{somerights}}
\begin{frame}[t]
%==============================================================================
\begin{multicols}{3}
%==============================================================================
%==The poster content==========================================================
%==============================================================================
\section{Introduction}
"there's no agony than bearing an untold story inside you"- maya angelou. is this the feeling of your heart? then, stop being a story bearer, instead be a storyteller! hey, hey, hey! do not forget your poems and other stuffs!
\structure{Your text with scientific results or something...} $\hat H \Psi = E \Psi$
Your text with scientific results or something...
\begin{equation}
H = \sum_{i=1}^{N} h_{D}(i) + \sum_{j>i=1}^{N} C_{ij}
\end{equation}
Your text with scientific results or something...
In Ref.~\cite{ref1}...
In Refs.~\cite{ref1,ref2}...
On webpage~\cite{web}...
\section{Result and discussions}
Your text with scientific results or something...
\vskip1ex
\begin{table}
\centering
\caption{This is a table with scientific results.}
\begin{tabular}{ccccc}
\hline\hline
1 & 2 & 3 & 4 & 5\\
\hline
aaa & bbb & ccc & ddd & eee\\
aaaa & bbbb & cccc & dddd & eeee\\
aaaaa & bbbbb & ccccc & ddddd & eeeee\\
aaaaaa & bbbbbb & cccccc & dddddd & eeeeee\\
1.000 & 2.000 & 3.000 & 4.000 & 5.000\\
\hline\hline
\end{tabular}
\end{table}
\vskip2ex
Your text with scientific results or something...
\subsection{SubSection}
Your text with scientific results or something...
\vskip1ex
\begin{figure}
\centering
\includegraphics[width=0.99\columnwidth]{logo.png}
\caption{This is a picture with scientific results.}
\end{figure}
\vskip2ex
Your text with scientific results or something...
\subsection{SubSection, a very very very very very very long title}
Your text with scientific results or something...
\section{Contact Details}
[email protected] \\ www.facebook.com/techkidsbd \\ www.techworldbd.com
%--End of references-----------------------------------------------------------
\end{multicols}
%==============================================================================
\end{frame}
\end{document}
在上面的乳胶海报中,由于背景图像的原因,文本不太明显。
如何给这些文字上色,如何让它们更加醒目?如何用不同的颜色放大标题?
答案1
因此,即使没有太多信息,我也会尝试去通灵。
假设您参考的是sharelatex
此处可以找到的主题:https://www.sharelatex.com/templates/52fe1a8134a287a85245b503
然后,您可以通过更改第 114 行来更改标题大小及其颜色beamerthemesharelatex.sty
关于可读性:如何使用浅颜色的图像来增强可读性?