Giter Site home page Giter Site logo

pcafrica / focus-beamertheme Goto Github PK

View Code? Open in Web Editor NEW
476.0 7.0 42.0 5.24 MB

Focus: a minimalist presentation theme for LaTeX Beamer.

License: GNU General Public License v3.0

TeX 100.00%
latex beamer latex-beamer latex-template latex-theme latex-beamer-template latex-beamer-theme beamer-template beamer-theme presentation

focus-beamertheme's People

Contributors

eagleoutice avatar imntl avatar jtschneider avatar monsieurpi avatar murpholinox avatar pcafrica avatar sfr682k avatar zortaniac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

focus-beamertheme's Issues

References more than one page

Thanks for your great work.

I am wondering how can I put references in more than one page. If I have 20 papers cited, currently all these references are in one frame and most of them are not visible.

Best wishes

Line Heights of \maketitle are off

hi elauksap, first things first: thank you very much for your elegant beamer theme. i like the esthetics a lot.

do you have any idea why my title page is rendered with wrong line heights (subtitle & author) as in the screenshot below?

image

i don't have any other packages in use right now. just a simple tex document:

\documentclass{beamer}
\usetheme{focus}
\title{Focus: \\ A Minimalist Beamer Theme}
\subtitle{Subtitle}
\author{Author 1\texorpdfstring{\\}{,} Author 2}
% \titlegraphic{\includegraphics[scale=1.25]{focuslogo.pdf}}
\institute{Institute Name \\ Institute Address}
\date{dd mm yyyy}

\begin{document}
\begin{frame}
	\maketitle
\end{frame}
\end{document}

i can work around these limitations for now by not showing an author... but any advise would be much appreciated. thank you! :)

Text in footlist

Thanks for creating such a beautiful theme. Is it possible to add a footlist text or could you please create an option for the full-width mode? Thanks!

add slide counter to empty theme

Currently, it seems the only option to get slide numbers are with having a bar at the bottom, such as the recently merged PR. While having that bar is useful to show which section the presentation is in, there are presentations that do not rely on sections for internal structure, and the empty theme is much more suited to those to remove visual clutter and consequentially playing to the theme's name.

However, having slide numbers would still be useful in that case to have the audience ask specific questions to specific slides. Hence, I think it would be useful to add an option to add slide numbers, for example to the bottom right corner, to the empty theme, retaining the usefulness of the clutterfree experience of the empty theme while still unobtrusively providing slide numbers.

I have discussed this briefly with @imntl, who mentioned he'd be up for implement this.

Support parskip configuration

By default this theme has no spacing between paragraphs, i.e.

line1

line2

in the .tex will get you

line1
line2

in the .pdf. You could set something like

\setlength{\parskip}{\medskipamount}

which would emit some space between the lines. However, then this also applies to an itemize/enumerate that is attached to the paragraph above, i.e.

line1
\begin{itemize}
\item foo
\end{itemize}

would get you the same as

line1

\begin{itemize}
\item foo
\end{itemize}

namely something like

line1

- foo

this can be fixed with

\newcommand{\noskip}{\vspace{-\parskip}}
...
line1
\noskip
\begin{itemize}
\item foo
\end{itemize}

but ideally this is done automatically. I don't have the best knowledge of beamer themes, so I'm unsure if this is even something that a thememaker would solve, or would be down to beamer configuration. Still, the theme does contain beamer config, right? So it would be applicable to implement here?

No slide if \section*{}

Hi, I wanted to create some sections with the \section*{} command for better navigation, so they will be added to the sidebar but not to the TOC. Unfortunately it creates a slide for it, which I don't want either. Is there any switch to suppress this behaviour?

BTW: Thank you for your great template, I really appreciate your work.

Two issues with `\titlepage`

Thanks for developing this theme, it is really beautiful.
I have found a couple of issues when typesetting the title page.
First, consider this mwe:

\documentclass[aspectratio=169]{beamer}
\usepackage[T1]{fontenc} \usepackage[utf8]{inputenc}
\usetheme{focus}
\title{Presentation title}
\author{Author}
\begin{document}
\begin{frame}
  \titlepage
\end{frame}
\end{document}

the 16:9 aspect ratio causes the author to be partially blocked by the top half of the background.
Consider this other mwe:

\documentclass[aspectratio=169]{beamer}
\usepackage[T1]{fontenc} \usepackage[utf8]{inputenc}
\usetheme{focus}
\title{Presentation title}
\author{Author}
\begin{document}
  \frame{\titlepage}
\end{document}

The title page is not typeset correctly: the top, darker half of the background expands to the whole slide and blocks the author and date information. This happens whether the aspectratio option is specified or not.
These mwes were compiled with Windows 10 1909 64-bit using TeXLive 2020 updated on the 24th of october.

\mathrm{d} is using a different font

Hi,

First, focus is wonderful. I recently needed to type some equations and I noticed that the derivative symbol (with \mathrm) is using a different font style. How may I overcome this issue?

Thanks.

Table and Figure numbering of captions

Hi @SFr682k, I used the great template. I faced an issue that when using captions for images and tables, it prints TABLE: .... or FIGURE: .... I expected it to be like TABLE #: .... . How to fix this setup?

need to disable numbering in table of contents

the following produces progressbar at the bottom of the slide

...
\usetheme[numbering=none]{focus}
...
\begin{document}
...

\begin{frame}{Overview}
  \tableofcontents
\end{frame}

...
\end{document}

Errors with biblatex

Hello,
Thank you for a modern and nice-looking theme!

I have been trying to add a bibliography using biblatex, but encountered several problems with your
theme. The following MWE fails with

! Extra }, or forgotten \endgroup.
\endframe ->\egroup
                    \begingroup \def \@currenvir {frame}
l.16 \end{frame}

but compiles with any standard theme.
An error persists on both pdftex and luatex.

MWE:

\documentclass{beamer}

