initial commit

This commit is contained in:
surtur 2020-06-05 04:00:30 +02:00
commit 064b39130d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
6 changed files with 421 additions and 0 deletions

280
.gitignore vendored Normal file

@ -0,0 +1,280 @@
*.pdf
*.swp
.\~lock*
*.ott
# Created by https://www.gitignore.io/api/latex
# Edit at https://www.gitignore.io/?templates=latex
### LaTeX ###
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Generated if empty string is given at "Please type another file name for output:"
.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Build tool directories for auxiliary files
# latexrun
latex.out/
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.pre
*.snm
*.vrb
# changes
*.soc
# comment
*.cut
# cprotect
*.cpt
# elsarticle (documentclass of Elsevier journals)
*.spl
# endnotes
*.ent
# fixme
*.lox
# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm
#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist
# gnuplottex
*-gnuplottex-*
# gregoriotex
*.gaux
*.gtex
# htlatex
*.4ct
*.4tc
*.idv
*.lg
*.trc
*.xref
# hyperref
*.brf
# knitr
*-concordance.tex
# TODO Comment the next line if you want to keep your tikz graphics files
*.tikz
*-tikzDictionary
# listings
*.lol
# luatexja-ruby
*.ltjruby
# makeidx
*.idx
*.ilg
*.ind
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
# minted
_minted*
*.pyg
# morewrites
*.mw
# nomencl
*.nlg
*.nlo
*.nls
# pax
*.pax
# pdfpcnotes
*.pdfpc
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# scrwfile
*.wrt
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
# pythontex
*.pytxcode
pythontex-files-*/
# tcolorbox
*.listing
# thmtools
*.loe
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# todonotes
*.tdo
# vhistory
*.hst
*.ver
# easy-todo
*.lod
# xcolor
*.xcp
# xmpincl
*.xmpi
# xindy
*.xdy
# xypic precompiled matrices
*.xyc
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
## Editors:
# WinEdt
*.bak
*.sav
# Texpad
.texpadtmp
# LyX
*.lyx~
# Kile
*.backup
# KBibTeX
*~[0-9]*
# auto folder when using emacs and auctex
./auto/*
*.el
# expex forward references with \gathertags
*-tags.tex
# standalone packages
*.sta
### LaTeX Patch ###
# glossaries
*.glstex
# End of https://www.gitignore.io/api/latex

9
README.md Normal file

@ -0,0 +1,9 @@
# tdp_0x07
TDP task 0x07
easily compile into a pdf using
```bash
pdflatex -no-shell-escape -interaction=nonstopmode task0x07.tex
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
pics/mount_st_helens.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
pics/preprint.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

132
task0x07.tex Normal file

@ -0,0 +1,132 @@
\documentclass[aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usetheme{Darmstadt}
\usepackage{verbatim}
\setbeamercovered{transparent}
\title{\LaTeX 3}
\author{trololol}
\institute{UTB ve Zlíně}
\date{\today}
\begin{document}
\frame{\titlepage}
\section{Možnosti horizontálnych a vertikálnych medzier}
\begin{frame}
\frametitle{Možnosti horizontálnych a vertikálnych medzier}
This is a text in the first frame. This is a text in the first frame. This is a text in the first frame.
\begin{block}{Horiz 1}
Obsah bloku
\end{block}
\begin{alertblock}{Horiz 2}
Obsah alert bloku
\end{alertblock}
\begin{exampleblock}{Vert 1}
Obsah examplebloku
\end{exampleblock}
\end{frame}
\subsection{prvasub}
\begin{frame}
\frametitle{Sample frame title}
This is a text in the first frame. This is a text in the first frame. This is a text in the first frame.
\end{frame}
\subsection{druhasub}
\begin{frame}
\frametitle{Sample frame title}
This is a text in the first frame. This is a text in the first frame. This is a text in the first frame.
\end{frame}
\section{Možnosti poznámok v \LaTeX}
\begin{frame}
\frametitle{Možnosti poznámok v \LaTeX}
This is a text in the first frame. This is a text in the first frame. This is a text in the first frame.
\end{frame}
\section{Možnosti odkrývania obsahu slajdov}
\begin{frame}
\frametitle{Možnosti odkrývania obsahu slajdov}
This is a text in the first frame.
This is a text in the first frame.
This is a text in the first frame.
\begin{block}{Horiz 1}
Obsah bloku
\end{block}
\end{frame}
\begin{frame}
Odkrývanie\\
\uncover<2->{2.-*\\}
\uncover<2,4>{2. a 4.\\}
\uncover<3>{3.\\}
\end{frame}
\begin{frame}
\begin{itemize}
\item 1. odrázka
\pause
\item 2. odrázka
\end{itemize}
\end{frame}
\begin{frame}[fragile]
\frametitle{Použitie \ttt{verbatim}}
\framesubtitle{evil stuff}
\begin{verbatim}
#!/bin/bash
# evil script
while true; do
echo "[*] Doing evil stuff"
sleep 1
done
\end{verbatim}
\end{frame}
\section{3-phase}
\subsection{xkcd}
\begin{frame}
\begin{itemize}
\begin{columns}[c]
\begin{column}{0.5\textwidth}
\frametitle{\href{https://xkcd.com}{xkcd}}
\framesubtitle{\href{https://xkcd.com/2311/}{Confidence Interval}}
\item<1>{Confidence Interval: The worst part is that's the millisigma interval.}
\framesubtitle<2>{\href{https://xkcd.com/2308/}{Mount St. Helens}}
\item<2> {It's a good mountain but it really peaked in the 80s.}
\framesubtitle<3>{\href{https://xkcd.com/2304/}{Preprint}}
\item<3> {DOWNSIDES: Adobe people may periodically email your newsroom to ask you to call it an 'Adobe® PDF document,' but they'll reverse course once they learn how sarcastically you can pronounce the registered trademark symbol.}
\item
\end{column}
\begin{column}{0.5\textwidth}
\includegraphics<1>[height=7cm]{./pics/confidence_interval.png}
\includegraphics<2>[height=7cm]{./pics/mount_st_helens.png}
\includegraphics<3>[height=7cm]{./pics/preprint.png}
\end{column}
\end{columns}
\end{itemize}
\end{frame}
\end{document}