Skip to content

Instantly share code, notes, and snippets.

@dondelelcaro
Last active July 19, 2016 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dondelelcaro/bab8c2f6cdb9fa162feeda4eaf5ca6f2 to your computer and use it in GitHub Desktop.
Save dondelelcaro/bab8c2f6cdb9fa162feeda4eaf5ca6f2 to your computer and use it in GitHub Desktop.
Melania plagarising from Michelle
\documentclass{article}
\usepackage{fontspec}
\usepackage[usenames,svgnames]{xcolor}
\usepackage{ulem}
\newcommand{\same}[1]{\textbf{#1}}
\newcommand{\michelle}[1]{\textcolor{red}{\sout{%
#1
}}}
\newcommand{\melania}[1]{\textcolor{green}{\textit{ #1 }}}
\pagestyle{empty}
\begin{document}
\michelle{"And Barack and I were raised with so many of}
\melania{"From a young age, my parents impressed on me} \same{the}
\michelle{same} \same{values that you work hard for what you want in
life. That your word is your bond, and you do what you say}
\michelle{you're going to do;} \melania{and keep your promise.}
\same{That you treat people with} \michelle{dignity and respect, even
if you don't know them, and even if you don't agree with them. And
Barack} \melania{respect. They taught and showed me values}
\same{and} \melania{morals in their daily life. That is a lesson}
\same{ I} \michelle{set out} \melania{continue} to \michelle{build
lives guided by these values,} \melania{pass along to our son.} And
\melania{we need} \same{ to pass} \michelle{them} \melania{those
lessons} \same{ on to the} \michelle{next generation.} \melania{many
generations to follow,} \same{ because we want our children}
\michelle{-- and all children} \same{ in this nation to know that the
only limit to }\michelle{the height of} \same{ your achievements is
the} \michelle{reach} \melania{strength} \same{ of your dreams and
your willingness to work for them.}"
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment