Rev. | 8d424ccd726fe082a250a7ffc5248f8a266f8996 |
---|---|
Size | 5,706 bytes |
Time | 2020-07-20 01:43:25 |
Author | Lorenzo Isella |
Log Message | I added a shading area and a bounding box around each plot. Careful because that interferes with the sizes as declared in overpic. |
%%
%% This is file `tikzposter-template.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% tikzposter.dtx (with options: `tikzposter-template.tex')
%%
%% This is a generated file.
%%
%% Copyright (C) 2014 by Pascal Richter, Elena Botoeva, Richard Barnard, and Dirk Surmann
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 2.0 of this license or (at your option) any later
%% version. The latest version of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% and version 2.0 or later is part of all distributions of
%% LaTeX version 2013/12/01 or later.
%%
\documentclass{tikzposter} %Options for format can be included here
\tikzposterlatexaffectionproofoff
\usepackage{overpic}
\usepackage{helvet}
% \usepackage[scaled]{helvet}
\renewcommand\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
\usepackage{framed}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{tikz}
\usetikzlibrary{automata,positioning}
% \usetikzlibrary{shapes.multipart}
% \usepackage[english]{babel}
% \usepackage[utf8]{inputenc}
% \usepackage{times}
% \usepackage{amsmath,amsthm, amssymb, latexsym}
% \usepackage{graphicx}
% \usepackage{tikz}
% Title, Author, Institute
\title{\parbox{\linewidth}{\centering Preliminary import data based on weekly surveillance statistics}}
\author{}
\institute{DG TRADE - Chief Economist - Statistics Section}
% \titlegraphic{LogoGraphic Inserted Here}
%Choose Layout
\usetheme{Default}
\begin{document}
\definecolor{shadecolor}{gray}{0.9}
% Title block with title, author, logo, etc.
\maketitle
\block{}{
\begin{tikzfigure}
\begin{framed}
\raggedright
\begin{overpic}[width=.65\textwidth, height=17cm]{../plot1.pdf}
\put(105,0){\includegraphics[width=0.3\textwidth]{../p1_table-crop.pdf}}
\end{overpic}
% \caption[stuff]{\label{fig:stuff}Some stuff.}
\end{framed}
\end{tikzfigure}
\begin{tikzfigure}
\begin{shaded*}
\begin{framed}
\raggedright
\begin{overpic}[width=.65\textwidth, height=17cm]{../plot2.pdf}
\put(105,5){\includegraphics[width=0.3\textwidth]{../p2_table-crop.pdf}}
\end{overpic}
\end{framed}
\end{shaded*}
% \caption[stuff]{\label{fig:stuff}Some stuff.}
\end{tikzfigure}
\begin{tikzfigure}
\begin{framed}
\raggedright
\begin{overpic}[width=.65\textwidth, height=17cm]{../plot3.pdf}
\put(105,5){\includegraphics[width=0.3\textwidth]{../p3_table-crop.pdf}}
\end{overpic}
% \caption[stuff]{\label{fig:stuff}Some stuff.}
\end{framed}
\end{tikzfigure}
\begin{tikzfigure}
\begin{shaded*}
\begin{framed}
\raggedright
\begin{overpic}[width=.65\textwidth, height=17cm]{../plot4.pdf}
\put(105,5){\includegraphics[width=0.3\textwidth]{../p4_table-crop.pdf}}
\end{overpic}
\end{framed}
\end{shaded*}
% \caption[stuff]{\label{fig:stuff}Some stuff.}
\end{tikzfigure}
\begin{tikzfigure}
\begin{framed}
\raggedright
\begin{overpic}[width=.65\textwidth, height=17cm]{../plot5.pdf}
\put(105,5){\includegraphics[width=0.3\textwidth]{../p5_table-crop.pdf}}
\end{overpic}
% \caption[stuff]{\label{fig:stuff}Some stuff.}
\end{framed}
\end{tikzfigure}
% Source: DG Taxud surveillance database. \\ sdgsgd
}
\node(n1) [above right] at (bottomleft) {Source: DG Taxud
surveillance database \today.};
\node(n2) [above right =.2cm and -22.1cm of n1] {Subject to corrections, additional notifications.};
\node(n3) [above right =.2cm and -18.3cm of n2] {Last day included
June 30, 2020.};
% below left=1cm and 3cm of a]
% \node [above right,font=\Huge] at (bottomleft) {LOWER LEFT};
% \block{Merchandise and Commodity Trade}{
% \begin{tikzfigure}
% \includegraphics[width=0.9\textwidth]{merchandise_all2.pdf}
% \end{tikzfigure}
% }
% \block{Trade in Services}{
% \begin{tikzfigure}
% \includegraphics[width=0.9\textwidth]{services_all.pdf}
% \end{tikzfigure}
% }
%\begin{columns}
% % FIRST column
% \column{0.6}% Width set relative to text width
% \block{Large Column}{Text\\Text\\Text Text Text}
% \note{Note with default behavior}
% \note[targetoffsetx=12cm, targetoffsety=-1cm, angle=20, rotate=25]
% {Note \\ offset and rotated}
% % First column - second block
% \block{Block titles with enough text will automatically obey spacing requirements }
% {Text\\Text}
% % First column - third block
% \block{Sample Block 4}{T\\E\\S\\T}
% % SECOND column
% \column{0.4}
% %Second column with first block's top edge aligned with with previous column's top.
% % Second column - first block
% \block[titleleft]{Smaller Column}{Test}
% % Second column - second block
% \block[titlewidthscale=0.6, bodywidthscale=0.8]
% {Variable width title}{Block with smaller width.}
% % Second column - third block
% \block{}{Block with no title}
% % Second column - A collection of blocks in subcolumn environment.
% \begin{subcolumns}
% \subcolumn{0.27} \block{1}{First block.} \block{2}{Second block}
% \subcolumn{0.4} \block{Sub-columns}{Sample subblocks\\Second subcolumn}
% \subcolumn{0.33} \block{4}{Fourth} \block{}{Final Subcolumn block}
% \end{subcolumns}
% % Bottomblock
% \block{Final Block in column}{
% Sample block.
% }
% \end{columns}
% \block[titleleft, titleoffsetx=2em, titleoffsety=1em, bodyoffsetx=2em,%
% bodyoffsety=-2cm, roundedcorners=10, linewidth=0mm, titlewidthscale=0.7,%
% bodywidthscale=0.9, bodyverticalshift=2cm, titleright]
% {Block outside of Columns}{Along with several options enabled}
\end{document}
% \endinput
%%
%% End of file `tikzposter-template.tex'.