mirror of
https://github.com/Relintai/Documents.git
synced 2025-04-05 05:32:44 +02:00
Added a simple "build system".
This commit is contained in:
parent
dcf2f35380
commit
5f2edd89ec
35
Számítástudomány/Vizsga/CompileAll.bat
Normal file
35
Számítástudomány/Vizsga/CompileAll.bat
Normal file
@ -0,0 +1,35 @@
|
||||
@echo off
|
||||
|
||||
cd Headers
|
||||
|
||||
pdflatex Article1d3A4Page.tex
|
||||
copy Article1d3A4Page.pdf ..\Build\Szamtud_1_Article_Scaled1d3A4.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
|
38
Számítástudomány/Vizsga/Headers/Article1d3A4Page.tex
Normal file
38
Számítástudomány/Vizsga/Headers/Article1d3A4Page.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/Article1d4A4Page.tex
Normal file
38
Számítástudomány/Vizsga/Headers/Article1d4A4Page.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/Article1d5A4Page.tex
Normal file
38
Számítástudomány/Vizsga/Headers/Article1d5A4Page.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/Article1d6A4Page.tex
Normal file
38
Számítástudomány/Vizsga/Headers/Article1d6A4Page.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/ArticleA4Page.tex
Normal file
38
Számítástudomány/Vizsga/Headers/ArticleA4Page.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/ArticleA4Page2x2.tex
Normal file
38
Számítástudomány/Vizsga/Headers/ArticleA4Page2x2.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/ArticleHalfA4Page.tex
Normal file
38
Számítástudomány/Vizsga/Headers/ArticleHalfA4Page.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/ArticleHalfA4Page2x1.tex
Normal file
38
Számítástudomány/Vizsga/Headers/ArticleHalfA4Page2x1.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
38
Számítástudomány/Vizsga/Headers/ArticleHalfA4Page4x2.tex
Normal file
38
Számítástudomány/Vizsga/Headers/ArticleHalfA4Page4x2.tex
Normal file
@ -0,0 +1,38 @@
|
||||
% 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}
|
5
Számítástudomány/Vizsga/Headers/PrezA4Page.tex
Normal file
5
Számítástudomány/Vizsga/Headers/PrezA4Page.tex
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
|
||||
\input{../szamtudv.tex}
|
@ -2,8 +2,8 @@
|
||||
% 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
|
||||
0\documentclass{beamer}
|
||||
\geometry{paperwidth=200mm,paperheight=200mm, top=0in, bottom=0.2in, left=0.2in, right=0.2in}
|
||||
%\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}
|
||||
|
Loading…
Reference in New Issue
Block a user