瀏覽代碼

Poster WIP

Min 5 年之前
父節點
當前提交
eee19be6e4
共有 4 個文件被更改,包括 58 次插入32 次删除
  1. 二進制
      docs/poster/background.jpg
  2. 二進制
      docs/poster/poster.pdf
  3. 29 21
      docs/poster/poster.tex
  4. 29 11
      docs/poster/uclposter.cls

二進制
docs/poster/background.jpg


二進制
docs/poster/poster.pdf


+ 29 - 21
docs/poster/poster.tex

@@ -1,49 +1,56 @@
-\documentclass[portrait,color=UCLnavyblue,margin=3cm]{uclposter}
-\usepackage[scaled=1.2]{helvet}
-\renewcommand\familydefault{\sfdefault} 
+\documentclass[portrait,color=UCLblack,margin=1.5cm,bannerheight=8cm,logoheight=2.5cm]{uclposter}
+\usepackage{tikz}
+\usepackage[scaled=1.2]{helvet}
+\renewcommand\familydefault{\sfdefault} 
 \usepackage[T1]{fontenc}
+\usepackage{tcolorbox}
 
 \title{Performance characterisation of 8-bit RISC and OISC architectures}
 
-\author[]{Mindaugas Jarmolovicius}
+\author{Mindaugas Jarmolovicius}
 
 %\affil[1]{UCL Electronic And Electrical Engineering}
 
 \begin{document}
 
+%\tikz\node[opacity=0.3,inner sep=0]{\includegraphics[height=\paperheight,width=\paperwidth]{background.jpg}}
+%\tikz[remember picture,overlay] \node[opacity=0.3,outer sep=0pt] at (current page.center){\includegraphics[width=\paperwidth,height=\paperheight]{background.jpg}};
+
 \maketitle
 
-\section*{Introduction}
+\begin{tcolorbox}[title=\large{Introduction}]
+	
 This is a bunch of text for introductions that describes project, what it is about and that it compares RISC versus OISC architectures.
+\end{tcolorbox}
 
-\begin{multicols}{2}
-
-\section*{RISC}
 
-\begin{highlightbox}
+\begin{multicols}{2}
+	
+\begin{tcolorbox}[title=\large{OISC}]
 	\begin{description}
-		\item[$\bullet$] bunch of instructions
-		\item[$\bullet$] efficient instruction space
-		\item[$\bullet$] generally easy to use but damn to low number of registers.
-		\item[$\bullet$] needs optimisation.
+		\item[$\bullet$] Bunch of instructions
+		\item[$\bullet$] Efficient instruction space
+		\item[$\bullet$] Generally easy to use but damn to low number of registers.
+		\item[$\bullet$] Needs optimisation.
 	\end{description}
-\end{highlightbox}
+\end{tcolorbox}
 
 %\begin{highlightbox}[UCLdarkblue!20!white]
 %\end{highlightbox}
 
 \columnbreak
 
-\section*{OISC}
 
-\begin{highlightbox}
+\begin{tcolorbox}[title=\large{OISC}]
+	OISC is fun. Some graphs here.
 	\begin{description}
-			\item[$\bullet$] only one instruction
-			\item[$\bullet$] not so efficient instruction space
-			\item[$\bullet$] takes forever to write in assembly
-			\item[$\bullet$] takes no time to improve. It just asking for more data buses!
+		\item[$\bullet$] Only one instruction
+		\item[$\bullet$] Not so efficient instruction space
+		\item[$\bullet$] Takes forever to write in assembly
+		\item[$\bullet$] Takes no time to improve. It just asking for more data buses!
 	\end{description}
-\end{highlightbox}
+
+\end{tcolorbox}
 
 \end{multicols}
 
@@ -53,4 +60,5 @@ This is section with some results if I will have enough time to complete them..
 \section*{Future work}
 Explain future work, experiments, oisc improvements.
 
+
 \end{document}

+ 29 - 11
docs/poster/uclposter.cls

@@ -79,7 +79,7 @@
 % Set up paper geometry
 %-------------------------------------------------------------------------------
 \makeatletter
