|
| 1 | +\documentclass{scrartcl}[10pt,a4paper] |
| 2 | + |
| 3 | +\usepackage[T1]{fontenc} |
| 4 | +\usepackage{lmodern} |
| 5 | +%\usepackage{csquotes} %useful for quoted text (with command \enquote) |
| 6 | +\usepackage{xspace} |
| 7 | +\usepackage{microtype} |
| 8 | +\usepackage[bookmarks,bookmarksopen,bookmarksdepth=2]{hyperref} |
| 9 | +\usepackage{graphicx} |
| 10 | +\usepackage[style=numeric,backend=bibtex8]{biblatex} |
| 11 | + |
| 12 | +\addbibresource{bibliography.bib} |
| 13 | +%\usepackage{makeidx} |
| 14 | + |
| 15 | +%\makeindex |
| 16 | + |
| 17 | +%Bugfix for BibTeX |
| 18 | +\makeatletter |
| 19 | +\def\blx@maxline{77} |
| 20 | +\makeatother |
| 21 | + |
| 22 | +\begin{document} |
| 23 | + |
| 24 | +\newcommand\myemojiname{My emoji\xspace} |
| 25 | +\newcommand\myemoji{\raisebox{-.4ex}{\protect\includegraphics[height=2.5ex]{proposed_e000.png}}} |
| 26 | + |
| 27 | +\title{Emoji Submission: \MakeUppercase{\myemojiname} \\ \myemoji} |
| 28 | +%\date{\today} |
| 29 | +\author{John Doe} |
| 30 | + |
| 31 | +\maketitle |
| 32 | +\tableofcontents |
| 33 | + |
| 34 | + \section{Proposal for New Emoji} |
| 35 | + |
| 36 | + \section{Names} |
| 37 | + \subsection{CLDR short name} |
| 38 | + Recommended name: \MakeUppercase{\myemojiname} |
| 39 | + \subsection{CLDR keywords} |
| 40 | + Recommended keywords: |
| 41 | + \section{Images} |
| 42 | + \section{Selection Factors -- Inclusion} |
| 43 | + \subsection{Compatibility} |
| 44 | + \subsection{Expected usage level} |
| 45 | + \paragraph{Frequency} |
| 46 | + Because of the numerous different meanings of a \myemojiname character ({\myemoji}), a high usage level is expected. |
| 47 | + \begin{figure}[b] |
| 48 | + \includegraphics[width=1\textwidth]{google_trends.png} |
| 49 | + \caption{Google Trends, \textit{\myemojiname} compared to other popular games} |
| 50 | + \label{fig:trends} |
| 51 | + \end{figure} |
| 52 | + In figure \ref{fig:trends} you see a comparsion of the usage of the term \textit{puzzle} and \textit{Lorem Ipsum}. |
| 53 | + \paragraph{Multiple usages} |
| 54 | + \paragraph{Use in Sequences} |
| 55 | + \subsection{Image distinctiveness} |
| 56 | + \subsection{Completeness} |
| 57 | + \subsection{Frequently requested} |
| 58 | + \begin{figure}[b] |
| 59 | + \includegraphics[width=.5\textwidth]{twitter1.png} |
| 60 | + \includegraphics[width=.5\textwidth]{twitter2.png} |
| 61 | + \includegraphics[width=.5\textwidth]{twitter3.png} |
| 62 | + \includegraphics[width=.5\textwidth]{twitter4.png} |
| 63 | + \caption{Various Twitter users requesting a \textit{\myemojiname} emoji} |
| 64 | + \label{fig:twitter} |
| 65 | + \end{figure} |
| 66 | + |
| 67 | + Figure \ref{fig:twitter} shows a selection of Twitter users who are requesting a \textit{\myemojiname} emoji. Also see \cite{exam} for further reference. |
| 68 | + \section{Selection Factors -- Exclusion} |
| 69 | + \subsection{Overly specific} |
| 70 | + \subsection{Open-ended} |
| 71 | + \subsection{Already Representable} |
| 72 | + \subsection{Logos, brands, UI icons, signage, specific people, deities} |
| 73 | + \subsection{Transient} |
| 74 | + \subsection{Faulty Comparison} |
| 75 | + \section{Sort location} |
| 76 | + \subsection{Category} |
| 77 | + Recommended category: |
| 78 | + \subsection{Emoji before} |
| 79 | + Recommended emoji before: xxxx (U+XXXX) |
| 80 | + \section{Other Information} |
| 81 | + |
| 82 | + \printbibliography |
| 83 | + |
| 84 | +%\printindex |
| 85 | + |
| 86 | +\end{document} |
0 commit comments