Last active
August 24, 2026 11:18
-
-
Save Gro-Tsen/3ede9031bb924fe1d26c932a37c5c3a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[12pt,border=0.25cm]{standalone} | |
| \usepackage{fontspec} | |
| \usepackage[protrusion=true,expansion=true]{microtype} | |
| \begin{document} | |
| \fontsize{24}{30}\fontspec{Zapfino Extra LT Pro}% | |
| \newcommand{\vara}{\fontspec[Variant=1]{Zapfino Extra LT Pro}}% | |
| \newcommand{\varb}{\fontspec[Variant=2]{Zapfino Extra LT Pro}}% | |
| \newcommand{\varc}{\fontspec[Variant=3]{Zapfino Extra LT Pro}}% | |
| \newcommand{\vard}{\fontspec[Variant=4]{Zapfino Extra LT Pro}}% | |
| \newcommand{\vare}{\fontspec[Variant=5]{Zapfino Extra LT Pro}}% | |
| \newcommand{\varf}{\fontspec[Variant=6]{Zapfino Extra LT Pro}}% | |
| \newcommand{\varg}{\fontspec[Variant=7]{Zapfino Extra LT Pro}}% | |
| \newcommand{\varh}{\fontspec[Variant=8]{Zapfino Extra LT Pro}}% | |
| \begin{tabular}{c} | |
| \multicolumn{1}{l}{\varc If}\\ | |
| {\varb we} {\vard h}a{\vare d} w{\varb a}n{\varc t}ed {\varb t}o {\varb ask}\\ | |
| ChatGPT\rlap{,}\\ | |
| {\varc we} {\vard would} {\varb hav{\varf e}} {\varc a{\vara s}ked}\\ | |
| ChatGPT\\ | |
| \multicolumn{1}{r}{\varb our{\vard s}elve{\varg s}.}\\ | |
| \fontsize{8}{10}\fontspec{Times New Roman}% | |
| \begin{minipage}{5.5cm} | |
| \vglue .5cm% | |
| Please do not post AI-generated answers to other people’s questions. | |
| You are not adding any value. Thank you. | |
| \end{minipage} | |
| \end{tabular} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment