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

博文

LaTeX学习笔记(5)

已有 1897 次阅读 2021-6-22 22:42 |个人分类:计算机使用|系统分类:科研笔记

1. 公式里的求和

\sum_{i=1}^{L}


2. BibTeX中的thereport模板

(1)最小版本

@techreport{citekey,  

    author = "",

    title = "",

    institution = "",

    year = ""

(2)完整版本

@techreport{citekey,

   author = "",

   title = "",

   institution = "",

   year = "",

   type = "",

   number = "",

   address = "",

   month = "",

   note = "",

   annote = ""

}


3. BibTeX里的特殊字符

{\"a} {\^e} {\`i} {\.I} {\o} {\'u} {\aa} {\c c} {\u g} {\l} {\~n} {\H o} {\v r} {\ss} {\r u}

【举例】

Birkh{\"a}user-----Birkhäuser

Jarom{\'i}r Kov{\'a}{\v r}{\'i}k-----Jaromír Kovářík

Jarom{\'i}r Kov{\'a\v r\'i}k-----Jaromír Kovářík


author = "Anna H\"{a}user",会报错

author = "Anna H{\"a}user",就不会报错


参考资料:

Latex求和公式编写的注意事项:_Runningwind2012的博客-CSDN博客_latex求和公式怎么打

BibTeX template: techreport - BibTeX.com

Templates - BibTeX.com

bibtex - How to write “ä” and other umlauts and accented letters in bibliography? - TeX - LaTeX Stack Exchange



https://wap.sciencenet.cn/blog-3121583-1292295.html

上一篇:[转载]Shell学习笔记(2):获取第一行的值
下一篇:Fortran学习(3):初试Visual Studio中的Fortran编程
收藏 IP: 221.212.116.*| 热度|

0

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

数据加载中...

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

GMT+8, 2024-5-24 04:29

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部