\usetheme{focus}
\usepackage[sorting=none]{biblatex}
\addbibresource{xampl.bib}

\begin{document}

\begin{frame}
  \nocite{*}
\end{frame}

\begin{frame}[t,allowframebreaks]
  \frametitle{References}
  \printbibliography
 \end{frame}

\end{document}

problem with the footline & tikzpicture

Hi, I really like this beamer theme, but there is a little problem, if I use tikzpicture to position an image at the bottom,
it will break the footline (number and total are separated)

 \begin{tikzpicture}[remember picture, overlay]
         \node[xshift=-25pt,yshift=25pt, opacity=1, inner sep=0pt, scale=0.45, anchor=south east]
             (box) at (current page.south east) {
             \includegraphics{socialmedia}
         };
     \end{tikzpicture}

The problem does not exist with other themes

thnx !
Uploading Screenshot 2022-02-24 at 16.35.11.png…

Having a background image in section frames

Hi!

I have no idea how hard this would be to implement, but I'd love to be able (optionally) to have a background image in the bottom half space for every section frame.

Therefore, the command would look like this:
\section{introduction}[image=\includegraphics[0.5\paperheight]{intro.jpg}]

It could be also a color option, to set the background color. But I'm especially interested in the image option one.

Errors related to `firamath-otf` and `unicode-math`

I can't compile with focus on a fresh install on Fedora 39. If I use any built-in theme it works fine.

I've installed LaTeX via texlive-scheme-full and checked that everything is installed: texlive-beamer, texlive-beamertheme-focus, texlive-appendixnumberbeamer, texlive-fira, texlive-pgf and texlive-unicode-math.

Minimal example:

\documentclass{beamer}
\usetheme{focus}
\begin{document}
test
\end{document}

The log file:

This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2024.1.10)  15 JAN 2024 13:41
entering extended mode
 restricted \write18 enabled.
 file:line:error style messages enabled.
 %&-line parsing enabled.
**/home/gregorio/AMC/Focus_test/hello.tex
(/home/gregorio/AMC/Focus_test/hello.tex
LaTeX2e <2022-11-01> patch level 1
L3 programming layer <2023-02-22> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls
Document Class: beamer 2023/02/20 v3.69 A class for typesetting presentations
(/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)
\etb@tempcnta=\count185
)
\beamer@tempbox=\box51
\beamer@tempcount=\count186
\c@beamerpauses=\count187
 (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty
\beamer@slideinframe=\count188
\beamer@minimum=\count189
\beamer@decode@box=\box52
)
\beamer@commentbox=\box53
\beamer@modecount=\count190
) (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty
Package: iftex 2022/02/03 v1.0f TeX engine tests
)
\headdp=\dimen140
\footheight=\dimen141
\sidebarheight=\dimen142
\beamer@tempdim=\dimen143
\beamer@finalheight=\dimen144
\beamer@animht=\dimen145
\beamer@animdp=\dimen146
\beamer@animwd=\dimen147
\beamer@leftmargin=\dimen148
\beamer@rightmargin=\dimen149
\beamer@leftsidebar=\dimen150
\beamer@rightsidebar=\dimen151
\beamer@boxsize=\dimen152
\beamer@vboxoffset=\dimen153
\beamer@descdefault=\dimen154
\beamer@descriptionwidth=\dimen155
\beamer@lastskip=\skip48
\beamer@areabox=\box54
\beamer@animcurrent=\box55
\beamer@animshowbox=\box56
\beamer@sectionbox=\box57
\beamer@logobox=\box58
\beamer@linebox=\box59
\beamer@sectioncount=\count191
\beamer@subsubsectionmax=\count192
\beamer@subsectionmax=\count193
\beamer@sectionmax=\count194
\beamer@totalheads=\count195
\beamer@headcounter=\count196
\beamer@partstartpage=\count197
\beamer@sectionstartpage=\count198
\beamer@subsectionstartpage=\count199
\beamer@animationtempa=\count266
\beamer@animationtempb=\count267
\beamer@xpos=\count268
\beamer@ypos=\count269
\beamer@ypos@offset=\count270
\beamer@showpartnumber=\count271
\beamer@currentsubsection=\count272
\beamer@coveringdepth=\count273
\beamer@sectionadjust=\count274
\beamer@toclastsection=\count275
\beamer@tocsectionnumber=\count276
 (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 2022/05/29 v1.15 key=value parser (DPC)
\KV@toks@=\toks16
))
\beamer@paperwidth=\skip49
\beamer@paperheight=\skip50
 (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2020/01/02 v5.9 Page Geometry
 (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
Package: ifvtex 2019/10/25 v1.7 ifvtex legacy package. Use iftex instead.
)
\Gm@cnth=\count277
\Gm@cntv=\count278
\c@Gm@tempcnt=\count279
\Gm@bindingoffset=\dimen156
\Gm@wd@mp=\dimen157
\Gm@odd@mp=\dimen158
\Gm@even@mp=\dimen159
\Gm@layoutwidth=\dimen160
\Gm@layoutheight=\dimen161
\Gm@layouthoffset=\dimen162
\Gm@layoutvoffset=\dimen163
\Gm@dimlist=\toks17
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/math/pgfmath.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.tex
\pgfutil@everybye=\toks18
\pgfutil@tempdima=\dimen164
\pgfutil@tempdimb=\dimen165
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
\pgfutil@abb=\box60
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/pgf.revision.tex)
Package: pgfrcs 2023-01-15 v3.1.10 (3.1.10)
)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
\pgfkeys@pathtoks=\toks19
\pgfkeys@temptoks=\toks20
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgfkeyslibraryfiltered.code.tex
\pgfkeys@tmptoks=\toks21
))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex
\pgf@x=\dimen166
\pgf@xa=\dimen167
\pgf@xb=\dimen168
\pgf@xc=\dimen169
\pgf@y=\dimen170
\pgf@ya=\dimen171
\pgf@yb=\dimen172
\pgf@yc=\dimen173
\c@pgf@counta=\count280
\c@pgf@countb=\count281
\c@pgf@countc=\count282
\c@pgf@countd=\count283
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
\pgfmath@dimen=\dimen174
\pgfmath@count=\count284
\pgfmath@box=\box61
\pgfmath@toks=\toks22
\pgfmath@stack@operand=\toks23
\pgfmath@stack@operation=\toks24
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integerarithmetics.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex
\c@pgfmathroundto@lastzeros=\count285
))) (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo
File: size11.clo 2022/07/02 v1.4n Standard LaTeX file (size option)
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 2021/09/16 v1.2d Enhanced LaTeX Graphics (DPC,SPQR)
 (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2022/03/10 v1.4e Standard LaTeX Graphics (DPC,SPQR)
 (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 2021/08/11 v1.11 sin cos tan (DPC)
) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
)
Package graphics Info: Driver file: pdftex.def on input line 107.
 (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def
File: pdftex.def 2022/09/22 v1.2b Graphics/color driver for pdftex
))
\Gin@req@height=\dimen175
\Gin@req@width=\dimen176
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
Package: pgfsys 2023-01-15 v3.1.10 (3.1.10)
\pgf@x=\dimen177
\pgf@y=\dimen178
\pgf@xa=\dimen179
\pgf@ya=\dimen180
\pgf@xb=\dimen181
\pgf@yb=\dimen182
\pgf@xc=\dimen183
\pgf@yc=\dimen184
\pgf@xd=\dimen185
\pgf@yd=\dimen186
\w@pgf@writea=\write3
\r@pgf@reada=\read2
\c@pgf@counta=\count286
\c@pgf@countb=\count287
\c@pgf@countc=\count288
\c@pgf@countd=\count289
\t@pgf@toka=\toks25
\t@pgf@tokb=\toks26
\t@pgf@tokc=\toks27
\pgf@sys@id@count=\count290
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg
File: pgf.cfg 2023-01-15 v3.1.10 (3.1.10)
)
Driver file for pgf: pgfsys-pdftex.def
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.def
File: pgfsys-pdftex.def 2023-01-15 v3.1.10 (3.1.10)
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def
File: pgfsys-common-pdf.def 2023-01-15 v3.1.10 (3.1.10)
))) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex
File: pgfsyssoftpath.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgfsyssoftpath@smallbuffer@items=\count291
\pgfsyssoftpath@bigbuffer@items=\count292
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex
File: pgfsysprotocol.code.tex 2023-01-15 v3.1.10 (3.1.10)
)) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
Package: xcolor 2022/06/12 v2.14 LaTeX color extensions (UK)
 (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg
File: color.cfg 2016/01/02 v1.6 sample color configuration
)
Package xcolor Info: Driver file: pdftex.def on input line 227.
 (/usr/share/texlive/texmf-dist/tex/latex/graphics/mathcolor.ltx)
Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1353.
Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1357.
Package xcolor Info: Model `RGB' extended on input line 1369.
Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1371.
Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1372.
Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1373.
Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1374.
Package xcolor Info: Model `Gray' substituted by `gray' on input line 1375.
Package xcolor Info: Model `wave' substituted by `hsb' on input line 1376.
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
Package: pgfcore 2023-01-15 v3.1.10 (3.1.10)
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/math/pgfint.code.tex) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex
File: pgfcorepoints.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgf@picminx=\dimen187
\pgf@picmaxx=\dimen188
\pgf@picminy=\dimen189
\pgf@picmaxy=\dimen190
\pgf@pathminx=\dimen191
\pgf@pathmaxx=\dimen192
\pgf@pathminy=\dimen193
\pgf@pathmaxy=\dimen194
\pgf@xx=\dimen195
\pgf@xy=\dimen196
\pgf@yx=\dimen197
\pgf@yy=\dimen198
\pgf@zx=\dimen199
\pgf@zy=\dimen256
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex
File: pgfcorepathconstruct.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgf@path@lastx=\dimen257
\pgf@path@lasty=\dimen258
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex
File: pgfcorepathusage.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgf@shorten@end@additional=\dimen259
\pgf@shorten@start@additional=\dimen260
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex
File: pgfcorescopes.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgfpic=\box62
\pgf@hbox=\box63
\pgf@layerbox@main=\box64
\pgf@picture@serial@count=\count293
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex
File: pgfcoregraphicstate.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgflinewidth=\dimen261
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex
File: pgfcoretransformations.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgf@pt@x=\dimen262
\pgf@pt@y=\dimen263
\pgf@pt@temp=\dimen264
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.code.tex
File: pgfcorequick.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex
File: pgfcoreobjects.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex
File: pgfcorepathprocessing.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex
File: pgfcorearrows.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgfarrowsep=\dimen265
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex
File: pgfcoreshade.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgf@max=\dimen266
\pgf@sys@shading@range@num=\count294
\pgf@shadingcount=\count295
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex
File: pgfcoreimage.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex
File: pgfcoreexternal.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgfexternal@startupbox=\box65
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex
File: pgfcorelayers.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex
File: pgfcoretransparency.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex
File: pgfcorepatterns.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/basiclayer/pgfcorerdf.code.tex
File: pgfcorerdf.code.tex 2023-01-15 v3.1.10 (3.1.10)
))) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/xxcolor.sty
Package: xxcolor 2003/10/24 ver 0.1
\XC@nummixins=\count296
\XC@countmixins=\count297
) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty
Package: atbegshi-ltx 2021/01/10 v1.0c Emulation of the original atbegshi
package with kernel methods
) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
Package: hyperref 2023-02-07 v7.00v Hypertext links for LaTeX
 (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty
Package: ltxcmds 2020-05-10 v1.25 LaTeX kernel commands for general use (HO)
) (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty
Package: pdftexcmds 2020-06-27 v0.33 Utility functions of pdfTeX for LuaTeX (HO)
 (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty
Package: infwarerr 2019/12/03 v1.5 Providing info/warning/error messages (HO)
)
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
) (/usr/share/texlive/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty
Package: kvsetkeys 2022-10-05 v1.19 Key value parser (HO)
) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty
Package: kvdefinekeys 2019-12-19 v1.6 Define keys (HO)
) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty
Package: pdfescape 2019/12/09 v1.15 Implements pdfTeX's escape features (HO)
) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty
Package: hycolor 2020-01-27 v1.10 Color options for hyperref/bookmark (HO)
) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty
Package: letltxmacro 2019/12/03 v1.6 Let assignment for LaTeX macros (HO)
) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty
Package: auxhook 2019-12-17 v1.6 Hooks for auxiliary files (HO)
) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2022-05-17 v2.50 Cross-referencing by name of section
 (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty
Package: refcount 2019/12/15 v3.6 Data extraction from label references (HO)
) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
Package: gettitlestring 2019/12/15 v1.6 Cleanup title references (HO)
 (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2022-06-15 v3.15 Key value format for package options (HO)
))
\c@section@level=\count298
)
\@linkdim=\dimen267
\Hy@linkcounter=\count299
\Hy@pagecounter=\count300
 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
File: pd1enc.def 2023-02-07 v7.00v Hyperref: PDFDocEncoding definition (HO)
Now handling font encoding PD1 ...
... no UTF-8 mapping file for font encoding PD1
) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty
Package: intcalc 2019/12/15 v1.3 Expandable calculations with integers (HO)
) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty
Package: etexcmds 2019/12/15 v1.7 Avoid name clashes with e-TeX commands (HO)
)
\Hy@SavedSpaceFactor=\count301
 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2023-02-07 v7.00v Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)
Package hyperref Info: Option `bookmarks' set `true' on input line 4060.
Package hyperref Info: Option `bookmarksopen' set `true' on input line 4060.
Package hyperref Info: Option `implicit' set `false' on input line 4060.
Package hyperref Info: Hyper figures OFF on input line 4177.
Package hyperref Info: Link nesting OFF on input line 4182.
Package hyperref Info: Hyper index ON on input line 4185.
Package hyperref Info: Plain pages OFF on input line 4192.
Package hyperref Info: Backreferencing OFF on input line 4197.
Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals.
Package hyperref Info: Bookmarks ON on input line 4425.
\c@Hy@tempcnt=\count302
 (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip16
Package: url 2013/09/16  ver 3.4  Verb mode for urls, etc.
)
LaTeX Info: Redefining \url on input line 4763.
\XeTeXLinkMargin=\dimen268
 (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty
Package: bitset 2019/12/09 v1.3 Handle bit-vector datatype (HO)
 (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty
Package: bigintcalc 2019/12/15 v1.5 Expandable calculations on big integers (HO)
))
\Fld@menulength=\count303
\Field@Width=\dimen269
\Fld@charsize=\dimen270
Package hyperref Info: Hyper figures OFF on input line 6042.
Package hyperref Info: Link nesting OFF on input line 6047.
Package hyperref Info: Hyper index ON on input line 6050.
Package hyperref Info: backreferencing OFF on input line 6057.
Package hyperref Info: Link coloring OFF on input line 6062.
Package hyperref Info: Link coloring with OCG OFF on input line 6067.
Package hyperref Info: PDF/A mode OFF on input line 6072.
\Hy@abspage=\count304


Package hyperref Message: Stopped early.

)
Package hyperref Info: Driver (autodetected): hpdftex.
 (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
File: hpdftex.def 2023-02-07 v7.00v Hyperref driver for pdfTeX
 (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty
Package: atveryend-ltx 2020/08/19 v1.0a Emulation of the original atveryend package
with kernel methods
)
\Fld@listcount=\count305
\c@bookmark@seq@number=\count306
 (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty
Package: rerunfilecheck 2022-07-10 v1.10 Rerun checks for auxiliary files (HO)
 (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty
Package: uniquecounter 2019/12/15 v1.4 Provide unlimited unique counter (HO)
)
Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 285.
)) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaserequires.sty (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasefont.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2013/01/14 v3.01 AMS font symbols
 (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
\@emptytoks=\toks28
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Redeclaring math symbol \hbar on input line 98.
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
)) (/usr/share/texlive/texmf-dist/tex/latex/sansmathaccent/sansmathaccent.sty
Package: sansmathaccent 2020/01/31
 (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package: scrlfile 2022/10/12 v3.38 KOMA-Script package (file load hooks)
 (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
Package: scrlfile-hook 2022/10/12 v3.38 KOMA-Script package (using LaTeX hooks)
 (/usr/share/texlive/texmf-dist/tex/latex/koma-script/scrlogo.sty
Package: scrlogo 2022/10/12 v3.38 KOMA-Script package (logo)
))))) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty (/usr/share/texlive/texmf-dist/tex/latex/translator/translator.sty
Package: translator 2021-05-31 v1.12d Easy translation of strings in LaTeX
)) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemisc.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
\beamer@argscount=\count307
\beamer@lastskipcover=\skip51
\beamer@trivlistdepth=\count308
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetitle.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasesection.sty
\c@lecture=\count309
\c@part=\count310
\c@section=\count311
\c@subsection=\count312
\c@subsubsection=\count313
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
\beamer@framebox=\box66
\beamer@frametitlebox=\box67
\beamer@zoombox=\box68
\beamer@zoomcount=\count314
\beamer@zoomframecount=\count315
\beamer@frametextheight=\dimen271
\c@subsectionslide=\count316
\beamer@frametopskip=\skip52
\beamer@framebottomskip=\skip53
\beamer@frametopskipautobreak=\skip54
\beamer@framebottomskipautobreak=\skip55
\beamer@envbody=\toks29
\framewidth=\dimen272
\c@framenumber=\count317
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
\beamer@verbatimfileout=\write4
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframesize.sty
\beamer@splitbox=\box69
\beamer@autobreakcount=\count318
\beamer@autobreaklastheight=\dimen273
\beamer@frametitletoks=\toks30
\beamer@framesubtitletoks=\toks31
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
\beamer@footins=\box70
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasecolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenotes.sty
\beamer@frameboxcopy=\box71
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetoc.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetemplates.sty
\beamer@sbttoks=\toks32
 (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseboxes.sty
\bmb@box=\box72
\bmb@colorbox=\box73
\bmb@boxwidth=\dimen274
\bmb@boxheight=\dimen275
\bmb@prevheight=\dimen276
\bmb@temp=\dimen277
\bmb@dima=\dimen278
\bmb@dimb=\dimen279
\bmb@prevheight=\dimen280
)
\beamer@blockheadheight=\dimen281
)) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty
Package: enumerate 2015/07/23 v3.00 enumerate extensions (DPC)
\@enLab=\toks33
)
\beamer@bibiconwidth=\skip56
\c@figure=\count319
\c@table=\count320
\abovecaptionskip=\skip57
\belowcaptionskip=\skip58
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasenavigationsymbols.tex)
\beamer@section@min@dim=\dimen282
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasetheorems.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2022/04/08 v2.17n AMS math features
\@mathmargin=\skip59

For additional information on amsmath, use the `?' option.
(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2021/08/26 v2.01 AMS text
 (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0 generic functions
\@emptytoks=\toks34
\ex@=\dimen283
)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d Bold Symbols
\pmbraise@=\dimen284
) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 2022/04/08 v2.04 operator names
)
\inf@bad=\count321
LaTeX Info: Redefining \frac on input line 234.
\uproot@=\count322
\leftroot@=\count323
LaTeX Info: Redefining \overline on input line 399.
LaTeX Info: Redefining \colon on input line 410.
\classnum@=\count324
\DOTSCASE@=\count325
LaTeX Info: Redefining \ldots on input line 496.
LaTeX Info: Redefining \dots on input line 499.
LaTeX Info: Redefining \cdots on input line 620.
\Mathstrutbox@=\box74
\strutbox@=\box75
LaTeX Info: Redefining \big on input line 722.
LaTeX Info: Redefining \Big on input line 723.
LaTeX Info: Redefining \bigg on input line 724.
LaTeX Info: Redefining \Bigg on input line 725.
\big@size=\dimen285
LaTeX Font Info:    Redeclaring font encoding OML on input line 743.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 744.
\macc@depth=\count326
LaTeX Info: Redefining \bmod on input line 905.
LaTeX Info: Redefining \pmod on input line 910.
LaTeX Info: Redefining \smash on input line 940.
LaTeX Info: Redefining \relbar on input line 970.
LaTeX Info: Redefining \Relbar on input line 971.
\c@MaxMatrixCols=\count327
\dotsspace@=\muskip17
\c@parentequation=\count328
\dspbrk@lvl=\count329
\tag@help=\toks35
\row@=\count330
\column@=\count331
\maxfields@=\count332
\andhelp@=\toks36
\eqnshift@=\dimen286
\alignsep@=\dimen287
\tagshift@=\dimen288
\tagwidth@=\dimen289
\totwidth@=\dimen290
\lineht@=\dimen291
\@envbody=\toks37
\multlinegap=\skip60
\multlinetaggap=\skip61
\mathdisplay@stack=\toks38
LaTeX Info: Redefining \[ on input line 2953.
LaTeX Info: Redefining \] on input line 2954.
) (/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty
Package: amsthm 2020/05/29 v2.20.6
\thm@style=\toks39
\thm@bodyfont=\toks40
\thm@headfont=\toks41
\thm@notefont=\toks42
\thm@headpunct=\toks43
\thm@preskip=\skip62
\thm@postskip=\skip63
\thm@headsep=\skip64
\dth@everypar=\toks44
)
\c@theorem=\count333
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasethemes.sty)) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerthemedefault.sty (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerfontthemedefault.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamercolorthemedefault.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerinnerthemedefault.sty
\beamer@dima=\dimen292
\beamer@dimb=\dimen293
) (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerouterthemedefault.sty))) (/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty
Package: beamerthemefocus 2022/03/09 v3.3.0 Focus Beamer theme
 (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
) (/usr/share/texlive/texmf-dist/tex/latex/fira/FiraSans.sty
Package: FiraSans 2022/09/17 (Bob Tennent and autoinst) Style file for Fira Sans fonts.
 (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifxetex.sty
Package: ifxetex 2019/10/25 v0.7 ifxetex legacy package. Use iftex instead.
) (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifluatex.sty
Package: ifluatex 2019/10/25 v1.5 ifluatex legacy package. Use iftex instead.
) (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2022/06/16 v2.9 package option processing (HA)
 (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex
\XKV@toks=\toks45
\XKV@tempa@toks=\toks46
)
\XKV@depth=\count334
File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
)) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty
Package: textcomp 2020/02/02 v2.0n Standard LaTeX package
) (/usr/share/texlive/texmf-dist/tex/latex/fontaxes/fontaxes.sty
Package: fontaxes 2020/07/21 v1.0e Font selection axes
LaTeX Info: Redefining \upshape on input line 29.
LaTeX Info: Redefining \itshape on input line 31.
LaTeX Info: Redefining \slshape on input line 33.
LaTeX Info: Redefining \swshape on input line 35.
LaTeX Info: Redefining \scshape on input line 37.
LaTeX Info: Redefining \sscshape on input line 39.
LaTeX Info: Redefining \ulcshape on input line 41.
LaTeX Info: Redefining \textsw on input line 47.
LaTeX Info: Redefining \textssc on input line 48.
LaTeX Info: Redefining \textulc on input line 49.
)) (/usr/share/texlive/texmf-dist/tex/latex/fira/FiraMono.sty
Package: FiraMono 2022/09/17 (Bob Tennent and autoinst) Style file for Fira Mono fonts.
 (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2021/04/29 v2.0v Standard LaTeX package
LaTeX Font Info:    Trying to load font information for T1+FiraSans-OsF on input line 112.
 (/usr/share/texlive/texmf-dist/tex/latex/fira/T1FiraSans-OsF.fd
File: T1FiraSans-OsF.fd 2019/10/10 (autoinst) Font definitions for T1/FiraSans-OsF.
)
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/m/n' in size <10.95> not available
(Font)              Font shape `T1/FiraSans-OsF/regular/n' tried instead on input line 112.
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/regular/n' will be
(Font)              scaled to size 10.95pt on input line 112.
)) (/usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty
Package: firamath-otf 2023/01/16 v. 0.03a (Herbert Voss) Supports fira math fonts for all luatex/xetex .
 (/usr/share/texlive/texmf-dist/tex/latex/unicode-math/unicode-math.sty (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
Package: expl3 2023-02-22 L3 programming layer (loader) 
 (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def
File: l3backend-pdftex.def 2023-01-16 L3 backend support: PDF output (pdfTeX)
\l__color_backend_stack_int=\count335
\l__pdf_internal_box=\box76
))
Package: unicode-math 2020/01/31 v0.8q Unicode maths in XeLaTeX and LuaLaTeX


/usr/share/texlive/texmf-dist/tex/latex/unicode-math/unicode-math.sty:40: Package unicode-math Error: Cannot be run with pdftex!
(unicode-math)                Use XeLaTeX or LuaLaTeX instead.

Type <return> to continue.
 ...                                              
                                                  
l.40 ...ror:nn {unicode-math} {unsupported-engine}
                                                  

LaTeX does not know anything more about this error, sorry.

Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.


)
/usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty:65: Undefined control sequence.
l.65 \defaultfontfeatures
                         {\firamath@defaultfeatures}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

/usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty:76: Undefined control sequence.
l.76   \setmathfont
                   {Fira Math Regular}[
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


/usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty:76: LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.76   \setmathfont{F
                     ira Math Regular}[
You're in trouble here.  Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

/usr/share/texlive/texmf-dist/tex/latex/firamath-otf/firamath-otf.sty:81: Undefined control sequence.
l.81   \setmathfont
                   [version=pnum,Numbers=Proportional,Scale=\firamath@scale]...
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

)
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty:53: Undefined control sequence.
<recently read> \unimathsetup 
                              
l.53     \unimathsetup
                      {
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.


/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty:54: LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.54         m
              ath-style = ISO,
You're in trouble here.  Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.

(/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamercolorthemefocus.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty) (/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty (/usr/share/texlive/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
Package: pgf 2023-01-15 v3.1.10 (3.1.10)
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.code.tex
File: pgfmoduleshapes.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgfnodeparttextbox=\box77
) (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.tex
File: pgfmoduleplot.code.tex 2023-01-15 v3.1.10 (3.1.10)
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty
Package: pgfcomp-version-0-65 2023-01-15 v3.1.10 (3.1.10)
\pgf@nodesepstart=\dimen294
\pgf@nodesepend=\dimen295
) (/usr/share/texlive/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty
Package: pgfcomp-version-1-18 2023-01-15 v3.1.10 (3.1.10)
)) (/usr/share/texlive/texmf-dist/tex/latex/pgf/utilities/pgffor.sty (/usr/share/texlive/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
Package: pgffor 2023-01-15 v3.1.10 (3.1.10)
\pgffor@iter=\dimen296
\pgffor@skip=\dimen297
\pgffor@stack=\toks47
\pgffor@toks=\toks48
)) (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex
Package: tikz 2023-01-15 v3.1.10 (3.1.10)
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex
File: pgflibraryplothandlers.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgf@plot@mark@count=\count336
\pgfplotmarksize=\dimen298
)
\tikz@lastx=\dimen299
\tikz@lasty=\dimen300
\tikz@lastxsaved=\dimen301
\tikz@lastysaved=\dimen302
\tikz@lastmovetox=\dimen303
\tikz@lastmovetoy=\dimen304
\tikzleveldistance=\dimen305
\tikzsiblingdistance=\dimen306
\tikz@figbox=\box78
\tikz@figbox@bg=\box79
\tikz@tempbox=\box80
\tikz@tempbox@bg=\box81
\tikztreelevel=\count337
\tikznumberofchildren=\count338
\tikznumberofcurrentchild=\count339
\tikz@fig@count=\count340
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.code.tex
File: pgfmodulematrix.code.tex 2023-01-15 v3.1.10 (3.1.10)
\pgfmatrixcurrentrow=\count341
\pgfmatrixcurrentcolumn=\count342
\pgf@matrix@numberofcolumns=\count343
)
\tikz@expandcount=\count344
 (/usr/share/texlive/texmf-dist/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopaths.code.tex
File: tikzlibrarytopaths.code.tex 2023-01-15 v3.1.10 (3.1.10)
)))) (/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty (/usr/share/texlive/texmf-dist/tex/latex/appendixnumberbeamer/appendixnumberbeamer.sty) (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bookmark.sty
Package: bookmark 2020-11-06 v1.29 PDF bookmarks (HO)
 (/usr/share/texlive/texmf-dist/tex/latex/bookmark/bkm-pdftex.def
File: bkm-pdftex.def 2020-11-06 v1.29 bookmark driver for pdfTeX (HO)
\BKM@id=\count345
))
\c@realframenumber=\count346
\focus@pbar@height=\skip65
\focus@pbar@leftoffset=\skip66
\focus@pbar@rightoffset=\skip67
)) (./hello.aux)
\openout1 = `hello.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.
LaTeX Font Info:    Checking defaults for PU/pdf/m/n on input line 3.
LaTeX Font Info:    ... okay on input line 3.

*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: custom
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: includehead includefoot 
* h-part:(L,W,R)=(21.33955pt, 321.51625pt, 21.33955pt)
* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt)
* \paperwidth=364.19536pt
* \paperheight=273.14662pt
* \textwidth=321.51625pt
* \textheight=244.6939pt
* \oddsidemargin=-50.93044pt
* \evensidemargin=-50.93044pt
* \topmargin=-72.26999pt
* \headheight=14.22636pt
* \headsep=0.0pt
* \topskip=11.0pt
* \footskip=14.22636pt
* \marginparwidth=4.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

(/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count347
\scratchdimen=\dimen307
\scratchbox=\box82
\nofMPsegments=\count348
\nofMParguments=\count349
\everyMPshowfont=\toks49
\MPscratchCnt=\count350
\MPscratchDim=\dimen308
\MPnumerator=\count351
\makeMPintoPDFobject=\count352
\everyMPtoPDFconversion=\toks50
) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty
Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf
Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485.
 (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
))
Package hyperref Info: Link coloring OFF on input line 3.
 (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-basic-dictionary-English.dict
Dictionary: translator-basic-dictionary, Language: English 
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-bibliography-dictionary-English.dict
Dictionary: translator-bibliography-dictionary, Language: English 
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-environment-dictionary-English.dict
Dictionary: translator-environment-dictionary, Language: English 
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-months-dictionary-English.dict
Dictionary: translator-months-dictionary, Language: English 
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-numbers-dictionary-English.dict
Dictionary: translator-numbers-dictionary, Language: English 
) (/usr/share/texlive/texmf-dist/tex/latex/translator/translator-theorem-dictionary-English.dict
Dictionary: translator-theorem-dictionary, Language: English 
)
\c@mv@tabular=\count353
\c@mv@boldtabular=\count354
 (./hello.nav)
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/m/n' in size <6> not available
(Font)              Font shape `T1/FiraSans-OsF/regular/n' tried instead on input line 3.
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/regular/n' will be
(Font)              scaled to size 6.0pt on input line 3.
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/m/n' in size <8> not available
(Font)              Font shape `T1/FiraSans-OsF/regular/n' tried instead on input line 3.
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/regular/n' will be
(Font)              scaled to size 8.0pt on input line 3.
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/m/n' in size <4> not available
(Font)              Font shape `T1/FiraSans-OsF/regular/n' tried instead on input line 5.
LaTeX Font Info:    Font shape `T1/FiraSans-OsF/regular/n' will be
(Font)              scaled to size 4.0pt on input line 5.
 [1

{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/fira/fir_iln36p.enc}]
\tf@nav=\write5
\openout5 = `hello.nav'.

\tf@toc=\write6
\openout6 = `hello.toc'.

\tf@snm=\write7
\openout7 = `hello.snm'.

 (./hello.aux) ) 
Here is how much of TeX's memory you used:
 26087 strings out of 476041
 525728 string characters out of 5793174
 1854388 words of memory out of 6000000
 46007 multiletter control sequences out of 15000+600000
 571269 words of font info for 40 fonts, out of 8000000 for 9000
 1137 hyphenation exceptions out of 8191
 128i,11n,122p,426b,594s stack positions out of 10000i,1000n,20000p,200000b,200000s
</usr/share/texlive/texmf-dist/fonts/type1/public/fira/FiraSans-Regular.pfb>
Output written on hello.pdf (1 page, 26316 bytes).
PDF statistics:
 29 PDF objects out of 1000 (max. 8388607)
 17 compressed objects within 1 object stream
 3 named destinations out of 1000 (max. 500000)
 43 words of extra memory for PDF output out of 10000 (max. 10000000)

feature request: Subsection-Page

I really like the title pages the theme inserts for each section, but it would be really cool if subsections were visible in any way. Some themes like Metropolis solve this by using the space below the text for the subsection. I'm thinking of something like this where "Git" is the subsection.
screenshot

When first frame is unnumbered, there is no title

When the first frame has the property "noframenumbering" the title is not showing.

Here I have a title in my outline and no progressbar:

\begin{document}

\maketitle
\begin{frame}
\end{frame}
\begin{frame}[noframenumbering,label={sec:orgbc7b127}]{Outline}
\begin{columns}[T,onlytextwidth]
    \begin{column}{.49\textwidth}
            \begin{minipage}[t][.7\textheight][t]{\textwidth}      
                \tableofcontents[sections=1-7]
            \end{minipage}
    \end{column}
    \begin{column}{.49\textwidth}
            \begin{minipage}[t][.7\textheight][t]{\textwidth}      
                \tableofcontents[sections=8-50]
            \end{minipage}
    \end{column}
\end{columns}
\end{frame}
\end{document}

Here I don't have a title and no progressbar:

\begin{document}

\maketitle

\begin{frame}[noframenumbering,label={sec:orgbc7b127}]{Outline}
\begin{columns}[T,onlytextwidth]
    \begin{column}{.49\textwidth}
            \begin{minipage}[t][.7\textheight][t]{\textwidth}      
                \tableofcontents[sections=1-7]
            \end{minipage}
    \end{column}
    \begin{column}{.49\textwidth}
            \begin{minipage}[t][.7\textheight][t]{\textwidth}      
                \tableofcontents[sections=8-50]
            \end{minipage}
    \end{column}
\end{columns}
\end{frame}
\end{document}

Am I doing something wrong, or is this a bug?

Long Titles Not Properly Displayed

Great theme! But, long titles don't get displayed properly. Can make title space automatically adjust to be longer if necessary?

Consider this presentation with a long title. The title gets cut off.

focusthemetitletoobig

\documentclass[]{beamer}
\usetheme[nofirafonts]{focus}

\title{ A Practical Approach to Evolutionarily Stable Solution Concepts in Dynamic Network Games with Unobserved Heterogeneity Under Uncertainty }
\author{Author}

\begin{document}
\maketitle

\end{document}

Numbered bibligraphy

Hello,

I would like that my bibliography items show numbers instead of a paper icon. Is it possible to do it?

Thanks.

Frame header and noframenumbering

Hello I am using focus on overleaf and have an issue with the frame numbering.

I would like to add a "normal" frame titled "Outline", but I do not want to number this frame. With the current version it seems that:

  • if I add the option noframenumbering, then the frame/slides has no header. In this case, the title "Outline" is not printed out.
  • if I want the header, in this case "Outline", I must accept the frame number.

Is this the expected behaviour?

Bibliography overflow

I've several entries in the bibliography. The last one gets truncated in the frame.

Screenshot_2019-07-19_10-49-02

`noframenumbering` reduces the page number twice

I recently started using focus theme. I like how it looks.
My trouble is that, when I use section page and focus frame, the page numbering fails.
To illustrate, I downloaded focus-demo.tex, focus-demo_bibliography.bib, and focus-logo.pdf and compiled the tex file on my PC.
I attach the generated PDF (that was converted to images).
I observe that the page number is reduced twice, though it should be reduced only once, every time a frame with noframenumbering option is created.

The version of beamertheme-focus is 3.3.0 (I believe it's the latest).
I use lualatex with the following .latexmkrc file.
Files are created in build directory.

$latex = 'lualatex -synctex=1 -interaction=nonstopmode -file-line-error -halt-on-error -outdir=build %O %S';
$out_dir = 'build';

# Biber, BibTeX
$biber = 'biber %O --bblencoding=utf8 -u -U --output_safechars %B';
$bibtex = 'upbibtex %O %B';
# makeindex
$makeindex = 'upmendex %O -o %D %S';

$pdf_mode = 4;  # lualatex

$max_repeat = 5;

I use Windows 11 and I usually work on VS Code with LaTeX Workshop extension.
I don't think the use of VS Code is relevant though, because the result doesn't change even if I run latexmk focus-demo.tex on terminal.

I'm not sure if it helps, but I tried several things by myself.
It seems that \addtocounter{framenumber}{-1} in beamerouterthemefocus.sty (line 210) is called twice.
I added another counter mytest and overrode the definition of noframenumbering as follows, so that mytest increases by one when noframenumbering frame is created.

\newcounter{mytest}
\defbeamertemplate{footline}{mynoframenumbering}{  % new attribute mynoframenumbering
    \addtocounter{framenumber}{-1}
    \addtocounter{mytest}{1}  % NEW
}
% Enable noframenumbering option.
\define@key{beamerframe}{noframenumbering}[true]{%
    \setbeamertemplate{footline}[mynoframenumbering]%  use mynoframenumbering instead
    \setlength{\focus@pbar@height}{0cm}%
    \focus@calculatefootheight%
}

It turned out that, when mytest was 0 before the focus frame (i.e. mytest is 0 on page $N$ and page $N + 1$ is a focus frame), mytest became 2 after the focus frame (i.e. on page $N + 2$).
I believe it should be 1 on page $N + 2$.

This is the first time I create an issue, and I apologize if I've done anything inappropriately.
Thank you in advance.

Hidemasa

focus-demo_01
focus-demo_02
focus-demo_03
focus-demo_04
focus-demo_05
focus-demo_06
focus-demo_07
focus-demo_08
focus-demo_09
focus-demo_10
focus-demo_11
focus-demo_12
focus-demo_13
focus-demo_14
focus-demo_15
focus-demo_16
focus-demo_17
focus-demo_18

Compilation error with pdfTeX

Background

I've installed this theme with TeXLive full downloaded from TUG. (not from Linux distro's package manager)

➜  ~ tlmgr update --self
tlmgr: package repository http://ctan.mines-albi.fr/systems/texlive/tlnet (verified)
tlmgr: saving backups to /home/vin100/.local/texlive/2019/tlpkg/backups
[1/2, ??:??/??:??] update: texlive.infra [388k] (50861 -> 51561) ... done
[2/2, 00:02/00:02] update: texlive.infra.x86_64-linux [143k] (50346 -> 51563) ... done
running mktexlsr ...
done running mktexlsr.
running mtxrun --generate ...
done running mtxrun --generate.
tlmgr: package log updated: /home/vin100/.local/texlive/2019/texmf-var/web2c/tlmgr.log
➜  ~ tlmgr install appendixnumberbeamer
tlmgr: package repository http://ctan.mines-albi.fr/systems/texlive/tlnet (verified)
tlmgr install: package already present: appendixnumberbeamer
➜  ~ tlmgr install fira                
     tlmgr: package repository http://ctan.mines-albi.fr/systems/texlive/tlnet (verified)
tlmgr install: package already present: fira
➜  ~ tlmgr install beamertheme-focus
tlmgr: package repository http://ctan.mines-albi.fr/systems/texlive/tlnet (verified)
tlmgr install: package already present: beamertheme-focus

Error

I tried compilating a simple template, and got these error messages from the log file.

LaTeX Warning: File `focuslogo.pdf' not found on input line 13.


./slides.tex:13: Package pdftex.def Error: File `focuslogo.pdf' not found: usin
g draft setting.

See the pdftex.def package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                     

Discussion

The above message has been confirmed with the following listing of files in the installed package for this theme.

➜  ~ ls ~/.local/texlive/2019/texmf-dist/tex/latex/beamertheme-focus/
beamercolorthemefocus.sty  beamerinnerthemefocus.sty  beamerthemefocus.sty
beamerfontthemefocus.sty   beamerouterthemefocus.sty

There's a missing file focuslogo.pdf in the TeXLive package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.