blob: 270d8aa45453a3ed7839a73e12d1f4d19cca955b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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}
|