bence98

How to LaTeX.tex

Dec 29th, 2022
2,289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.65 KB | None | 0 0
  1. \documentclass{article}
  2. %\usepackage{times}
  3. \usepackage{helvet}
  4. \renewcommand{\familydefault}{\sfdefault}
  5.  
  6. \usepackage{arevmath}
  7. \usepackage{color}
  8. \usepackage{csquotes}
  9.  
  10. \begin{document}
  11.     \noindent How to talk to a \fontfamily{cmr}\selectfont\LaTeX\fontfamily{phv}\selectfont\ enthusiast:\vspace{1em}
  12.    
  13.     \noindent\begin{tabular}{ll}
  14.         \multicolumn{1}{c}{\color{red}$\ballotx$ No} & \multicolumn{1}{c}{\color{green}$\ballotcheck$ Yes}\\
  15.         \enquote{I just like editing in a WYSIWYG manner.} & \texttt{\textbackslash usepackage\{helvet\}}\\
  16.         & \texttt{\textbackslash renewcommand\{\textbackslash familydefault\}\{\textbackslash sfdefault\}}
  17.     \end{tabular}
  18. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment