arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 94140bcafc353fc7c6471e072a7d9d23752ea949
parent 8774807b0d5ed46382170f48b9109363afce88f6
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Mon, 25 Jun 2018 15:06:00 +0300

Make handouts.

Diffstat:
Makefile | 12++++++++++--
arma-slides-ru.org | 8+++++++-
arma-slides.org | 2+-
slides-preamble.tex | 9+++++++++
4 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,6 +5,7 @@ SLIDES_EN = arma-slides NOTES_RU = arma-notes-ru REVIEW_RU = arma-review-ru ABSTRACT_RU = arma-abstract-ru +HANDOUT_RU = arma-handout-ru FLAGS = \ -interaction=nonstopmode \ @@ -16,7 +17,7 @@ FLAGS = \ export TEXINPUTS=$(PWD)//: -all: build build/$(THESIS_RU).pdf build/$(THESIS_EN).pdf build/$(SLIDES_RU).pdf build/$(NOTES_RU).pdf build/$(SLIDES_EN).pdf +all: build build/$(THESIS_RU).pdf build/$(THESIS_EN).pdf build/$(SLIDES_RU).pdf build/$(NOTES_RU).pdf build/$(SLIDES_EN).pdf build/$(HANDOUT_RU).pdf build/$(THESIS_RU).pdf: build/$(THESIS_RU).tex preamble.tex bib/* -latexmk $(FLAGS) -f $< @@ -27,6 +28,9 @@ build/$(THESIS_EN).pdf: build/$(THESIS_EN).tex preamble.tex bib/* build/$(SLIDES_RU).pdf: build/$(SLIDES_RU).tex slides-preamble.tex math.tex fonts.tex org.tex slides-titlepage-ru.tex -latexmk $(FLAGS) -f $< +build/$(HANDOUT_RU).pdf: build/$(HANDOUT_RU).tex slides-preamble.tex math.tex fonts.tex org.tex slides-titlepage-ru.tex + -latexmk $(FLAGS) -f $< + build/$(SLIDES_EN).pdf: build/$(SLIDES_EN).tex slides-preamble.tex math.tex fonts.tex org.tex slides-titlepage.tex -latexmk $(FLAGS) -f $< @@ -62,7 +66,10 @@ build/$(REVIEW_RU).tex: $(REVIEW_RU).org build/$(NOTES_RU).tex: build/$(SLIDES_RU).tex sed -r -e 's/\\documentclass\[(.*)\]\{(.*)\}/\\documentclass[\1]{article}\\usepackage{beamerarticle}\\include{fonts}/g' < $< > $@ - #sed -r -e 's/\\documentclass\[(.*)\]\{(.*)\}/\\documentclass[\1,notes]{\2}/g' < $< > $@ + +build/$(HANDOUT_RU).tex: build/$(SLIDES_RU).tex + sed -r -e 's/\\documentclass\[(.*)\]\{(.*)\}/\\documentclass[\1,handout]{\2}/g' < $< > $@ + clean: rm -f build/$(THESIS_EN)* @@ -71,6 +78,7 @@ clean: rm -f build/$(SLIDES_EN)* rm -f build/$(NOTES_RU)* rm -f build/$(REVIEW_RU)* + rm -f build/$(HANDOUT_RU)* build: @mkdir -p build diff --git a/arma-slides-ru.org b/arma-slides-ru.org @@ -801,6 +801,12 @@ arma.plot_velocity_potential_field( волнения, воспроизведенного моделью АРСС, новое решение показывает в среднем на 20% большие значения потенциала скорости вблизи гребней волн. +** Empty frame +:PROPERTIES: +:BEAMER_env: fullframe +:BEAMER_act: <handout> +:END: + * Программный комплекс ** Программная реализация @@ -1142,7 +1148,7 @@ title(xlab="Размер взволнованной поверхности", yla :BEAMER_OPT: label=slide-validation :END: -- Конференции: ISSW'14, HPCS'15, HPCS'16, HPCS'17. +- Конференции: STAB'13, ISSW'14, HPCS'15, HPCS'16, HPCS'17. - Глава в книге /The Ocean in Motion/ (Springer Oceanography). *** Columns diff --git a/arma-slides.org b/arma-slides.org @@ -855,7 +855,7 @@ The following items were developed in the course of the study. #+beamer: \label{slide-validation} -- International conferences: ISSW'14, HPCS'15, HPCS'16, HPCS'17. +- International conferences: STAB'13, ISSW'14, HPCS'15, HPCS'16, HPCS'17. - Book chapter in /The Ocean in Motion/ (Springer Oceanography). *** Columns diff --git a/slides-preamble.tex b/slides-preamble.tex @@ -1,3 +1,12 @@ +\mode<handout>{% +\usepackage{pgfpages}% +\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm]% +\pgfpageslogicalpageoptions{1}{border code=\pgfusepath{stroke}}% +\pgfpageslogicalpageoptions{2}{border code=\pgfusepath{stroke}}% +%\pgfpageslogicalpageoptions{3}{border code=\pgfusepath{stroke}} +%\pgfpageslogicalpageoptions{4}{border code=\pgfusepath{stroke}} +}% + \usepackage{booktabs} \usepackage{caption}