Skip to content

1.2.12

Compare
Choose a tag to compare
@OlgaRedozubova OlgaRedozubova released this 11 Sep 10:21
· 186 commits to master since this release
8a5f125

Added support to underline in text mode.

  • Underline text: \underline{Underlined text!}
  • Underline text: \uline{Underlined text!}
Screen Shot 2023-06-22 at 15 21 07
  • Double underline text: \underline{\underline{Double underlined text!}}
  • Double underline text: \uuline{Double underlined text!}
Screen Shot 2023-06-22 at 15 21 15
  • Wavy underlined text: \uwave{This text is underlined with a wavy line!}
Screen Shot 2023-06-22 at 15 21 21
  • Dashed underline text: \dashuline{Dashed Underline}
  • Dotted underline text: \dotuline{Dotted Underline}
Screen Shot 2023-06-22 at 15 21 28
  • Strikethrough text: \sout{Text with a horizontal line through its center!}
  • Struck with Hatching text: \xout{Text with hatching pattern!}
Screen Shot 2023-06-22 at 15 21 34