mirror of
https://github.com/Relintai/Documents.git
synced 2025-04-01 22:25:37 +02:00
A projekt átstrukturálása.
This commit is contained in:
parent
6804c109de
commit
b33e94dfec
26
Colors/Default.tex
Normal file
26
Colors/Default.tex
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
% Colors
|
||||
\definecolor{myred}{rgb}{0.87,0.18,0}
|
||||
\definecolor{myorange}{rgb}{1,0.4,0}
|
||||
\definecolor{myyellowdarker}{rgb}{1,0.69,0}
|
||||
\definecolor{myyellowlighter}{rgb}{0.91,0.73,0}
|
||||
\definecolor{myyellow}{rgb}{0.97,0.78,0.36}
|
||||
\definecolor{myblue}{rgb}{0,0.38,0.47}
|
||||
\definecolor{mygreen}{rgb}{0,0.52,0.37}
|
||||
\colorlet{mybg}{myyellow!5!white}
|
||||
\colorlet{mybluebg}{myyellowlighter!3!white}
|
||||
\colorlet{mygreenbg}{myyellowlighter!3!white}
|
||||
|
||||
\setbeamertemplate{itemize item}{\color{black}$-$}
|
||||
\setbeamertemplate{itemize subitem}{\color{black}$-$}
|
||||
\setbeamercolor*{enumerate item}{fg=black}
|
||||
\setbeamercolor*{enumerate subitem}{fg=black}
|
||||
\setbeamercolor*{enumerate subsubitem}{fg=black}
|
||||
|
||||
% These are different themes, only uncomment one at a time
|
||||
\tcbset{enhanced,fonttitle=\mdseries,boxsep=7pt,arc=0pt,colframe={myyellowlighter},colbacktitle={myyellow},colback={mybg},coltitle={black}, coltext={black},attach boxed title to top left={xshift=-2mm,yshift=-2mm},boxed title style={size=small,arc=0mm}}
|
||||
|
||||
%\tcbset{colback=yellow!5!white,colframe=yellow!84!black}
|
||||
%\tcbset{enhanced,colback=red!10!white,colframe=red!75!black,colbacktitle=red!50!yellow,fonttitle=
|
||||
%\tcbset{enhanced,attach boxed title to top left}
|
||||
%\tcbset{enhanced,fonttitle=\bfseries,boxsep=5pt,arc=8pt,borderline={0.5pt}{0pt}{red},borderline={0.5pt}{5pt}{blue,dotted},borderline={0.5pt}{-5pt}{green}}
|
43
Diszkrét Matematika/CompileAllVariants.bat
Normal file
43
Diszkrét Matematika/CompileAllVariants.bat
Normal file
@ -0,0 +1,43 @@
|
||||
@echo off
|
||||
|
||||
SET inputfile="Document"
|
||||
SET outputprefix="DiMat"
|
||||
|
||||
if not exist ".\Build" mkdir .\Build
|
||||
|
||||
cd Build
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4Page.tex}"
|
||||
copy Article1d3A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4PageVariant.tex}"
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d4A4Page.tex}"
|
||||
copy Article1d4A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d5A4Page.tex}"
|
||||
copy Article1d5A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d6A4Page.tex}"
|
||||
copy Article1d6A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page.tex}"
|
||||
copy ArticleA4Page.pdf ..\Build\%outputprefix%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page.tex}"
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%outputprefix%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page2x1.tex}"
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%outputprefix%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page2x2.tex}"
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%outputprefix%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page4x2.tex}"
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%outputprefix%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/PrezA4Page.tex}"
|
||||
copy PrezA4Page.pdf ..\Build\%outputprefix%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -53,17 +53,8 @@
|
||||
\usepackage{pgf}
|
||||
\usepackage[makeroom]{cancel}
|
||||
|
||||
% Colors
|
||||
\definecolor{myred}{rgb}{0.87,0.18,0}
|
||||
\definecolor{myorange}{rgb}{1,0.4,0}
|
||||
\definecolor{myyellowdarker}{rgb}{1,0.69,0}
|
||||
\definecolor{myyellowlighter}{rgb}{0.91,0.73,0}
|
||||
\definecolor{myyellow}{rgb}{0.97,0.78,0.36}
|
||||
\definecolor{myblue}{rgb}{0,0.38,0.47}
|
||||
\definecolor{mygreen}{rgb}{0,0.52,0.37}
|
||||
\colorlet{mybg}{myyellow!5!white}
|
||||
\colorlet{mybluebg}{myyellowlighter!3!white}
|
||||
\colorlet{mygreenbg}{myyellowlighter!3!white}
|
||||
\providecommand{\includecolors}{\input{../Colors/Default.tex}}% fallback definition
|
||||
\includecolors
|
||||
|
||||
\setbeamertemplate{itemize item}{\color{black}$-$}
|
||||
\setbeamertemplate{itemize subitem}{\color{black}$-$}
|
||||
@ -96,14 +87,6 @@
|
||||
%\newcommand<>*\textBF[1]{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf#2{#1}}}
|
||||
\newcommand<>*\textBF[1]{\only#2{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}}}
|
||||
|
||||
% These are different themes, only uncomment one at a time
|
||||
\tcbset{enhanced,fonttitle=\mdseries,boxsep=7pt,arc=0pt,colframe={myyellowlighter},colbacktitle={myyellow},colback={mybg},coltitle={black}, coltext={black},attach boxed title to top left={xshift=-2mm,yshift=-2mm},boxed title style={size=small,arc=0mm}}
|
||||
|
||||
%\tcbset{colback=yellow!5!white,colframe=yellow!84!black}
|
||||
%\tcbset{enhanced,colback=red!10!white,colframe=red!75!black,colbacktitle=red!50!yellow,fonttitle=
|
||||
%\tcbset{enhanced,attach boxed title to top left}
|
||||
%\tcbset{enhanced,fonttitle=\bfseries,boxsep=5pt,arc=8pt,borderline={0.5pt}{0pt}{red},borderline={0.5pt}{5pt}{blue,dotted},borderline={0.5pt}{-5pt}{green}}
|
||||
|
||||
% Beamer theme
|
||||
\usetheme{boxes}
|
||||
|
@ -1 +0,0 @@
|
||||
{ "root" : "\Headers\PrezA4Page.tex" }
|
@ -1,41 +0,0 @@
|
||||
@echo off
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\DiMat_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex Article1d3A4PageVariant.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\DiMat_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex Article1d4A4Page.tex
|
||||
copy Article1d4A4Page.pdf ..\Build\DiMat_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex Article1d5A4Page.tex
|
||||
copy Article1d5A4Page.pdf ..\Build\DiMat_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex Article1d6A4Page.tex
|
||||
copy Article1d6A4Page.pdf ..\Build\DiMat_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex ArticleA4Page.tex
|
||||
copy ArticleA4Page.pdf ..\Build\DiMat_1_Article_Normal.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page.tex
|
||||
copy ArticleHalfA4Page.pdf ..\Build\DiMat_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page2x1.tex
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\DiMat_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
rem pdflatex ArticleA4Page2x2.tex
|
||||
rem copy ArticleA4Page2x2.pdf ..\Build\DiMat_1_Article_A4Page_2x2.pdf
|
||||
|
||||
rem pdflatex ArticleHalfA4Page4x2.tex
|
||||
rem copy ArticleHalfA4Page4x2.pdf ..\Build\DiMat_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex PrezA4Page.tex
|
||||
copy PrezA4Page.pdf ..\Build\DiMat_1_Prez_Normal.pdf
|
||||
|
||||
rem pdflatex Article1d2A5Page.tex
|
||||
rem copy Article1d2A5Page.pdf ..\Build\DiMat_1_Article_Scaled1d2A5.pdf
|
||||
|
||||
pause
|
@ -1,45 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
% \geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/2" A5 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\newsavebox\CBox
|
||||
\newcommand<>*\textBF[1]{\only#2{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}}}
|
||||
\parindent=0pt
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
@ -1,39 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=455mm,top=0in, bottom=0in, left=0in, right=0in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
@ -1,5 +0,0 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
1
Document.tex
Normal file
1
Document.tex
Normal file
@ -0,0 +1 @@
|
||||
Include error!
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,5 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -35,4 +35,10 @@
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
\pgfpagesuselayout{16 on 1}[a4paper]
|
||||
|
||||
\input{../VizsgaTetelek.tex}
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
11
Headers/PrezA4Page.tex
Normal file
11
Headers/PrezA4Page.tex
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\newcommand\includecolors{\input{../../Colors/Default.tex}}
|
||||
|
||||
\providecommand{\includemaindocument}{\input{../Document.tex}}% fallback definition
|
||||
\includemaindocument
|
||||
|
||||
%\input{../Document.tex}
|
||||
%"\newcommand\includemaindocument{\input{../<documentfilename>.tex}}\input{<filename>.tex}"
|
@ -1 +0,0 @@
|
||||
{ "root" : "\Headers\PrezA4Page.tex" }
|
@ -1,37 +0,0 @@
|
||||
@echo off
|
||||
|
||||
SET file="LinAlg"
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\%file%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex Article1d4A4Page.tex
|
||||
copy Article1d4A4Page.pdf ..\Build\%file%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex Article1d5A4Page.tex
|
||||
copy Article1d5A4Page.pdf ..\Build\%file%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex Article1d6A4Page.tex
|
||||
copy Article1d6A4Page.pdf ..\Build\%file%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex ArticleA4Page.tex
|
||||
copy ArticleA4Page.pdf ..\Build\%file%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page.tex
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%file%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page2x1.tex
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%file%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex ArticleA4Page2x2.tex
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%file%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page4x2.tex
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%file%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex PrezA4Page.tex
|
||||
copy PrezA4Page.pdf ..\Build\%file%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
43
Java/CompileAllVariants.bat
Normal file
43
Java/CompileAllVariants.bat
Normal file
@ -0,0 +1,43 @@
|
||||
@echo off
|
||||
|
||||
SET inputfile="Document"
|
||||
SET outputprefix="Java"
|
||||
|
||||
if not exist ".\Build" mkdir .\Build
|
||||
|
||||
cd Build
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4Page.tex}"
|
||||
copy Article1d3A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4PageVariant.tex}"
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d4A4Page.tex}"
|
||||
copy Article1d4A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d5A4Page.tex}"
|
||||
copy Article1d5A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d6A4Page.tex}"
|
||||
copy Article1d6A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page.tex}"
|
||||
copy ArticleA4Page.pdf ..\Build\%outputprefix%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page.tex}"
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%outputprefix%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page2x1.tex}"
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%outputprefix%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page2x2.tex}"
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%outputprefix%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page4x2.tex}"
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%outputprefix%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/PrezA4Page.tex}"
|
||||
copy PrezA4Page.pdf ..\Build\%outputprefix%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
\pgfpagesuselayout{16 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,5 +0,0 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../Document.tex}
|
@ -1 +0,0 @@
|
||||
{ "root" : "\Headers\PrezA4Page.tex" }
|
@ -1,40 +0,0 @@
|
||||
@echo off
|
||||
|
||||
SET file="Jog"
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\%file%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex Article1d3A4PageVariant.tex
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%file%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex Article1d4A4Page.tex
|
||||
copy Article1d4A4Page.pdf ..\Build\%file%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex Article1d5A4Page.tex
|
||||
copy Article1d5A4Page.pdf ..\Build\%file%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex Article1d6A4Page.tex
|
||||
copy Article1d6A4Page.pdf ..\Build\%file%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex ArticleA4Page.tex
|
||||
copy ArticleA4Page.pdf ..\Build\%file%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page.tex
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%file%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page2x1.tex
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%file%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex ArticleA4Page2x2.tex
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%file%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page4x2.tex
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%file%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex PrezA4Page.tex
|
||||
copy PrezA4Page.pdf ..\Build\%file%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
43
Jog/CompileAllVariants.bat
Normal file
43
Jog/CompileAllVariants.bat
Normal file
@ -0,0 +1,43 @@
|
||||
@echo off
|
||||
|
||||
SET inputfile="Document"
|
||||
SET outputprefix="Jog"
|
||||
|
||||
if not exist ".\Build" mkdir .\Build
|
||||
|
||||
cd Build
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4Page.tex}"
|
||||
copy Article1d3A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4PageVariant.tex}"
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d4A4Page.tex}"
|
||||
copy Article1d4A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d5A4Page.tex}"
|
||||
copy Article1d5A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d6A4Page.tex}"
|
||||
copy Article1d6A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page.tex}"
|
||||
copy ArticleA4Page.pdf ..\Build\%outputprefix%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page.tex}"
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%outputprefix%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page2x1.tex}"
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%outputprefix%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page2x2.tex}"
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%outputprefix%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page4x2.tex}"
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%outputprefix%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/PrezA4Page.tex}"
|
||||
copy PrezA4Page.pdf ..\Build\%outputprefix%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -54,17 +54,8 @@
|
||||
\usepackage[makeroom]{cancel}
|
||||
\usepackage{ulem}
|
||||
|
||||
% Colors
|
||||
\definecolor{myred}{rgb}{0.87,0.18,0}
|
||||
\definecolor{myorange}{rgb}{1,0.4,0}
|
||||
\definecolor{myyellowdarker}{rgb}{1,0.69,0}
|
||||
\definecolor{myyellowlighter}{rgb}{0.91,0.73,0}
|
||||
\definecolor{myyellow}{rgb}{0.97,0.78,0.36}
|
||||
\definecolor{myblue}{rgb}{0,0.38,0.47}
|
||||
\definecolor{mygreen}{rgb}{0,0.52,0.37}
|
||||
\colorlet{mybg}{myyellow!5!white}
|
||||
\colorlet{mybluebg}{myyellowlighter!3!white}
|
||||
\colorlet{mygreenbg}{myyellowlighter!3!white}
|
||||
\providecommand{\includecolors}{\input{../Colors/Default.tex}}% fallback definition
|
||||
\includecolors
|
||||
|
||||
\setbeamertemplate{itemize item}{\color{black}$-$}
|
||||
\setbeamertemplate{itemize subitem}{\color{black}$-$}
|
||||
@ -97,15 +88,6 @@
|
||||
%\newcommand<>*\textBF[1]{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf#2{#1}}}
|
||||
\newcommand<>*\textBF[1]{\only#2{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}}}
|
||||
|
||||
|
||||
% These are different themes, only uncomment one at a time
|
||||
\tcbset{enhanced,fonttitle=\mdseries,boxsep=7pt,arc=0pt,colframe={myyellowlighter},colbacktitle={myyellow},colback={mybg},coltitle={black}, coltext={black},attach boxed title to top left={xshift=-2mm,yshift=-2mm},boxed title style={size=small,arc=0mm}}
|
||||
|
||||
%\tcbset{colback=yellow!5!white,colframe=yellow!84!black}
|
||||
%\tcbset{enhanced,colback=red!10!white,colframe=red!75!black,colbacktitle=red!50!yellow,fonttitle=
|
||||
%\tcbset{enhanced,attach boxed title to top left}
|
||||
%\tcbset{enhanced,fonttitle=\bfseries,boxsep=5pt,arc=8pt,borderline={0.5pt}{0pt}{red},borderline={0.5pt}{5pt}{blue,dotted},borderline={0.5pt}{-5pt}{green}}
|
||||
|
||||
% Beamer theme
|
||||
\usetheme{boxes}
|
||||
|
||||
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=470mm,top=0in, bottom=0in, left=0in, right=0in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
\pgfpagesuselayout{16 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,5 +0,0 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../Document.tex}
|
@ -1 +0,0 @@
|
||||
{ "root" : "\Headers\PrezA4Page.tex" }
|
@ -1,40 +0,0 @@
|
||||
@echo off
|
||||
|
||||
SET file="LinAlg"
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\%file%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex Article1d3A4PageVariant.tex
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%file%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex Article1d4A4Page.tex
|
||||
copy Article1d4A4Page.pdf ..\Build\%file%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex Article1d5A4Page.tex
|
||||
copy Article1d5A4Page.pdf ..\Build\%file%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex Article1d6A4Page.tex
|
||||
copy Article1d6A4Page.pdf ..\Build\%file%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex ArticleA4Page.tex
|
||||
copy ArticleA4Page.pdf ..\Build\%file%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page.tex
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%file%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page2x1.tex
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%file%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex ArticleA4Page2x2.tex
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%file%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page4x2.tex
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%file%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex PrezA4Page.tex
|
||||
copy PrezA4Page.pdf ..\Build\%file%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
43
Lineáris Algebra és Geometria Vizsga/CompileAllVariants.bat
Normal file
43
Lineáris Algebra és Geometria Vizsga/CompileAllVariants.bat
Normal file
@ -0,0 +1,43 @@
|
||||
@echo off
|
||||
|
||||
SET inputfile="Document"
|
||||
SET outputprefix="LinAlgV"
|
||||
|
||||
if not exist ".\Build" mkdir .\Build
|
||||
|
||||
cd Build
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4Page.tex}"
|
||||
copy Article1d3A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4PageVariant.tex}"
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d4A4Page.tex}"
|
||||
copy Article1d4A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d5A4Page.tex}"
|
||||
copy Article1d5A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d6A4Page.tex}"
|
||||
copy Article1d6A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page.tex}"
|
||||
copy ArticleA4Page.pdf ..\Build\%outputprefix%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page.tex}"
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%outputprefix%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page2x1.tex}"
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%outputprefix%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page2x2.tex}"
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%outputprefix%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page4x2.tex}"
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%outputprefix%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/PrezA4Page.tex}"
|
||||
copy PrezA4Page.pdf ..\Build\%outputprefix%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -54,17 +54,8 @@
|
||||
\usepackage[makeroom]{cancel}
|
||||
\usepackage{verbatim}
|
||||
|
||||
% Colors
|
||||
\definecolor{myred}{rgb}{0.87,0.18,0}
|
||||
\definecolor{myorange}{rgb}{1,0.4,0}
|
||||
\definecolor{myyellowdarker}{rgb}{1,0.69,0}
|
||||
\definecolor{myyellowlighter}{rgb}{0.91,0.73,0}
|
||||
\definecolor{myyellow}{rgb}{0.97,0.78,0.36}
|
||||
\definecolor{myblue}{rgb}{0,0.38,0.47}
|
||||
\definecolor{mygreen}{rgb}{0,0.52,0.37}
|
||||
\colorlet{mybg}{myyellow!5!white}
|
||||
\colorlet{mybluebg}{myyellowlighter!3!white}
|
||||
\colorlet{mygreenbg}{myyellowlighter!3!white}
|
||||
\providecommand{\includecolors}{\input{../Colors/Default.tex}}% fallback definition
|
||||
\includecolors
|
||||
|
||||
\setbeamertemplate{itemize item}{\color{black}$-$}
|
||||
\setbeamertemplate{itemize subitem}{\color{black}$-$}
|
||||
@ -97,15 +88,6 @@
|
||||
%\newcommand<>*\textBF[1]{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf#2{#1}}}
|
||||
\newcommand<>*\textBF[1]{\only#2{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}}}
|
||||
|
||||
|
||||
% These are different themes, only uncomment one at a time
|
||||
\tcbset{enhanced,fonttitle=\mdseries,boxsep=7pt,arc=0pt,colframe={myyellowlighter},colbacktitle={myyellow},colback={mybg},coltitle={black}, coltext={black},attach boxed title to top left={xshift=-2mm,yshift=-2mm},boxed title style={size=small,arc=0mm}}
|
||||
|
||||
%\tcbset{colback=yellow!5!white,colframe=yellow!84!black}
|
||||
%\tcbset{enhanced,colback=red!10!white,colframe=red!75!black,colbacktitle=red!50!yellow,fonttitle=
|
||||
%\tcbset{enhanced,attach boxed title to top left}
|
||||
%\tcbset{enhanced,fonttitle=\bfseries,boxsep=5pt,arc=8pt,borderline={0.5pt}{0pt}{red},borderline={0.5pt}{5pt}{blue,dotted},borderline={0.5pt}{-5pt}{green}}
|
||||
|
||||
% Beamer theme
|
||||
\usetheme{boxes}
|
||||
|
||||
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=470mm,top=0in, bottom=0in, left=0in, right=0in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
\pgfpagesuselayout{16 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,5 +0,0 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../Document.tex}
|
@ -1 +0,0 @@
|
||||
{ "root" : "\Headers\PrezA4Page.tex" }
|
@ -1,40 +0,0 @@
|
||||
@echo off
|
||||
|
||||
SET file="LinAlg"
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\%file%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex Article1d3A4PageVariant.tex
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%file%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex Article1d4A4Page.tex
|
||||
copy Article1d4A4Page.pdf ..\Build\%file%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex Article1d5A4Page.tex
|
||||
copy Article1d5A4Page.pdf ..\Build\%file%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex Article1d6A4Page.tex
|
||||
copy Article1d6A4Page.pdf ..\Build\%file%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex ArticleA4Page.tex
|
||||
copy ArticleA4Page.pdf ..\Build\%file%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page.tex
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%file%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page2x1.tex
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%file%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex ArticleA4Page2x2.tex
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%file%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page4x2.tex
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%file%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex PrezA4Page.tex
|
||||
copy PrezA4Page.pdf ..\Build\%file%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
43
Lineáris Algebra és Geometria/CompileAllVariants.bat
Normal file
43
Lineáris Algebra és Geometria/CompileAllVariants.bat
Normal file
@ -0,0 +1,43 @@
|
||||
@echo off
|
||||
|
||||
SET inputfile="Document"
|
||||
SET outputprefix="LinAlg"
|
||||
|
||||
if not exist ".\Build" mkdir .\Build
|
||||
|
||||
cd Build
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4Page.tex}"
|
||||
copy Article1d3A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4PageVariant.tex}"
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d4A4Page.tex}"
|
||||
copy Article1d4A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d5A4Page.tex}"
|
||||
copy Article1d5A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d6A4Page.tex}"
|
||||
copy Article1d6A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page.tex}"
|
||||
copy ArticleA4Page.pdf ..\Build\%outputprefix%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page.tex}"
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%outputprefix%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page2x1.tex}"
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%outputprefix%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page2x2.tex}"
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%outputprefix%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page4x2.tex}"
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%outputprefix%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/PrezA4Page.tex}"
|
||||
copy PrezA4Page.pdf ..\Build\%outputprefix%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -54,17 +54,8 @@
|
||||
\usepackage[makeroom]{cancel}
|
||||
\usepackage{verbatim}
|
||||
|
||||
% Colors
|
||||
\definecolor{myred}{rgb}{0.87,0.18,0}
|
||||
\definecolor{myorange}{rgb}{1,0.4,0}
|
||||
\definecolor{myyellowdarker}{rgb}{1,0.69,0}
|
||||
\definecolor{myyellowlighter}{rgb}{0.91,0.73,0}
|
||||
\definecolor{myyellow}{rgb}{0.97,0.78,0.36}
|
||||
\definecolor{myblue}{rgb}{0,0.38,0.47}
|
||||
\definecolor{mygreen}{rgb}{0,0.52,0.37}
|
||||
\colorlet{mybg}{myyellow!5!white}
|
||||
\colorlet{mybluebg}{myyellowlighter!3!white}
|
||||
\colorlet{mygreenbg}{myyellowlighter!3!white}
|
||||
\providecommand{\includecolors}{\input{../Colors/Default.tex}}% fallback definition
|
||||
\includecolors
|
||||
|
||||
\setbeamertemplate{itemize item}{\color{black}$-$}
|
||||
\setbeamertemplate{itemize subitem}{\color{black}$-$}
|
||||
@ -97,15 +88,6 @@
|
||||
%\newcommand<>*\textBF[1]{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf#2{#1}}}
|
||||
\newcommand<>*\textBF[1]{\only#2{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}}}
|
||||
|
||||
|
||||
% These are different themes, only uncomment one at a time
|
||||
\tcbset{enhanced,fonttitle=\mdseries,boxsep=7pt,arc=0pt,colframe={myyellowlighter},colbacktitle={myyellow},colback={mybg},coltitle={black}, coltext={black},attach boxed title to top left={xshift=-2mm,yshift=-2mm},boxed title style={size=small,arc=0mm}}
|
||||
|
||||
%\tcbset{colback=yellow!5!white,colframe=yellow!84!black}
|
||||
%\tcbset{enhanced,colback=red!10!white,colframe=red!75!black,colbacktitle=red!50!yellow,fonttitle=
|
||||
%\tcbset{enhanced,attach boxed title to top left}
|
||||
%\tcbset{enhanced,fonttitle=\bfseries,boxsep=5pt,arc=8pt,borderline={0.5pt}{0pt}{red},borderline={0.5pt}{5pt}{blue,dotted},borderline={0.5pt}{-5pt}{green}}
|
||||
|
||||
% Beamer theme
|
||||
\usetheme{boxes}
|
||||
|
||||
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=470mm,top=0in, bottom=0in, left=0in, right=0in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
\pgfpagesuselayout{16 on 1}[a4paper]
|
||||
|
||||
\input{../Document.tex}
|
@ -1,5 +0,0 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../Document.tex}
|
43
Számítástudomány/CompileAllVariants.bat
Normal file
43
Számítástudomány/CompileAllVariants.bat
Normal file
@ -0,0 +1,43 @@
|
||||
@echo off
|
||||
|
||||
SET inputfile="Document"
|
||||
SET outputprefix="Szamtud"
|
||||
|
||||
if not exist ".\Build" mkdir .\Build
|
||||
|
||||
cd Build
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4Page.tex}"
|
||||
copy Article1d3A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d3A4PageVariant.tex}"
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\%outputprefix%_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d4A4Page.tex}"
|
||||
copy Article1d4A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d5A4Page.tex}"
|
||||
copy Article1d5A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/Article1d6A4Page.tex}"
|
||||
copy Article1d6A4Page.pdf ..\Build\%outputprefix%_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page.tex}"
|
||||
copy ArticleA4Page.pdf ..\Build\%outputprefix%_1_Article_Normal.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page.tex}"
|
||||
copy ArticleHalfA4Page.pdf ..\Build\%outputprefix%_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page2x1.tex}"
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\%outputprefix%_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleA4Page2x2.tex}"
|
||||
copy ArticleA4Page2x2.pdf ..\Build\%outputprefix%_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/ArticleHalfA4Page4x2.tex}"
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\%outputprefix%_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex "\newcommand\includemaindocument{\input{../%inputfile%.tex}}\input{../../Headers/PrezA4Page.tex}"
|
||||
copy PrezA4Page.pdf ..\Build\%outputprefix%_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -50,25 +50,10 @@
|
||||
\usepackage[many, poster]{tcolorbox}
|
||||
\usepackage{pgf}
|
||||
|
||||
% Colors
|
||||
\definecolor{myred}{rgb}{0.87,0.18,0}
|
||||
\definecolor{myorange}{rgb}{1,0.4,0}
|
||||
\definecolor{myyellowdarker}{rgb}{1,0.69,0}
|
||||
\definecolor{myyellowlighter}{rgb}{0.91,0.73,0}
|
||||
\definecolor{myyellow}{rgb}{0.97,0.78,0.36}
|
||||
\definecolor{myblue}{rgb}{0,0.38,0.47}
|
||||
\definecolor{mygreen}{rgb}{0,0.52,0.37}
|
||||
\colorlet{mybg}{myyellow!5!white}
|
||||
\colorlet{mybluebg}{myyellowlighter!3!white}
|
||||
\colorlet{mygreenbg}{myyellowlighter!3!white}
|
||||
\providecommand{\includecolors}{\input{../Colors/Default.tex}}% fallback definition
|
||||
\includecolors
|
||||
|
||||
\setbeamertemplate{itemize item}{\color{black}$-$}
|
||||
\setbeamertemplate{itemize subitem}{\color{black}$-$}
|
||||
\setbeamercolor*{enumerate item}{fg=black}
|
||||
\setbeamercolor*{enumerate subitem}{fg=black}
|
||||
\setbeamercolor*{enumerate subsubitem}{fg=black}
|
||||
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
%\renewcommand{\familydefault}{\rmdefault}
|
||||
|
||||
\renewcommand{\footnotesize}{\fontsize{1.2em}{0.2em}}
|
||||
@ -93,15 +78,6 @@
|
||||
%\newcommand<>*\textBF[1]{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf#2{#1}}}
|
||||
\newcommand<>*\textBF[1]{\only#2{\sbox\CBox{#1}\resizebox{\wd\CBox}{\ht\CBox}{\textbf{#1}}}}
|
||||
|
||||
|
||||
% These are different themes, only uncomment one at a time
|
||||
\tcbset{enhanced,fonttitle=\mdseries,boxsep=7pt,arc=0pt,colframe={myyellowlighter},colbacktitle={myyellow},colback={mybg},coltitle={black}, coltext={black},attach boxed title to top left={xshift=-2mm,yshift=-2mm},boxed title style={size=small,arc=0mm}}
|
||||
|
||||
%\tcbset{colback=yellow!5!white,colframe=yellow!84!black}
|
||||
%\tcbset{enhanced,colback=red!10!white,colframe=red!75!black,colbacktitle=red!50!yellow,fonttitle=
|
||||
%\tcbset{enhanced,attach boxed title to top left}
|
||||
%\tcbset{enhanced,fonttitle=\bfseries,boxsep=5pt,arc=8pt,borderline={0.5pt}{0pt}{red},borderline={0.5pt}{5pt}{blue,dotted},borderline={0.5pt}{-5pt}{green}}
|
||||
|
||||
% Beamer theme
|
||||
\usetheme{boxes}
|
||||
|
@ -1,38 +0,0 @@
|
||||
@echo off
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\Szamtud_1_Article_Scaled1d3A4.pdf
|
||||
|
||||
pdflatex Article1d3A4PageVariant.tex
|
||||
copy Article1d3A4PageVariant.pdf ..\Build\Szamtud_1_Article_Scaled1d3A4_Variant.pdf
|
||||
|
||||
pdflatex Article1d4A4Page.tex
|
||||
copy Article1d4A4Page.pdf ..\Build\Szamtud_1_Article_Scaled1d4A4.pdf
|
||||
|
||||
pdflatex Article1d5A4Page.tex
|
||||
copy Article1d5A4Page.pdf ..\Build\Szamtud_1_Article_Scaled1d5A4.pdf
|
||||
|
||||
pdflatex Article1d6A4Page.tex
|
||||
copy Article1d6A4Page.pdf ..\Build\Szamtud_1_Article_Scaled1d6A4.pdf
|
||||
|
||||
pdflatex ArticleA4Page.tex
|
||||
copy ArticleA4Page.pdf ..\Build\Szamtud_1_Article_Normal.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page.tex
|
||||
copy ArticleHalfA4Page.pdf ..\Build\Szamtud_1_Article_HalfA4.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page2x1.tex
|
||||
copy ArticleHalfA4Page2x1.pdf ..\Build\Szamtud_1_Article_HalfA4_2x1.pdf
|
||||
|
||||
pdflatex ArticleA4Page2x2.tex
|
||||
copy ArticleA4Page2x2.pdf ..\Build\Szamtud_1_Article_A4Page_2x2.pdf
|
||||
|
||||
pdflatex ArticleHalfA4Page4x2.tex
|
||||
copy ArticleHalfA4Page4x2.pdf ..\Build\Szamtud_1_Article_HalfA4_4x2.pdf
|
||||
|
||||
pdflatex PrezA4Page.tex
|
||||
copy PrezA4Page.pdf ..\Build\Szamtud_1_Prez_Normal.pdf
|
||||
|
||||
pause
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=470mm,top=0in, bottom=0in, left=0in, right=0in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{./../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
\geometry{top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
%\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{8 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,38 +0,0 @@
|
||||
% Compile twice!
|
||||
% With the current MiKTeX, you need to install the beamer, and the translator packages directly form the package manager!
|
||||
|
||||
% Uncomment these to get the presentation form
|
||||
%\documentclass{beamer}
|
||||
%\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% Uncomment these, and comment the 2 lines above, to get a paper-type article
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage{geometry}
|
||||
%\geometry{top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
\usepackage{beamerarticle}
|
||||
\renewcommand{\\}{\par\noindent}
|
||||
\setbeamertemplate{note page}[plain]
|
||||
|
||||
% Half A4 geometry
|
||||
\geometry{paperwidth=105mm,paperheight=297mm,top=0.2in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
% "1/3" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=455mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/6" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=891mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/5" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=740mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% "1/4" A4 geometry
|
||||
%\geometry{paperwidth=105mm,paperheight=594mm,top=0.1in, bottom=0.1in, left=0.1in, right=0.1in}
|
||||
|
||||
% Uncomment these, to put more than one slide / page into a generated page.
|
||||
\usepackage{pgfpages}
|
||||
% Choose one
|
||||
%\pgfpagesuselayout{2 on 1}[a4paper]
|
||||
%\pgfpagesuselayout{4 on 1}[a4paper]
|
||||
\pgfpagesuselayout{16 on 1}[a4paper]
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -1,5 +0,0 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../szamtudv.tex}
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user