Index
记录一些常用工具的安装、配置等方法和技巧 一部分是从之前的hexo博客搬运过来的
各分类下有各个cs子领域中常用且必须掌握的工具,如DL的pytorch,计组的vivado等
TODO: 在这里添加一个常用工具列表,指向对应的文章
mkdocs博客搭建
mkdocs文档速查
Admonition
注意Admonition格式,内容需要有4个空格的缩进。如果在Admonition中需要使用列表、代码块等,需要和标题(!!!或???的那一行)空一行。但如果是普通文本,就不需要空行
!!! example "例题"
- What makes the time complexity analysis of a backtracking algorithm very difficult is that **the number of solutions that do satisfy the restriction is hard to estimate**.(True)
- What makes the time complexity analysis of a backtracking algorithm very difficult is that the sizes of solution spaces may vary.(False)
公式
一些语法的支持
语法 | mathjax | katex |
---|---|---|
\(\exist\) | F | T |
\(\exist\) | T | T |
\(\infin\) | T | T |
\(\infty\) | F | T |
\(\set{A,B,C,D}\) | F | T |
\(\and,\or\) | F | F |
多行公式$$
符号和文字没有用空行分开时,如果是katex会变成行内公式,而mathjax直接渲染失效
文字测试
\[C=\alpha+\beta (Y-T)\]
TODO
已解决的问题:
- markdown中的一级标题会覆盖文件名,如果没有一级标题,显示出来的标题才是文件名
未解决的问题:
- mathjax公式和katex不同
- 导航栏
- 文章排序,如L15应该排在L8后面,但是现在是按字典序排的