目录

 

1、单行注释

2、多行注释


1、单行注释

用百分号 %

编译时将忽略该行百分号后面的内容

P.s.:还可以选中多行,点击鼠标右键,

Insert Comment 添加注释

Remove Comment 取消注释

这样就可以给每一行 添加/取消 百分号

WinEdt [LaTex] 如何多行注释

2、多行注释

(1) 首先需要添加一个宏包 \usepackage{verbatim}

(2) 然后

\begin{comment}

注释内容

注释内容

……

\end{comment}

WinEdt [LaTex] 如何多行注释

 

 

相关文章:

  • 2022-01-15
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-01-05
  • 2021-10-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-29
  • 2021-06-20
  • 2022-01-20
  • 2022-12-23
  • 2021-11-27
  • 2021-11-28
相关资源
相似解决方案