Comment obtenir les symboles des licences Creative Commons?

$\Reponse$ Le package ccicons fournit tous les symboles des licences Creative Commons, y compris ceux avec les différentes monnaies (dollar,euro et yen):

\usepackage{ccicons}
 
\ccLogo
\ccAttribution
\ccShareAlike
\ccNoDerivatives
\ccNonCommercial
\ccNonCommercialEU
\ccNonCommercialJP
\ccZero
\ccPublicDomain
\ccPublicDomainAlt
\ccSampling
\ccShare
\ccRemix
\ccCopy

\documentclass{article}
\usepackage{ccicons}
\pagestyle{empty}

\begin{document}
\begin{tabular}{ll}
\verb+\ccLogo+            & \ccLogo \\ 
\verb+\ccAttribution+     & \ccAttribution \\ 
\verb+\ccShareAlike+      & \ccShareAlike \\ 
\verb+\ccNoDerivatives+   & \ccNoDerivatives \\ 
\verb+\ccNonCommercial+   & \ccNonCommercial \\ 
\verb+\ccNonCommercialEU+ & \ccNonCommercialEU \\ 
\verb+\ccNonCommercialJP+ & \ccNonCommercialJP \\ 
\verb+\ccZero+            & \ccZero \\ 
\verb+\ccPublicDomain+    & \ccPublicDomain \\ 
\verb+\ccPublicDomainAlt+ & \ccPublicDomainAlt \\ 
\verb+\ccSampling+        & \ccSampling \\ 
\verb+\ccShare+           & \ccShare \\ 
\verb+\ccRemix+           & \ccRemix \\ 
\verb+\ccCopy+            & \ccCopy \\ 
\end{tabular}
\end{document}

Les différentes combinaisons ont également leurs commandes spécifiques:

\usepackage{ccicons}
 
\ccby
\ccbysa
\ccbynd
\ccbync
\ccbynceu
\ccbyncjp
\ccbyncsa
\ccbyncsaeu
\ccbyncsajp
\ccbyncnd
\ccbyncndeu
\ccbyncndjp
\cczero
\ccpd

\documentclass{article}
\usepackage{ccicons}
\pagestyle{empty}

\begin{document}
\begin{tabular}{ll}
\verb+\ccby+       & \ccby \\ 
\verb+\ccbysa+     & \ccbysa \\ 
\verb+\ccbynd+     & \ccbynd \\ 
\verb+\ccbync+     & \ccbync \\ 
\verb+\ccbynceu+   & \ccbynceu \\ 
\verb+\ccbyncjp+   & \ccbyncjp \\ 
\verb+\ccbyncsa+   & \ccbyncsa \\ 
\verb+\ccbyncsaeu+ & \ccbyncsaeu \\ 
\verb+\ccbyncsajp+ & \ccbyncsajp \\ 
\verb+\ccbyncnd+   & \ccbyncnd \\ 
\verb+\ccbyncndeu+ & \ccbyncndeu \\ 
\verb+\ccbyncndjp+ & \ccbyncndjp \\ 
\verb+\cczero+     & \cczero \\ 
\verb+\ccpd+       & \ccpd \\ 
\end{tabular}
\end{document}

Source:

3_composition/texte/symboles/caracteres/creative_commons.txt · Dernière modification : 2019/10/17 21:42 de jejust
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0