Skip to content
Snippets Groups Projects
Commit f7823646 authored by tuhe's avatar tuhe
Browse files

CI/CD

parent f59abddb
No related branches found
No related tags found
No related merge requests found
Pipeline #7465 failed
\documentclass[handout,aspectratio=43]{beamer}
\usepackage{etoolbox}
\newtoggle{overlabel_includesvgs}
\newtoggle{overlabel_includelabels}
\toggletrue{overlabel_includesvgs}
\toggletrue{overlabel_includelabels}
\input{beamer_slider_preamble.tex}
\title{Example slide show}
\author{Author}
\togglefalse{overlabel_includesvgs}
\toggletrue{overlabel_includelabels}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
% This slideshow is made using slider. Install using: pip install beamer-slider
% check http://gitlab.compute.dtu.dk/tuhe/slider for more information.
\begin{frame}\osvg{myoverlay} % Use the \osvg{labelname} - tag to create new overlays. Run the command `slider` in the terminal and check the ./osvgs directory for the svg files!
\title{Slide with an overlay}
This is some example text!
\end{frame}
\end{document}
\babel@toc {english}{}\relax
tests/automatic/osvgs/tmp/myoverlay.png

3.09 KiB

This diff is collapsed.
File deleted
File deleted
File deleted
File deleted
No preview for this file type
tests/test_images/index_a.png

11.7 KiB

tests/test_images/index_b.png

14.6 KiB

tests/test_images/index_front.png

56.1 KiB

......@@ -69,10 +69,10 @@ class TestSlider(TestCase):
slider_cli("automatic/index.tex", interactive=False)
pdf2png("automatic/index.pdf", fout="automatic/index_b.png", page_to_convert=2)
shutil.copyfile("automatic/index_a.png", "test_images/index_a.png")
shutil.copyfile("automatic/index_b.png", "test_images/index_b.png")
pdf2png("automatic/index.pdf", fout="test_images/index_front.png", page_to_convert=1)
shutil.copyfile("automatic/index.pdf", "test_images/index.pdf")
shutil.copyfile("automatic/index_a.png", "tests_images/index_a.png")
shutil.copyfile("automatic/index_b.png", "tests_images/index_b.png")
pdf2png("automatic/index.pdf", fout="tests_images/index_front.png", page_to_convert=1)
shutil.copyfile("automatic/index.pdf", "tests_images/index.pdf")
def test_second_page_before_compile(self):
assert_images_equal("automatic/index_a.png", "expected/index_a.png")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment