09 2020 档案

摘要:siunitx旨在为LATEX用户提供一种统一的方法来正确、方便地排版数字和单位。siunitx的设计理念是默认遵循约定的规则,但允许通过选项设置进行更改。通过这种方式,用户可以使用siunitx来遵循出版商、合著者、大学等的要求,而不需要更改输入。 阅读全文
posted @ 2020-09-29 14:27 jun_phy 阅读(3748) 评论(0) 推荐(0)
摘要:##layout files If a frame defined in a layout file requires an attached dataset, the data files necessary to build the dataset are referenced in the l 阅读全文
posted @ 2020-09-15 16:05 jun_phy 阅读(751) 评论(0) 推荐(0)
摘要:BibTeX 使用数据库的的方式来管理参考文献. BibTeX 文件的后缀名为 .bib . @article{name1, title = {标题}, author = {作者, 多个作者用 and 连接}, journal = {期刊名}, volume = {卷20}, number = {页 阅读全文
posted @ 2020-09-12 17:06 jun_phy 阅读(1100) 评论(0) 推荐(0)
摘要:添加文件,添加文件夹,watch folder 可以监督一个文件夹的变化 添加进来 全局搜索 关键词搜索 合并重复论文 阅读全文
posted @ 2020-09-12 10:39 jun_phy 阅读(292) 评论(0) 推荐(0)
摘要:##字符串是 Python 中最常用的数据类型。我们可以使用引号('或")来创建字符串。 var1 = 'Hello World!' var2 ='jun' ##字符串相加 var=var1+var2 ##if语句 if 判断条件: 执行语句…… else: 执行语句…… ##多分支if语句 ##逻 阅读全文
posted @ 2020-09-05 22:06 jun_phy 阅读(199) 评论(0) 推荐(0)
摘要:Figures should have a width of a 8.6 cm or 3 3/8 in, the width of a single manuscript column. Use a width of 1.5 or 2 columns for more detailed figure 阅读全文
posted @ 2020-09-04 08:32 jun_phy 阅读(758) 评论(0) 推荐(0)