All Projects → Keldos-Li → typora-latex-theme

Keldos-Li / typora-latex-theme

Licence: other
将Typora伪装成LaTeX的中文样式主题,本科生轻量级课程论文撰写的好帮手。This is a theme disguising Typora into Chinese LaTeX style.

Programming Languages

SCSS
7915 projects
Makefile
30231 projects
powershell
5483 projects
shell
77523 projects

Projects that are alternatives of or similar to typora-latex-theme

Typora-Onigiri
Typora Theme for Japanese Texts
Stars: ✭ 23 (-98.97%)
Mutual labels:  typora, typora-theme, typora-themes
typora notion-theme
My customisations for Typora to look a little more like Notion.so
Stars: ✭ 32 (-98.57%)
Mutual labels:  typora, typora-theme, typora-themes
typora-theme-bear
一系列 Bear 风格的 typora 主题,共计 20 余款。A collection of typora themes, inspired by Bear.
Stars: ✭ 61 (-97.28%)
Mutual labels:  typora, typora-themes
typora-vue-dark-theme
This is a dark typora theme forked from typora-vue-theme which inspired by Vue document style.
Stars: ✭ 35 (-98.44%)
Mutual labels:  typora-theme, typora-themes
typora-hivacruz-theme
A Typora theme forked from Cobalt to match my other color schemes.
Stars: ✭ 38 (-98.3%)
Mutual labels:  typora, typora-theme
typora-theme-orange-heart
A Typora Theme - 一个 Typora 主题
Stars: ✭ 137 (-93.88%)
Mutual labels:  typora, typora-theme
typora-solarized
Solarized theme for Typora (markdown editor)
Stars: ✭ 21 (-99.06%)
Mutual labels:  typora, typora-theme
typora-theme-auto-numbering
Typora 主题自动编号
Stars: ✭ 181 (-91.92%)
Mutual labels:  typora, typora-theme
TJU-typora-latex-theme
天津大学本科生课程论文撰写:使用Typora代替LaTex
Stars: ✭ 24 (-98.93%)
Mutual labels:  latex, typora-theme
sugartex
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Fast Unicode autocomplete in Atom editor via https://github.com/kiwi0fruit/atom-sugartex-completions
Stars: ✭ 74 (-96.69%)
Mutual labels:  latex
rulex
A ruby environment for Latex files
Stars: ✭ 14 (-99.37%)
Mutual labels:  latex
academic-cv-publications
Generate a customised list of publications for your LaTeX CV using BibTeX entries.
Stars: ✭ 60 (-97.32%)
Mutual labels:  latex
react-latex-next
Render LaTeX in React apps
Stars: ✭ 18 (-99.2%)
Mutual labels:  latex
hfmath
Render LaTeX math with Hershey Fonts
Stars: ✭ 76 (-96.61%)
Mutual labels:  latex
csasdown
📖 An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Stars: ✭ 40 (-98.21%)
Mutual labels:  latex
LaTeX-Note-Importer-for-Anki
Add-on for the memory training program Anki, allowing to import and export notes written in LaTeX.
Stars: ✭ 26 (-98.84%)
Mutual labels:  latex
phplatex
Inline TeX in PHP pages
Stars: ✭ 34 (-98.48%)
Mutual labels:  latex
thesisthemeCSU
A template for the thesis of CSU (Central South University).
Stars: ✭ 13 (-99.42%)
Mutual labels:  latex
cdcalendar
A customisable, multilingual calendar with 3 different sizes. With LaTeX.
Stars: ✭ 62 (-97.23%)
Mutual labels:  latex
PythonTipsDS
Python Tips for Data Scientist
Stars: ✭ 23 (-98.97%)
Mutual labels:  latex

cover

Typora 伪装 LaTeX 中文样式主题

下载与安装 | 帮助文档 | 个性化设置 | 贡献指南 | 技术细节 | 常见问题

本项目的初衷是为了简化中国大陆本科生小型通识课论文(或小型实验报告)撰写的负担。这里基本采用了浙江大学要求的格式(字体较小,页边距较小),但大部分同学都可以自行在 CSS 中修改适合自己学校的格式。

Markdown 的轻量化特性,使您可以专注于论文内容而不用担心格式。书写时仅通过简单的标记,并通过替换样例模板中的个人信息,您就可以输出类 LaTeX 排版的精美论文与报告。本项目支持 Windows, macOS 和 Linux 三大平台的 Typora。

GitHub downloads GitHub release (latest by date including pre-releases) GitHub Repo stars QQ群

预览

您可以通过以下方式预览本主题:

  1. 通过在线 PDF 预览器预览导出结果
  2. 观看介绍视频,其中简洁清晰地介绍了主题外观和安装方法
  3. 查看下列截图

封面,摘要和关键词

sample-essay_1 sample-essay_2

预览与编写

preview-l preview-d
edit-l edit-d

层级标题

heading-l heading-d

表格

table-l table-d
表格:

<center><strong>表 2  全球/中国桌面操作系统市场份额占比(%)</strong></center>

| OS   | Windows | macOS | Unknown | Linux | Chrome OS | 其他 |
| ---- | ------- | ----- | ------- | ----- | --------- | ---- |
| 全球 | 76.56   | 17.1  | 2.68    | 1.93  | 1.72      | 0.01 |
| 中国 | 87.55   | 5.44  | 6.24    | 0.75  | 0.01      | 0.01 |

项目列表

item-l item-d

代码块

code-l code-d

Mermaid

mermaid-l mermaid-d
mermaid 图形:

​```mermaid
graph LR
A(开始) -->
input[/输入a,b/] --> if{a%b=0 ?}
if --->|yes| f1[GCD = b] --> B(结束)
if --->|no| f2["a, b = b, a % b "]-->if
​```

公式

equation-l equation-d
公式:

$$
\iint\limits_{x^2 + y^2 \leq R^2} f(x,y)\,\mathrm{d}x\,\mathrm{d}y = \int_{\theta=0}^{2\pi} \mathrm{d}\theta\int_{r=0}^R f(r\cos\theta,r\sin\theta) r\,\mathrm{d}r\, \tag{1}
$$

下载与安装

请完整阅读以下过程,以确保一切符合预期。

  1. Typora 是一个支持实时预览的 markdown 编辑器。在安装本主题前,请确认您已下载 Typora 并完成了安装。如果您对 markdown 的语法还不了解,您可以从这里获得帮助

  2. 前往本项目的 release 页面,下载适合您操作系统的最新版本压缩包。比如,如果您在使用 Windows 操作系统,您就应该下载 latex-theme-windows.zip

  3. 解压缩这个文件,进入解压缩后的文件夹。按照在线安装教程或该文件夹下 README.md 中的安装教程完成剩余的安装步骤。请务必确认您完成了下面的步骤:

鸣谢

本项目是在下面两个开源项目的基础上完成的:

感谢 @大啊好我r中之 制作介绍视频

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].