From 21176e6494b7b69620e97ff3cfa3d239da914f45 Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Thu, 9 Oct 2014 22:01:27 +0200 Subject: [PATCH] Added PDF image of building blocks and updated tutorial.tex. --- doc/images/embb.pdf | Bin 0 -> 84329 bytes doc/tutorial/tutorial.tex | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 doc/images/embb.pdf diff --git a/doc/images/embb.pdf b/doc/images/embb.pdf new file mode 100644 index 0000000..233e758 Binary files /dev/null and b/doc/images/embb.pdf differ diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex index 97bfe71..9ee9ffa 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -15,7 +15,7 @@ \usepackage{pifont} % for \myCheck, \myCross \usepackage[hyphens]{url} \usepackage[hidelinks]{hyperref} % hyperref without colored links -%\usepackage{draftwatermark} +\usepackage{draftwatermark} \usepackage{xspace} \usepackage{pgf} \usepackage{tikz} @@ -36,7 +36,7 @@ \def\lstwidth{0.8\columnwidth} \def\embb{EMB$^\mathsf{2}$\xspace} -%\SetWatermarkColor[gray]{0.9} +\SetWatermarkColor[gray]{0.95} \newcommand{\leadingzero}[1]{\ifnum #1<10 0\the#1\else\the#1\fi} \newcommand{\monthword}[1]{\ifcase#1\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi} @@ -73,7 +73,7 @@ % Set title and author % short title is used on the front cover and on each page header -\renewcommand{\shorttitle}{\embb Tutorial (Draft)} +\renewcommand{\shorttitle}{\embb Introduction and Tutorial} % short date is printed on each page header, right next to short title \renewcommand{\shortdate}{\monthword{\month} \the\year} % copyright date is printed on the back cover @@ -81,7 +81,7 @@ % 1st paramter: a square(!) picture % 2nd parameter: short tile (one line) % 3rd parameter: long title (up to two lines) -\gentitlepage{pics/chicago-square.jpg}{\LARGE Siemens Corporate Technology | \monthword{\month} 2014}{\scalebox{0.9}{Embedded Multicore Building Blocks}\\\scalebox{0.9}{Introduction and Tutorial (Draft)}} +\gentitlepage{pics/chicago-square.jpg}{\LARGE Siemens Corporate Technology | \monthword{\month} 2014}{\scalebox{0.9}{Embedded Multicore Building Blocks}\\\scalebox{0.9}{Introduction and Tutorial}} % List the authors and contributors on the second page, right after the cover page % 1st parameter: contributors (optional) -- libgit2 0.26.0