Does anybody know how to typeset a copyleft symbol in LaTeX? Thanks in advance!
Does anybody know how to typeset a copyleft symbol in LaTeX? Thanks in advance!
Technology is the knack of so arranging the world that we do not experience it. (Max Frisch(1911-) b. Switzerland)
The textcomp Latex package provides \textcopyleft. For example:
Code:\documentclass{article} \usepackage{textcomp} \begin{document} Here is the copyleft symbol: \textcopyleft \end{document}
Thank you WW.
Technology is the knack of so arranging the world that we do not experience it. (Max Frisch(1911-) b. Switzerland)
Bookmarks