博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Learn how to use Latex.
阅读量:6933 次
发布时间:2019-06-27

本文共 2641 字,大约阅读时间需要 8 分钟。

I had been learning Latex for a little while during my studying at Edinburgh, which was maninly for fun. This time I would like to pick it up again for the same reason - fun. I just had my ankle broken when I was playing basketball, so I had to cancel my train back to Shanghai today and stayed at home for a little more time. Ok, let's cut the crap and get down to business.

Generally, a very comprehensive document is provided at this . From installation to more advanced topics, this provides almost everything you need. And before this, if you have never used Latex or forget how to use it, it is recommended to go through this first. This article include my notes while I am studying with the PURPOSE to get a lazy ass like me to actually learn something lol.

Part 1. Background knowledges

1) What is TeX?

Basically, TeX is a typesetting system written by Donald E. Knuth, who says in the preface to his book on TeX, that it is "intended for the creation for beautiful books - and especially for books that contain a lot of mathematics". 

2) How to pronounce "TeX"?

The "X", because it is the Greek letter Chi, should be pronounced like "ch" or "k" (if you can't do the Greek sound).

3) What is MetaFont?

It was written by Knuth as a companion to TeX. When TeX defines the layout of glyphs on a page, MetaFont defines the shapes of the glyphs and the relations between them. MetaFont details the sizes of glyphs, for TeX's benefit, and creates bitmaps that may be used to represent the glyphs, for the benefit of programs that will produce printed output as post processes after a run of TeX.

4) What is MetaPost?

It is very much like MetaFonts, but it outputs vector graphic files instead of run-length-encoded bitmaps. Available output formats are PostScript and SVG.

5) Relevant things with "TeX" in the name.

TeX macro packages (a.k.a. TeX formats): Plain TeX, LaTeX, CONTeXT, Texinfo, Eplain.

Modified tex executables: PDFTeX, XeTeX, LuaTeX, e-TeX.

Tex distributions.

------------------------------------------------------------------------------------------------------------------------------------

Okay, there are just so many of them, I just listed them here and skip it for now.

What I wanted to do was just to create a TeX HelloWorld, however, it seems all I have seen so far are all about the backgrounds. I will end this article and start a new one for a HelloWorld project maybe tomorrow.

 

 

[1]. MiKTeX Dods. https://docs.miktex.org/2.9/manual/userguide.html

[2]. Welcome to the UK List of TeX Frequently Asked Questions.

http://www.tex.ac.uk/faq/index.html#TheBackground

 

 

 

转载于:https://www.cnblogs.com/easybreezy/p/7633149.html

你可能感兴趣的文章
Keras入门(一)搭建深度神经网络(DNN)解决多分类问题
查看>>
【思维导图-索引篇】搞定数据库索引就是这么简单
查看>>
Kotlin如何避免“!!”(非空断言)
查看>>
我理解的 iOS 与 Android 的区别
查看>>
vue(2)
查看>>
Ts + React + Mobx 实现移动端浏览器控制台
查看>>
聊聊 scala 的模式匹配
查看>>
阿里推出 PolarFS 分布式文件系统:将存储与计算分开(附论文)
查看>>
【数据科学系统学习】机器学习算法 # 西瓜书学习记录 [6] 朴素贝叶斯实践
查看>>
vue 优化CDN加速
查看>>
Linux常用命令
查看>>
PHP 实现Office word 关键词添加背景色
查看>>
搞懂 Javascript 继承原理
查看>>
CentOS(linux) 下JDK的安装
查看>>
iview-admin webpack打包总结的几个问题
查看>>
基于redis的分布式锁解析
查看>>
Spring Boot集成kafka完整版
查看>>
dayjs 源码解析(一)(api)
查看>>
React项目实践系列一
查看>>
MyBatis—insert语句返回主键和selectKey标签
查看>>