摘要:
参考: "Extending side margins for Title section in IEEEtrans document class" Latex: IEEEtrans模板下 扩大标题宽度 通过 关键字可以实现扩大标题宽度的目的,例如: 呈现如下: 2018.5 阅读全文
摘要:
参考: "[P4 dev] swapping p4 program using load_new_config and swap_configs commands" BMv2 运行时切换P4程序 相关演示demo: "demo" 1.在运行simple_switch时加入 参数: 2.启动运行时CL 阅读全文
摘要:
参考: "How to center the table in Latex" Latex: 使 tabular 居中 解决方法1: 解决方法2: 2018.4 阅读全文
摘要:
参考: "Table width with threeparttable smaller than notes and caption?" Latex: 设置 threeparttable footnote 行宽度 解决方法:通过 设置 的长度: 2018.4 阅读全文
摘要:
参考: "BibTeX loses capitals when creating .bbl file" Latex: 保持参考文献大小写 在排版时,BibTeX会根据参考文献的格式将除了title中的第一个字符外的其他字符转换为小写,为保留原有大写字符,可以使用左右大括号将需保留的字段括起来,例如: 阅读全文
摘要:
参考: "Remove space after figure and before text" Latex: 减少图与文字之间的空白间隙 论文中图与文字之间的空白间隙过大,导致排版不大美观。解决方法是在 前定义 的长度,例如定义为5pt: 2018.4 阅读全文
摘要:
参考: "Git: How to look at the stash" "Git学习笔记05 git stash" Git stash 常用命令 1. : 保存当前的工作进度; 2. : 恢复之前保存的工作进度; 3. : 显示最近一次保存的进度与当前目录下文件的区别; 4. : 查看保存的所有st 阅读全文
摘要:
参考: "Where can I find default Microsoft fonts Calibri, Cambria?" 在Mac OSX下安装Microsoft Calibri字体 1.下载: "Calibri and Cambria Fonts.zip" ; 2.双击解压该文件; 3.进 阅读全文
摘要:
参考: "ubuntu16 安装matplotlib" Ubuntu 安装 matplotlib 2018.4 阅读全文
摘要:
参考: "python proxy for pip" 设置pip代理 2018.4 阅读全文
摘要:
参考: "Sample_WCCI.tex" Latex: 解决 The gutter between columns is x inches wide (on page x), but should be at least x inches. 问题 在提交会议论文,EDAS检查论文格式的时候,出现W 阅读全文
摘要:
参考: "How to use \IEEEkeywords" Latex: 添加IEEE论文keywords 方法: 2018.4 阅读全文
摘要:
参考: "Footnotes for tables in LaTeX" "Footnote in tabular environment" Footnotes for tables in latex 为latex的table加上footnotes 这是一个Latex中经典的排版问题。使用 为late 阅读全文
摘要:
参考: "pydot and graphviz error: Couldn't import dot_parser, loading of dot files will not be possible" NameError: global name 'dot_parser' is not defin 阅读全文
摘要:
参考: "Multiple Authors with common affiliations in IEEEtran conference template" Latex: 添加IEEE会议论文作者信息 参考格式: 效果图: 注意,如果编译过程中遇到 错误,请仔细检查左括号和右括号的匹配问题! 20 阅读全文