zhoufcumt的个人博客分享 http://blog.sciencenet.cn/u/zhoufcumt

博文

LaTeX Error: Environment comment undefined (注释部分出错)

已有 20933 次阅读 2013-6-17 20:24 |个人分类:LaTex|系统分类:科研笔记| LaTex, error, Comment, undefined

documentclass[11pt]{article}

begin{document}

   This is another

   begin{comment}

       rather stupid,

       but helpful

   end{comment}

   example for embedding

   comments in your document.

end{document}

上述例子编译后出现上述错误,可改为:

documentclass[11pt]{article}

newcommand{comments}[1]{}

begin{document}

   This is another

   comments{

   rather stupid,

   but helpful

   }

   example for embedding

   comments in your document.

end{document}




https://blog.sciencenet.cn/blog-350278-700355.html

上一篇:Linux 下 Matlab 一些常用命令
下一篇:LaTex第四弹(完善补充):Fedora 18 最新texlive安装及中文支持
收藏 IP: 222.66.117.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-21 17:18

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部