latex中的代码字体格式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex中的代码字体格式相关的知识,希望对你有一定的参考价值。
与代码相关的词语的字体应该用什么命令实现? 比如数学公式是用 $***$ , 那么代码词语,比如static,double,int等等呢?
比如这句话:"An inner class is a nested class that is not explicitly or implicitly declared static." 最后一个"static" 我想要显示成为代码的那种字体,应该用什么命令?
十分感谢.
像"double,float,long"这种字体. 有没有直接的命令?
你可以使用texttt命令(加courier包),示例:
\\documentclassarticle\\usepackagecourier
\\begindocument
An inner class is a nested class that is not explicitly or implicitly declared \\textttstatic.
\\enddocument
效果:
参考技术A 你是windows吗?windows默认是GBK编码,你保存成utf-8所以会乱码,你在linux下看应该就正常了latex字母/数字双线字体
文章目录
一、使用包
\\usepackagebbm
二、命令格式
数字/字母:
$ \\mathbbm1 x \\in \\mathbbmR^n $
$ \\mathbbm2 b \\in \\mathbbmR^m $
注意数学环境!
三、输出
上述代码输出如下:
以上是关于latex中的代码字体格式的主要内容,如果未能解决你的问题,请参考以下文章