-	\RequirePackage[a0paper,margin=\uclposter@margin]{geometry}
+	\RequirePackage[a1paper,margin=\uclposter@margin]{geometry}
 					
 	\setlength{\columnsep}{\uclposter@margin}
 \makeatother
@@ -92,12 +92,12 @@
 \pagenumbering{gobble} % remove page numbers
 
 % font size
-\renewcommand{\LARGE}{\fontsize{100}{120}\selectfont}
-\renewcommand{\Large}{\fontsize{45}{50}\selectfont}
-\renewcommand{\large}{\fontsize{35}{40}\selectfont}
-\renewcommand{\normalsize}{\fontsize{30}{35}\selectfont}
-\renewcommand{\footnotesize}{\fontsize{25}{35}\selectfont}
-\renewcommand{\small}{\fontsize{20}{23}\selectfont}
+\renewcommand{\LARGE}{\fontsize{45}{50}\selectfont}
+\renewcommand{\Large}{\fontsize{35}{40}\selectfont}
+\renewcommand{\large}{\fontsize{25}{30}\selectfont}
+\renewcommand{\normalsize}{\fontsize{20}{23}\selectfont}
+\renewcommand{\footnotesize}{\fontsize{20}{23}\selectfont}
+\renewcommand{\small}{\fontsize{18}{20}\selectfont}
 \renewcommand{\tiny}{\fontsize{16}{18}\selectfont}
 
 % paragraph options
@@ -115,15 +115,16 @@
 % font
 \RequirePackage{mathtools}
 \RequirePackage{mathspec}
-%\RequirePackage[T1]{fontenc}
+%\RequirePackage[T1]{fontenc}
 
 %\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
 %\setallmainfonts{Arial}
 
+
 %-------------------------------------------------------------------------------
 % Official colours
 %-------------------------------------------------------------------------------
-\RequirePackage{xcolor}
+\RequirePackage[table]{xcolor}
 \definecolor{UCLlightpurple}{cmyk}{0.08,0.25,0.04,0.14}
 \definecolor{UCLdarkpurple}{cmyk}{0.67,0.79,0.24,0.59}
 \definecolor{UCLpurple}{cmyk}{0.83,0.99,0.00,0.02}
@@ -149,6 +150,7 @@
 \definecolor{UCLyellow}{cmyk}{0.00,0.29,1.00,0.00}
 \definecolor{UCLwhite}{cmyk}{0.00,0.00,0.00,0.00}
 \definecolor{UCLblack}{cmyk}{0.00,0.00,0.00,1.00}
+\definecolor{UCLIoEblue}{cmyk}{0.87,0.59,0.00,0.00}
 
 %-------------------------------------------------------------------------------
 % Make title/banner
@@ -171,12 +173,24 @@
 
 \renewcommand{\maketitle}{%
 	% include banner
+
 	\AddToShipoutPicture*{%
-		\put(0,0){\parbox[b][\paperheight]{\paperwidth}{%
+	\put(0,0){%
+		\parbox[b][\paperheight]{\paperwidth}{%
+			\vfill
+			\centering
+			\includegraphics[width=\paperwidth,height=\paperheight,%
+			keepaspectratio]{background.jpg}%
+			\vfill
+		}
+	}
+	\put(0,0){\parbox[b][\paperheight]{\paperwidth}{%
 			\uclposter@banner%
 			\vfill%
 		}}%
-	}%
+	}%
+
+
 	% include title
 	\parbox[s][\uclposter@bannertextheight][s]{\uclposter@bannertextwidth}{%
 		\centering
@@ -200,12 +214,16 @@
 \RequirePackage{tikz}
 \RequirePackage{environ} % defines NewEnviron
 
+
 \makeatletter
 \newlength{\uclposter@highlightboxpad}
 \setlength{\uclposter@highlightboxpad}{0.2\uclposter@margin}
 
+
 \NewEnviron{highlightbox}[1][\uclposter@color!20!white]{%
 	\hspace*{-\uclposter@highlightboxpad}
+
+	
 	\colorbox{#1}{%
 		\hspace*{\uclposter@highlightboxpad}%
 		\begin{minipage}{\columnwidth}%