docs: update overleaf cqmu

This commit is contained in:
rand777 2025-03-10 02:58:03 +08:00
parent 51d86b8729
commit f10aef79f9
9 changed files with 112 additions and 69 deletions

View File

@ -56,7 +56,7 @@ export const navbar = defineNavbarConfig([
{icon: '/icon/openai.svg',text: '生成式人工智能',link: '/public-service/GPT/'},
{icon: 'fluent-color:data-area-20', text: '数据中心', link: '/public-service/data-center/'},
{icon: '/icon/mirror.svg', text: '重庆医科大学开源软件镜像站', link: '/public-service/cqmu-mirror/'},
{icon: '/icon/overleaf.svg', text: 'Overleaf LaTeX协作编辑器', link: '/public-service/overleaf/'},
{icon: '/icon/overleaf.svg', text: 'Overleaf LaTeX协作平台', link: '/public-service/overleaf/'},
{icon: 'fluent-emoji-flat:medical-symbol', text: '全球医学公开数据网', link: '/public-service/global-medical-open-data-web/'},
{icon: 'vscode-icons:file-type-word' ,text: '文书及申报资料网', link: '/public-service/official-documents-web/'},
{text: '', link: ''},

View File

@ -39,8 +39,8 @@ const publicService = defineNoteConfig({
// {
// prefix: 'Overleaf',
// icon: '/overleaf.svg',
// text: 'Overleaf LaTeX协作编辑器',
// link: 'Overleaf LaTeX协作编辑器',
// text: 'Overleaf LaTeX协作平台',
// link: 'Overleaf LaTeX协作平台',
// items: [
// {
// icon: 'skill-icons:latex-light',

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB

View File

@ -8,6 +8,8 @@ icon: file-icons:latex
### 如何学习LaTex
#### 推荐的学习路线如下
[//]: # (TODO: zsl待测试)
- LaTeX 的环境配置是个比较头疼的问题。如果你本地配置 LaTeX 环境出现了问题,可以考虑使用 [Overleaf](https://www.overleaf.com/) 这个在线 LaTeX 编辑网站。站内不仅有各种各样的 LaTeX 模版供你选择,还免去了环境配置的难题。
- 阅读下面三篇 Tutorial: [Part-1](https://www.overleaf.com/learn/latex/Free_online_introduction_to_LaTeX_(part_1)), [Part-2](https://www.overleaf.com/learn/latex/Free_online_introduction_to_LaTeX_(part_2)), [Part-3](https://www.overleaf.com/learn/latex/Free_online_introduction_to_LaTeX_(part_3))。
@ -23,4 +25,4 @@ icon: file-icons:latex
- [现代 LaTeX 入门讲座](https://github.com/stone-zeng/latex-talk)
- [一份其实很短的 LaTeX 入门文档](https://liam.page/2014/09/08/latex-introduction/)
- [一份其实很短的 LaTeX 入门文档](https://liam.page/2014/09/08/latex-introduction/)

View File

@ -0,0 +1,105 @@
---
title: Overleaf LaTeX协作平台
createTime: 2025/02/19 10:52:51
permalink: /public-service/overleaf/
icon: /icon/overleaf.svg
---
- 内网地址:[http://192.168.183.171](http://192.168.183.171/)
- 外网地址(暂未开通):[https://latex.cqmu.edu.cn/login](https://latex.cqmu.edu.cn/login)
- 中文官网:[https://cn.overleaf.com/](https://cn.overleaf.com/)
- 上海交通大学企业版地址:[https://latex.sjtu.edu.cn/login](https://latex.sjtu.edu.cn/login)
## 简介
**Overleaf LaTeX协作编辑器**是一款支持多人在线同步编辑、审议的LaTeX编辑器支持Zotero、Github等现代应用集成极大便利了广大科研工作者。
LaTeX最初设计用作学术论文的编写后面逐渐发展成一款全能的文字排版软件系统现在全球已有**5500**
多所机构和组织在使用它。
## Overleaf使用
### 尝鲜体验
<LinkCard icon="/icon/overleaf.svg" title="Overleaf在线官网" href="https://cn.overleaf.
com/">中文官网</LinkCard>
使用账号密码登录后:
![2025-03-10_02-43-43.png](../../../.vuepress/public/src/2025-03-10_02-43-43.png)
Overleaf的用户节目超级简单即使是新手也能轻松上手现在就开始阅读[Overleaf官方文档](https://cn.overleaf.com/learn/how-to/Creating_a_document_in_Overleaf#Introduction)
开始LaTeX之旅吧相信我你会惊叹它的奇妙设计
### 模板!
在 [Overleaf的模板网](https://cn.overleaf.com/latex/templates)中你可以看到很多类型的模板这些和文字相关的工作LaTeX都能应付
![2025-03-10_02-52-40.png](../../../.vuepress/public/src/2025-03-10_02-52-40.png)
### Overleaf CQMU
::: tip [http://192.168.183.171](http://192.168.183.171)
已经可以访问,在做最终准备
:::
## LaTeX
### LaTeX 简介
**LaTeX**(发音为 "LAY-tek" 或 "LAH-tek"是一种用于排版专业级文档的工具。然而LaTeX
的运作模式与您可能使用过的许多其他文档生成应用程序(如 Microsoft Word 或 LibreOffice Writer有很大不同
### Why LaTeX?
- **"所见即所得"WYSIWYG工具**:提供交互式页面直接输入文本并即时应用样式
- **LaTeX 工作流程**:
1. 创建纯文本文件(`.tex` 后缀)
2. 在文本中使用 **LaTeX 命令** 描述排版需求
3. 通过 **TeX 引擎** 处理文件
4. 生成专业排版的 PDF 文档
> 在写毕业论文的时候,我时常因为==word或wps的排版问题==而苦恼有了LaTeX和Overleaf后顿感神清气爽。现在我只需要关注编写的内容而无需担心任何格式的问题。
### 核心运作原理
- **关注点分离**
- **用户责任**: 专注内容及结构(章节组织、数学公式等)
- **系统责任**: 由 LaTeX 命令和 TeX 引擎自动处理版式设计(字体选择、间距调整、分页优化等)
- **优势体现**
- 确保复杂文档格式的统一性(如论文/书籍排版)
- 轻松处理科技文档中的数学公式
- 实现交叉引用/目录/参考文献的自动化管理
- 版本控制系统友好(纯文本特性)
### 学习LaTeX
请参考 [学习LaTeX](LaTeX.md)
## CQMU TUG
重庆医科大学 TeX用户组(Chongqing Medical University TeX User Group)开发CQMU的相关LaTeX模板。
### 目前开发完成的模板
::: details 重庆医科大学本科生毕业论文(设计)示例模板
@[pdf height="600px"](https://cos.cqmu.online/docs/cqmu-bs-thesis.pdf)
:::
::: details 推荐信模板
@[pdf height="600px"](https://cos.cqmu.online/docs/recommand-cqmu.pdf)
:::
::: details 平时作业和小论文模板
到[:[simple-icons:overleaf]:Overleaf](https://cn.overleaf.com/latex/templates/cqmu-researchreport/qghkqhhtzfkp)
查看
:::
### 计划中的模板
1. [ ] 信息服务课程模板
2. [ ] Java开发课程报告模板
3. [ ] 重庆医科大学本科生开题报告模板
4. [ ] Linux课程模板
5. [ ] 重庆医科大学研究生毕业论文模板

View File

@ -1,64 +0,0 @@
---
title: Overleaf LaTeX协作编辑器
createTime: 2025/02/19 10:52:51
permalink: /public-service/overleaf/
icon: /overleaf.svg
---
- 内网地址:[http://192.168.183.171](http://192.168.183.171/)
- 外网地址(暂未开通):[https://latex.cqmu.edu.cn/login](https://latex.cqmu.edu.cn/login)
- 上海交通大学企业版地址:[https://latex.sjtu.edu.cn/login](https://latex.sjtu.edu.cn/login)
## 简介
**Overleaf LaTeX协作编辑器**是一款支持多人在线同步编辑、审议的LaTeX编辑器支持Zotero、Github等现代应用集成极大便利了广大科研工作者。
## Overleaf使用
中文官网:
<LinkCard title="Overleaf协作版" href="https://cn.overleaf.com/"></LinkCard>
使用账号密码登录后:
## LaTeX
### LaTeX 简介
**LaTeX**(发音为 "LAY-tek" 或 "LAH-tek"是一种用于排版专业级文档的工具。然而LaTeX 的运作模式与您可能使用过的许多其他文档生成应用程序(如 Microsoft Word 或 LibreOffice Writer有很大不同
### 与传统文字处理软件的区别
- **"所见即所得"WYSIWYG工具**:提供交互式页面直接输入文本并即时应用样式
- **LaTeX 工作流程**:
1. 创建纯文本文件(`.tex` 后缀)
2. 在文本中使用 **LaTeX 命令** 描述排版需求
3. 通过 **TeX 引擎** 处理文件
4. 生成专业排版的 PDF 文档
### 核心运作原理
- **关注点分离**
- **用户责任**: 专注内容及结构(章节组织、数学公式等)
- **系统责任**: 由 LaTeX 命令和 TeX 引擎自动处理版式设计(字体选择、间距调整、分页优化等)
- **优势体现**
- 确保复杂文档格式的统一性(如论文/书籍排版)
- 轻松处理科技文档中的数学公式
- 实现交叉引用/目录/参考文献的自动化管理
- 版本控制系统友好(纯文本特性)
### 典型工作流程示例
```latex
\documentclass{article} % 声明文档类型
\begin{document}
Hello World! % 文档内容
\end{document}
```
### 学习LaTeX
请参考 [学习LaTeX](LaTeX.md)
## CQMU TUG
重庆医科大学 Tex用户组Chongqing Medical University TeX User Group负责开发CQMU的相关LaTeX模板。

View File

@ -2,7 +2,7 @@
title: 重庆医科大学开源软件镜像站
createTime: 2025/02/25 18:31:57
permalink: /public-service/cqmu-mirror/
icon: /mirror.svg
icon: /icon/mirror.svg
---
:::tip