colour and box for text

This commit is contained in:
SchwarzerYV
2024-05-15 16:34:31 +08:00
parent 0aabf4f9e2
commit 0ad226479c

View File

@ -1022,7 +1022,7 @@ LaTex排版
\fancyfoot[R]{Right footer} % 右页脚
```
文献管理
其他
----
### bib文献管理
@ -1034,9 +1034,6 @@ LaTex排版
\bibliography{references} % 假设.bib文件名为 'references.bib'
```
其他
----
### URL
```latex
@ -1046,6 +1043,15 @@ LaTex排版
\url{URL} % 显示 URL 并作为链接。
```
### 颜色和盒子
```latex
\usepackage{color} 使用 color 包来给文本添加颜色。
\color{color} 设置文本颜色。
\fbox{content} 在内容周围创建一个边框。
```
另见
----