Code: Select all
% \section{Implementation}
%
% \begin{macrocode}
\DeclareOptionX{cartoon}[Betty Boop]{
\def\the@cartoon
{
#1
}
}
% \end{macrocode}
Code: Select all
\RequirePackage{xkeyval}
Code: Select all
% \section{Implementation}
%
% \begin{macrocode}
\DeclareOptionX{cartoon}[Betty Boop]{
\def\the@cartoon
{
#1
}
}
% \end{macrocode}
Code: Select all
\RequirePackage{xkeyval}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
% \section{Implementation}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{foo}[2018/02/12 v1.0]
\RequirePackage{xkeyval}
\DeclareOptionX{option}[value]{---code---}
\ProcessOptionsX
% \end{macrocode}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis