/Note-by-LaTeX

All my learning notes, including Python, LaTeX, HTML, and so on. Powered by LaTeX and Markdown.

Primary LanguageTeX

What's this? 这是什么?

== 所有PDF内容如果定稿,下载会发布在release(https://github.com/wklchris/Note-by-LaTeX/releases)中。PDF files can be accessed in the release of this git. ==

本仓库用于存放我的个人学习笔记,全部使用 LaTeX 或者 Markdown 进行撰写。具体包括:This repository is for the use of storing my learning notes (by LaTeX or Markdown), including:

所有运行环境均为Windows系统. 打勾的项表示已完成(但如有必要仍会修改),省略号表示项目进度缓慢,播放符号表示项目正作为主力项目推进。All running environments are Windows system. '√' means it has been finished (but I will still modify it if necessary), '…' means I put it aside recently and will continue in the future, and '▶' means I am working hard on it.

== 所有内容请勿用于商业用途。DO NOT use those docs for commercial purpose. ==

▶ Excel-cn (by LaTeX)

一份Excel学习笔记,主要针对函数使用。不涉及VBA。A Excel learning note aiming at functions usage. It doesn't include VBA contents.

√ githubPush-cn (by Markdown):

怎样使用Git Bash管理本地Git以及推送到Github. How to use Git Bash to manage local git repositories, and how to push files to Github.

… html-cn (by LaTeX):

一份HTML 4的基础中文笔记。HTML是一种很有意思的标记语言,学习它对爬虫、使用Markdown都有帮助。 A HTML basic note in Chinese. HTML is an interesting markup language. Learning it will help you on webcrawl and Markdown use.

▶ LaTeX-cn (by LaTeX):

LaTeX是一种排版系统,比通常使用的Microsoft Word字处理软件在排版方面更有优势。本笔记记录如何使用LaTeX进行排版处理。LaTeX is one kind of typesetting system, which outperforms Microsoft Word on typesetting. This note records how to use LaTeX.

第一版已发布于release中。

> 正在阅读 PGF&TikZ 宏包手册,以改进到第二版。

> 在完成 TikZ 章节的结构搭建前,不会发布新的PDF版本。

… LaTeX-beamer-en (by LaTeX):

用beamer宏包进行幻灯的排版,能方便地打印为幻灯展示、屏幕阅读、讲义分发这三种不同侧重的PDF文件. How to use beamer package to make a slide. You can output your tex file into PDF in 3 kinds of features: slide, screen-friendly and handout.

… markdown-en (by Markdown):

Markdown是一种标记语言,类似于HTML,但它很注重易读和__易写__之间的平衡。Markdown is a markup language (like HTML), but it emphysizes the balance between easy-reading and easy-writing.

√ python-cn (by LaTeX):

一份Python 3的基础中文笔记,不涉及太多库的知识。基于Python 3.4。 A Python basic note in Chinese, which doesn't include much contents about libs. Based on Python 3.4

… Vim-cn (by Markdown):

一份Vim使用笔记。也许会有帮助。此外我推荐:七张图学用Vim这个页面。A Vim using notes in Chinese. It may help. Besides, I recommand this website: Learning Vim use by 7 pictures.

已定稿的内容

LaTeX-cn: ver 1.5 于2016年10月定稿。

—— 正在阅读 PGF&TikZ 宏包手册以改进至下一版。

githubpush-cn: 2016年8月24日定稿。

python-cn: 2016年7月22日定稿。

—— 附:Python安装Lib的非官方Whl文件下载点