diff --git a/proposal_example/bibliography.bib b/proposal_example/bibliography.bib new file mode 100644 index 0000000..cdc56b7 --- /dev/null +++ b/proposal_example/bibliography.bib @@ -0,0 +1,8 @@ +@online{ exam, + author = {John Doe}, + organization ={The Unicode Foundation}, + title = {Lorem Ipsum}, + year = {2010}, + url = {http://example.com/}, + urldate = {2014-12-24} +} diff --git a/proposal_example/google_trends.png b/proposal_example/google_trends.png new file mode 100644 index 0000000..3787425 Binary files /dev/null and b/proposal_example/google_trends.png differ diff --git a/proposal_example/proposal.tex b/proposal_example/proposal.tex new file mode 100644 index 0000000..d5659c4 --- /dev/null +++ b/proposal_example/proposal.tex @@ -0,0 +1,86 @@ +\documentclass{scrartcl}[10pt,a4paper] + +\usepackage[T1]{fontenc} +\usepackage{lmodern} +%\usepackage{csquotes} %useful for quoted text (with command \enquote) +\usepackage{xspace} +\usepackage{microtype} +\usepackage[bookmarks,bookmarksopen,bookmarksdepth=2]{hyperref} +\usepackage{graphicx} +\usepackage[style=numeric,backend=bibtex8]{biblatex} + +\addbibresource{bibliography.bib} +%\usepackage{makeidx} + +%\makeindex + +%Bugfix for BibTeX +\makeatletter +\def\blx@maxline{77} +\makeatother + +\begin{document} + +\newcommand\myemojiname{My emoji\xspace} +\newcommand\myemoji{\raisebox{-.4ex}{\protect\includegraphics[height=2.5ex]{proposed_e000.png}}} + +\title{Emoji Submission: \MakeUppercase{\myemojiname} \\ \myemoji} +%\date{\today} +\author{John Doe} + +\maketitle +\tableofcontents + + \section{Proposal for New Emoji} + + \section{Names} + \subsection{CLDR short name} + Recommended name: \MakeUppercase{\myemojiname} + \subsection{CLDR keywords} + Recommended keywords: + \section{Images} + \section{Selection Factors -- Inclusion} + \subsection{Compatibility} + \subsection{Expected usage level} + \paragraph{Frequency} + Because of the numerous different meanings of a \myemojiname character ({\myemoji}), a high usage level is expected. + \begin{figure}[b] + \includegraphics[width=1\textwidth]{google_trends.png} + \caption{Google Trends, \textit{\myemojiname} compared to other popular games} + \label{fig:trends} + \end{figure} + In figure \ref{fig:trends} you see a comparsion of the usage of the term \textit{puzzle} and \textit{Lorem Ipsum}. + \paragraph{Multiple usages} + \paragraph{Use in Sequences} + \subsection{Image distinctiveness} + \subsection{Completeness} + \subsection{Frequently requested} + \begin{figure}[b] + \includegraphics[width=.5\textwidth]{twitter1.png} + \includegraphics[width=.5\textwidth]{twitter2.png} + \includegraphics[width=.5\textwidth]{twitter3.png} + \includegraphics[width=.5\textwidth]{twitter4.png} + \caption{Various Twitter users requesting a \textit{\myemojiname} emoji} + \label{fig:twitter} + \end{figure} + + Figure \ref{fig:twitter} shows a selection of Twitter users who are requesting a \textit{\myemojiname} emoji. Also see \cite{exam} for further reference. + \section{Selection Factors -- Exclusion} + \subsection{Overly specific} + \subsection{Open-ended} + \subsection{Already Representable} + \subsection{Logos, brands, UI icons, signage, specific people, deities} + \subsection{Transient} + \subsection{Faulty Comparison} + \section{Sort location} + \subsection{Category} + Recommended category: + \subsection{Emoji before} + Recommended emoji before: xxxx (U+XXXX) + \section{Other Information} + + \printbibliography + +%\printindex + +\end{document} \ No newline at end of file diff --git a/proposal_example/proposed_e000.png b/proposal_example/proposed_e000.png new file mode 100644 index 0000000..4c67ff6 Binary files /dev/null and b/proposal_example/proposed_e000.png differ diff --git a/proposal_example/twitter1.png b/proposal_example/twitter1.png new file mode 100644 index 0000000..f380219 Binary files /dev/null and b/proposal_example/twitter1.png differ diff --git a/proposal_example/twitter2.png b/proposal_example/twitter2.png new file mode 100644 index 0000000..39f3a81 Binary files /dev/null and b/proposal_example/twitter2.png differ diff --git a/proposal_example/twitter3.png b/proposal_example/twitter3.png new file mode 100644 index 0000000..cb79ef1 Binary files /dev/null and b/proposal_example/twitter3.png differ diff --git a/proposal_example/twitter4.png b/proposal_example/twitter4.png new file mode 100644 index 0000000..0e91a2f Binary files /dev/null and b/proposal_example/twitter4.png differ