一份不太简短的LaTeX教程 lshort – A short introduction to LATEX 2elshort – A short introduction to LATEX 2e
Lshort started as a translation and rationalisation of a ground-breaking German-language introduction to LATEX. It has since taken on a momentum of its own, and has itself been translated into a number of languages. Thus we have introductory text available to a wide proportion of the user community. The archive holds versions in Bulgarian, Chinese, Dutch, English, Finnish, French,German, Italian, Japanese, Korean, Mongolian, Persian, Polish,Portuguese, Brazilian Portuguese, Russian, Slovak, Slovenian,Spanish, Thai, Turkish, Ukranian and Vietnamese.
| Package Details | lshort |
| License | ‘Collection’ License Tag |
| Maintainer | Tobias Oetiker |
| Topics | tutorial material for LATEX |
Directories
| Name | Notes |
|---|---|
| bulgarian | Bulgarian translation of the "Short Introduction to LATEX2ε" |
| chinese | Introduction to LATEX, in Chinese |
| czech | Czech translation of the "Short Introduction to LATEX2ε" |
| dutch | Introduction to LATEX in Dutch |
| english | A (Not So) Short Introduction to LATEX2ε |
| estonian | Estonian introduction to LATEX |
| finnish | Finnish introduction to LATEX |
| french | Short introduction to LATEX, French translation |
| german | German version of A Short Introduction to LATEX2ε: LATEX2ε-Kurzbeschreibung |
| italian | Introduction to LATEX in Italian |
| japanese | Japanese version of A Short Introduction to LATEX2ε |
| korean | Korean introduction to LATEX |
| mongolian | |
| persian | Persian (Farsi) introduction to LATEX |
| polish | Introduction to LATEX in Polish |
| portuguese | Introduction to LATEX in Portuguese |
| portuguese-BR | Introduction to LATEX in Portuguese (Brazil) |
| russian | Russian introduction to LATEX |
| slovak | Slovak introduction to LATEX |
| slovenian | Slovenian translation of lshort |
| spanish | Short introduction to LATEX, Spanish translation |
| thai | Introduction to LATEX in Thai |
| turkish | Turkish introduction to LATEX |
| ukrainian | Ukrainian version of the LATEX introduction |
| vietnamese | Vietnamese version of the LATEX introduction |
一份不太简短的LaTeX教程 lshort – A short introduction to LATEX 2elshort – A short introduction to LATEX 2e的更多相关文章
- 一份不太简短的LaTeX模板
编译环境: Ubuntu16.04 texllive2016 sublime text3 + latextools 该模板使用与自己写文档,记笔记,记录代码,写作业等等. %!TEX program ...
- LaTeX教程与下载
LaTeX教程与下载如下: 其实,下载好CTEX 的步骤只有三步.第一步下载好CTEX ,第二步下载编辑器Texstudio ,第三步安装配置TexStudio 详细步骤: 第一步:下载CTEX La ...
- 一份超级完整的PyCharm图解教程
微信搜索公众号:Python极客社区. 每天分享不一样的Python干货 PyCharm 是一种 Python IDE,可以帮助程序员节约时间,提高生产效率.那么具体如何使用呢?本文从 PyCharm ...
- LATEX教程(二)
插入图片 \documentclass{article} \usepackage{graphicx} \usepackage{Ctex} \title{插入图片} \author{yif} \begi ...
- LATEX教程(一)
第一个文档 打开WinEdt,建立一个新文档,将以下内容复制进入文档中,保存,保存类型选择为UTF-8. \documentclass{article} \begin{document} hello, ...
- LaTeX学习教程
本来我对LaTeX不是看好的,毕竟都是命令格式的.觉得有word就足够啦word可视化操作方便快捷. 但是由于要写论文等,在导师要求下潜心学习一下,不知不觉间被LaTeX的强大功能所吸引.现在很多出版 ...
- LaTeX新人教程,30分钟从完全陌生到基本入门
by Nan 对于真心渴望迅速上手LaTeX的人,前言部分可以跳过不看. 本教程面向对LaTeX完全无认知无基础的新人.旨在让新人能够用最简单快捷的方式,轻松入门,能够迅速使用LaTeX完成基本的文本 ...
- 【分享】LateX排版软件学习教程合集
来源于:http://www.hejizhan.com/html/xueke/416/x416_13.html LATEX2e科技排版指南.pdf 8.3 MB An Example LaTeX ...
- [Z]LaTeX入门教程
LaTeX入门教程 Contents TEX/LATEX是什么? 为什么要用TEX/LATEX? 安装 开始使用 数学符号使用中文文章的各个部分表格 行内公式与行间公式 上标与下标 常见的数学公式 行 ...
随机推荐
- [PAT] 1021 Deepest Root (25)(25 分)
1021 Deepest Root (25)(25 分)A graph which is connected and acyclic can be considered a tree. The hei ...
- Django-form組件補充
自定义验证规则 方法一: 1 2 3 4 5 6 7 8 9 10 from django.forms import Form from django.forms import widgets f ...
- centos7 安装rlwrap
https://blog.csdn.net/zhjmozhi/article/details/78347216
- kindeditor异步加载 无法初始化
使用集成的php输出kindeditor无法初始化 function showEditor($id, $value='', $width='700px', $height='300px', $styl ...
- Java工具类-格式化日期
package common; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; p ...
- POJ 1089 Intervals【合并n个区间/贪心】
There is given the series of n closed intervals [ai; bi], where i=1,2,...,n. The sum of those interv ...
- Mac OS X 更新JAMF域控配置
在终端执行以下命令即可更新jamf域控配置属性 sudo jamf mcx # 应用被管理的配置信息 sudo jamf policy -trigger # 检查触发器策略 sudo jamf rec ...
- Poj1151&HDU1542 Atlantis(扫描线+线段树)
题意 给定\(n\)个矩形\((x_1,y_1,x_2,y_2)\),求这\(n\)个矩形的面积并 题解 扫描线裸题,可以不用线段树维护,\(O(n^2)\)是允许的. #include < ...
- 使用NGUI来制作技能的CD冷却效果
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CDScript ...
- 谜题54:Null与Void
下面仍然是经典的Hello World程序的另一个变种.那么,这个变种将打印什么呢? public class Null { public static void greet() { System.o ...