impact quotes
| 2020-12-23
0  |  阅读时长 0 分钟
Tags
quotes & text blocks
LaTeX used
substack
mathsf
color
difficulty/replicability
copy-pasteable

Preview

notion image

Code & explanation

  • \substack{ } is a stacking environment, anything inside the brackets will be stacked above each other according to line breaks indicated by \\
  • \Huge makes the text in this line of the substack the largest possible size. I added it for every line.
  • \textsf{ } makes the text between brackets sans serif. It also enters text mode (as opposed to equation mode) which means it detets spaces in your writing if they are between two different words, i.e. we still need to add spaces before and after the phrases with back slashes
 
Loading...
目录