Skip to content

Commit

Permalink
source macro
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawron committed Sep 25, 2024
1 parent 6ba2caf commit 939cd66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions ask_template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ \subsubsection{Podpodsekcja 1}
\begin{theorem}
$\ket{x}=[0,1]^\dagger$
\end{theorem}
\source{\url{www.quantiki.org}}
\end{frame}

\begin{frame}{Tytuł slajdu}
Expand Down
10 changes: 9 additions & 1 deletion beamerthemeiitisask.sty
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,19 @@
\titlegraphic{%
\includegraphics[align=c, height=2cm]{pics/logos/ask_logo.png}\\
\includegraphics[align=c, height=1cm]{pics/logos/mnisw.pdf}%
\includegraphics[align=c, height=0.8cm]{pics/logos/iitis.pdf}%
\includegraphics[align=c, height=1cm]{pics/logos/nds.pdf}%
\includegraphics[align=c, height=0.8cm]{pics/logos/iitis.pdf}%
}
\logo{\makebox[1.4cm]{\includegraphics[width=1.2cm]{pics/logos/ask_sygnet.png}}}
\institute[IITiS PAN]{Instytut Informatyki Teoretycznej i Stosowanej Polskiej Akademii Nauk}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\nologo}{\setbeamertemplate{logo}{}}

\newcommand\blfootnote[1]{%
\begingroup%
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup%
}
\newcommand{\source}[1]{\blfootnote{Źródło: #1}}

0 comments on commit 939cd66

Please sign in to comment.