I would like to know if there is a package for getting some thing like
\license{name of the license}
? The name of the licence can for example be "Creative Commons BY-SA".Thanks.
\license{name of the license}
? The name of the licence can for example be "Creative Commons BY-SA".NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
\license{name}{url}{text of the license}
that can be used by \maketitle
and the PDF generator.Code: Select all
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[british,english,american]{babel}
\usepackage{hyperref}
\usepackage{hyperxmp}
% title, author, etc
\hypersetup{
pdfcopyright={Creative Commons 0},
pdflicenseurl={https://creativecommons.org/publicdomain/zero/1.0/}
}
\begin{document}
\begin{frame}
\titlepage
\centerline{\href{https://creativecommons.org/publicdomain/zero/1.0/}{License Creative Commons 0}, except quotes}
\end{frame}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p