From 405e7f6b1c67baf6929d09ef5a8655fb5365b5dd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Apr 2022 20:55:59 +0000 Subject: commonunicode (4apr22) git-svn-id: svn://tug.org/texlive/trunk@62901 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/commonunicode/LICENSE | 21 +++++++++++++++ .../texmf-dist/doc/latex/commonunicode/README.md | 10 +++++++ .../doc/latex/commonunicode/commonunicode.pdf | Bin 0 -> 576959 bytes .../doc/latex/commonunicode/commonunicode.tex | 30 +++++++++++++++++++++ 4 files changed, 61 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/commonunicode/LICENSE create mode 100644 Master/texmf-dist/doc/latex/commonunicode/README.md create mode 100644 Master/texmf-dist/doc/latex/commonunicode/commonunicode.pdf create mode 100644 Master/texmf-dist/doc/latex/commonunicode/commonunicode.tex (limited to 'Master/texmf-dist/doc') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/commonunicode/commonunicode.pdf 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 -- cgit v1.2.3