chore: remove unused ifxetex and ifluatex packages

This commit is contained in:
Johan Larsson 2024-01-15 09:19:57 +01:00
parent 1d05b430ea
commit c77abe9da4
2 changed files with 0 additions and 4 deletions

View File

@ -207,8 +207,6 @@ The following code shows a minimal example of a Beamer presentation using
\item |pgfopts| \item |pgfopts|
\item |etoolbox| \item |etoolbox|
\item |calc| \item |calc|
\item |ifxetex|
\item |ifluatex|
\end{itemize} \end{itemize}
\end{multicols} \end{multicols}

View File

@ -31,8 +31,6 @@
% %
% \begin{macrocode} % \begin{macrocode}
\RequirePackage{etoolbox} \RequirePackage{etoolbox}
\RequirePackage{ifxetex}
\RequirePackage{ifluatex}
\RequirePackage{pgfopts} \RequirePackage{pgfopts}
% \end{macrocode} % \end{macrocode}
% %