summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hobete/poster-test.tex
blob: d1388fba52d08dd14a96dcc1c158c6fecaf20b9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
% Copyright 2010-2012  by tgoerlach < tobias.goerlach@uni-hohenheim.de >
% This is a example file for beamerthemehohenheim poster 
% https://bitbucket.org/tobig/hohenheimbeamertheme/
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.
% file version .1
% theme version 00002b

\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}

\usepackage{hobete}\useoutertheme{hohenheimposter}

%%Some example related stuff 
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amsmath,amsthm, amssymb, latexsym}
\usepackage{array,booktabs,tabularx}
\newcolumntype{Z}{>{\centering\arraybackslash}X} % centered tabularx columns
\newcommand{\pphantom}{\textcolor{Hohenheim}} 
\listfiles
\boldmath

%\newcommand{\email}{ }
%\newcommand{\website}{ }
% you need to set this
\newcommand{\email}{test.name}
\newcommand{\website}{www.uni-hohenheim.de}
\usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter}




%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
\title{\huge Some fancy title which should be huge}
\author{\large Alot Names, Which Are, Mostly F. Ancy and Super Great}
\institute[A Institite, Uni Fancyt.]{A Super institute, University of Fancytown}
\date[2012]{Mar 2012}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Afraid to say we need that for some reason
\newlength{\columnheight}
\setlength{\columnheight}{105cm}

 \mylogo{\includegraphics[height=10cm]{/usr/local/texlive/2011/texmf-dist/doc/generic/pstricks/images/tiger.pdf}}
% Here should be a logo, but the licence isnt clear. So please put your own logo here. 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frame}

  \begin{columns}
    % ---------------------------------------------------------%
    % Set up a column 
    \begin{column}{.49\textwidth}
      \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
        \begin{minipage}[T]{.95\textwidth}  % tweaks the width, makes a new \textwidth
          \parbox[t][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
            % Since all columns are the same length, it is all nice and tidy.  You have to get the height empirically
            % ---------------------------------------------------------%
            % fill each column with content      
   

            \begin{block}{Introduction}
              \begin{itemize}
              \item Posters have become very popular thruout the scientific world
              \item nowadays they can be produced fast and cost saving
              \end{itemize}              
            \end{block}
            \vfill
            \begin{block}{Blocking }
              \begin{columns}
                \begin{column}{.55\textwidth}
                  \begin{itemize}
                  \item Blocking the content is popular because: 
                    \begin{itemize}
                    \item looks cool
                    \item easy way for structuring
                    \end{itemize}
                  \item Blocking is not good because
                    \begin{itemize}
                    \item reader has no way thru the document
                    \item solution: numbers
                    \end{itemize}
                  \end{itemize}
                \end{column}
                \begin{column}{.44\textwidth}
                  \centering
                  \begin{tabularx}{\linewidth}{ZZZ}
                     A 
                     &
                Table 
                     &
                 beside
                     \\

                  \end{tabularx}
                \end{column}
              \end{columns}
              \vskip-1ex
            \end{block}
            \vfill
            \begin{block}{Feature Description}
     Something to fill in 
            \end{block}
            \vfill
            \begin{block}{Math}
Maths
                  \begin{align*}
            i\hbar\frac{\delta}{\delta t} \Psi =\hat{H}\Psi
                  \end{align*}
             
            \end{block}
            \vfill
            \begin{block}{Some Thing else}
 Just waste some space
            \end{block}
                             \vfill
              \begin{block}{Usage}
            You need to say \texttt{\textbackslash usetheme\{Hohenheim\}\textbackslash useoutertheme\{hohenheimposter\}} somewhen after you loaded beamer and before you load beamerposter. 
            \end{block}
            
          }
        \end{minipage}
      \end{beamercolorbox}
    \end{column}
    % ---------------------------------------------------------%
    % end the column

    % ---------------------------------------------------------%
    % Set up a column 
    \begin{column}{.49\textwidth}
      \begin{beamercolorbox}[center,wd=\textwidth]{postercolumn}
        \begin{minipage}[T]{.95\textwidth} % tweaks the width, makes a new \textwidth
          \parbox[t][\columnheight]{\textwidth}{ % must be some better way to set the the height, width and textwidth simultaneously
            % Since all columns are the same length, it is all nice and tidy.  You have to get the height empirically
            % ---------------------------------------------------------%
            % fill each column with content
            
    
         %   \vfill

        %    \vfill
            \begin{block}{Last Block}
Its empty
            \end{block}
          }
          % ---------------------------------------------------------%
          % end the column
        \end{minipage}
      \end{beamercolorbox}
    \end{column}
    % ---------------------------------------------------------%
    % end the column
  \end{columns}
  \vskip1ex
  \tiny\hfill{Created with \LaTeX \texttt{beamerposter} and the hohenheim theme  \hskip1em}
\end{frame}
\end{document}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%