Skip to content
Snippets Groups Projects
Commit c94e4f96 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8.4)
project(c++-memory-esc17 NONE)
include(UseLATEX.cmake)
add_latex_document(c++esc17.tex INPUTS frames.tex IMAGES by-sa.png wg21-timeline-2017-07b.png linuxClassicAddressSpaceLayout.png)
This diff is collapsed.
This diff is collapsed.
by-sa.png 0 → 100644
by-sa.png

17.2 KiB

\documentclass{beamer}
\usepackage{tikz}
\usepackage[absolute,overlay]{textpos}
%\usepackage[scaled]{beramono}
\setlength{\TPHorizModule}{1cm}
\setlength{\TPVertModule}{1cm}
%\usepackage{fancyvrb}
%\fvset{fontsize=\footnotesize}
%\RecustomVerbatimEnvironment{semiverbatim}{Verbatim}{}
% Copyright 2016-2017 Istituto Nazionale di Fisica Nucleare (INFN)
\newenvironment<>{codeblock}{%
\begin{actionenv}#1%
\def\insertblocktitle{}%
\par%
\mode<presentation>{%\usebeamerfont{block}%
\setbeamercolor{local structure}{parent=example text}}%
\usebeamertemplate{block example begin}%
\begin{semiverbatim}}
{\par%
\end{semiverbatim}%
\usebeamertemplate{block example end}%
\end{actionenv}}
\mode<presentation>
{
\usetheme{default}
%\setbeamercovered{transparent}
\setbeamerfont{block body example}{size=\scriptsize}
\setbeamertemplate{blocks}[rounded][shadow=false]
\usecolortheme{whale} % applies to outer elements
\setbeamercolor*{block body example}{use={frametitle,normal text},fg=normal text.fg,bg=frametitle.bg!5!white}
% \usecolortheme{rose} % applies only to blocks
}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
% Or whatever. Note that the encoding and the font should match. If T1
% does not look nice, try deleting the line with the fontenc.
\renewcommand{\~}{\protect\scalebox{1.2}{\textasciitilde}}
\newcommand{\code}[1]{\texttt{#1}}
\usetikzlibrary{arrows.meta}
\tikzset{
memory/.style={rectangle,draw=black!50,minimum width=.9\textwidth,minimum height=.5cm},
word/.style={rectangle,minimum width=1.cm,minimum height=.5cm,fill=green!20!white,draw=black!50},
phantom word/.style={rectangle,minimum width=1.cm,minimum height=.5cm},
word anchor/.style={rectangle,minimum width=0.25cm,minimum height=0.5cm,draw=black,densely dotted}
}
\title{Efficient C++ Programming and Memory Management}
\author{F.~Giacomini}
\institute{INFN-CNAF}
\date{ESC'17 -- Bertinoro, 23-28 October 2017}
%\date[Short Occasion] % (optional)
%{Date / Occasion}
%\subject{Talks}
% This is only inserted into the PDF information catalog. Can be left
% out.
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
%\pgfdeclareimage[height=0.5cm]{by-sa}{by-sa}
%\logo{\pgfuseimage{by-sa}}
\AtBeginSection[] % Do nothing for \section*
{
\begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame}
}
% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command:
%\beamerdefaultoverlayspecification{<+->}
%\includeonlyframes{current}
\begin{document}
\input{frames.tex}
%\input{working.tex}
\end{document}
This diff is collapsed.
wg21-timeline-2017-07b.png

308 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment