Skip to content

Commit a9025ee

Browse files
committed
Update
1 parent 04a9fb5 commit a9025ee

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
texlive-fontawesome-fonts \
3232
texlive-hologo \
3333
texlive-hyphen-russian \
34-
texlive-knuth-{lib,local} \
3534
texlive-latexmk \
3635
texlive-luamplib \
3736
texlive-metapost \

src/tex/mpshort.cls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
\ProvidesClass{mpshort}[2025/02/09 -- shvetz.anton@gmail.com]
33

44
\LoadClass[11pt,xcolor=svgnames]{beamer}
5-
\RequirePackage{luatex85}
65
\RequirePackage{polyglossia}
76
\RequirePackage{microtype}
87
\RequirePackage{amsmath}
@@ -141,7 +140,7 @@
141140

142141
\newcommand\slashfrac[2]{#1{\divslash}#2}
143142

144-
\pdfpkresolution1200
143+
\pdfvariable pkresolution 1200
145144
%\hypersetup{pdfpagemode=FullScreen}
146145

147146
\parskip=2ex plus.5ex minus.25ex

src/tex/section-graphics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
\begin{frame}{Трассировка и~растеризация}
5959
\begin{center}
6060
\Huge
61-
$\text{растр}
62-
{\xrightarrow{\text{трассировка}}\atop\xleftarrow[\text{растеризация}]{}}
63-
\text{вектор}$
61+
$\text{растр}\enspace
62+
\genfrac{}{}{0pt}{0}{\xrightarrow{\text{трассировка}}}{\xleftarrow[\text{растеризация}]{}}
63+
\enspace\text{вектор}$
6464
\end{center}
6565
\end{frame}
6666

0 commit comments

Comments
 (0)