%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This is the TikZ-shields package % A package to draw badges in the style of shields.io with tikz % Maintained by thomas-saigre % % Project repository and bug tracker: % https://github.com/thomas-saigre/tikz-shields % % Released under the GNU GENERAL PUBLIC LICENSE v3 % See https://github.com/thomas-saigre/tikz-shields/blob/main/LICENSE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{article} \input{doc/preamble} \usepackage{tikz-shields} \newcommand{\tikzshields}{\TikZ-shields} % meta %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{The \tikzshields{} package} \author{% \texorpdfstring{ \texttt{thomas-saigre}\\ \githubBadge{thomas-saigre/tikz-shields}\\ \drawBadge[logo=\ctan, link=https://ctan.org/pkg/tikz-shields]{\CTAN}{tikz-shields}% }{thomas-saigre}} \date{Version v0.1 \textendash{} 30/07/2025} \packagename{tikz-shields} % customisation %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setlength{\footheight}{18.3pt} \cfoot{% \drawBadge[logo=\faBook]{}{\thepage} } \ohead{} \begin{document} \maketitle \thispagestyle{scrheadings} \input{doc/introduction} \input{doc/usage} \end{document}