• A source file is made up of text, formulas, and instructions (commands) to $\LaTeX$.
  • Commands start with a backslash (\) and tells $\LaTeX$ something special.
  • One-line comments start with %.
  • $\LaTeX$ disregards the way you input and position the text, and follows only the formating instructions given by the commands.
  • $\LaTeX$ notices when you put a blank space in the text, but it ignores how many blank spaces have been typed.
  • There are two kinds of math formulas and environments
    • Inline formulas; they open and close with $ or open with \( and close with \).
    • Displayed math environments; they open with \[ and close with \].
  • Subscripts are typed with _ and superscripts with ^. Subscripts and superscripts should be enclosed in braces, that is typed between { and }.

 

相关文章:

  • 2021-09-28
  • 2021-06-04
  • 2021-10-01
  • 2022-03-04
  • 2021-12-16
  • 2022-12-23
猜你喜欢
  • 2021-06-02
  • 2021-10-17
  • 2022-02-19
  • 2021-09-28
  • 2021-08-05
  • 2021-07-16
相关资源
相似解决方案