summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/commonunicode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-04 20:55:59 +0000
committerKarl Berry <karl@freefriends.org>2022-04-04 20:55:59 +0000
commit405e7f6b1c67baf6929d09ef5a8655fb5365b5dd (patch)
tree29cf6379dc59d99eae70a45dc2984375c7bea930 /Master/texmf-dist/doc/latex/commonunicode
parent656055251bead88e4d7e7d685722255033367f49 (diff)
commonunicode (4apr22)
git-svn-id: svn://tug.org/texlive/trunk@62901 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/commonunicode')
-rw-r--r--Master/texmf-dist/doc/latex/commonunicode/LICENSE21
-rw-r--r--Master/texmf-dist/doc/latex/commonunicode/README.md10
-rw-r--r--Master/texmf-dist/doc/latex/commonunicode/commonunicode.pdfbin0 -> 576959 bytes
-rw-r--r--Master/texmf-dist/doc/latex/commonunicode/commonunicode.tex30
4 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/commonunicode/LICENSE b/Master/texmf-dist/doc/latex/commonunicode/LICENSE
new file mode 100644
index 00000000000..4a910ee5ad3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/commonunicode/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 Pablo Pizarro R.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/commonunicode/README.md b/Master/texmf-dist/doc/latex/commonunicode/README.md
new file mode 100644
index 00000000000..677924922b6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/commonunicode/README.md
@@ -0,0 +1,10 @@
+# common-unicode
+
+A latex package that contains a list of the common Unicode symbols, which lets to use them without the need for complex latex stuff.
+
+This package is distributed under the terms of the MIT License.
+
+Author
+------
+
+[Pablo Pizarro R.](https://ppizarror.com) | 2022
diff --git a/Master/texmf-dist/doc/latex/commonunicode/commonunicode.pdf b/Master/texmf-dist/doc/latex/commonunicode/commonunicode.pdf
new file mode 100644
index 00000000000..f678973899d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/commonunicode/commonunicode.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/commonunicode/commonunicode.tex b/Master/texmf-dist/doc/latex/commonunicode/commonunicode.tex
new file mode 100644
index 00000000000..270d8aa4545
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/commonunicode/commonunicode.tex
@@ -0,0 +1,30 @@
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage{hyperref}
+\hypersetup{colorlinks}
+\usepackage{commonunicode}
+
+\title{The commonunicode package}
+\author{Pablo Pizarro R. @ \href{https://ppizarror.com/}{ppizarror.com}}
+
+\date{\csname ver@commonunicode.sty\endcsname}
+
+\begin{document}
+
+\maketitle
+\tableofcontents
+
+\section{Introduction}
+
+The common-unicode package allows you to insert unicode characters into any latex document without the need to use complex commands, 𝑠𝑢𝑐𝘩 𝑎𝑠 𝑡𝘩𝑖𝑠 𝑜𝑛𝑒. \\
+
+\noindent To use this package:
+
+\textbackslash\texttt{usepackage\{commonunicode\}} \\
+
+As there is thousands of different characters, you can provide new ones! Simply create a new issue on the \href{https://github.com/ppizarror/common-unicode}{Github common-unicode repo}.
+
+\section{List of added unicodes}
+\input{commonunicode_list}
+
+\end{document} \ No newline at end of file