More than 570 examples for the usage of LaTeX. You can check that with thefollowing command:
$ find . -type d | sort | awk '$0 !~ last "/" {print last} {last=$0} END {print last}' | grep -v .git | wc -l
Many examples can be found on my Wikpedia Commons user page.
You might also be interested in my Blog.
Every LaTeX file is in a seperate folder and has its own Makefile.So you can simply generate the PDF by typing make
in the terminal.
If you want to get all examples offline, you have to execute
$ git clone --recursive https://github.com/MartinThoma/LaTeX-examples.git
If you have examples or suggestions for improving given examples, please sendthem to info@martin-thoma.de.
Feel free to use and modify the examples in this repository,but please add a link to this repository or martin-thoma.com.
Most of the content was created completely by me. But checkthe Readme files in each specific folder to make sure you can use it.
NAME html2latex - HTML to latex converter. SYNOPSIS html2latex [OPTION]... URLS... DESCRIPTION html2latex uses HTML::TreeBuilder to parse an HTML file and then it converts the HTML::Element into to a
研究生是躲不开要写论文的,写论文除了有思路,有创意,最终也避不了排版!!没错,很多出版社在格式排版这里还是蛮重视,如果你排的不好,会一直让你修改。 说到这里,有人会说用word呗,word是很常见的。今天我要介绍的不是word,因为word的确有很多的弊端,尤其在公式编辑的时候,特别不美观,所以强烈推荐一款排版神器---LATEX!这样的排版出来的文章,不仅给别人的感觉是整齐,关键是专
LaTeX入门 1.开始第一篇LaTeX论文 \documentclass[UTF8]{ctexart} \title{杂谈勾股定理} \author{张三} \date{\today} \begin{document} \maketitle %生成title、author、date \begin{abstract} %生成
在线LaTex编辑器工具:http://latex.codecogs.com/eqneditor/editor.php 我发现一个好方法,就不用在这总结LaTex用法了,如果不知道LaTeX的写法,可以去上面的在线工具中找。 LaTex用法: 参数放在max/min正下方: maxa<x<b{f(x)} \max \limits_{a<x<b}\{f(x)\} 连乘: ∏Ni=1 \prod_{i
Here's an introduction to LaTeX2e, The Not So Short Introduction to LaTeX2e(lshort). I got this document on http://learn.tsinghua.edu.cn:8080/2001315450/tex_frame.html and the following text are from
技巧续篇:http://latexstudio.net/ 常见数学公式问题集下载 薛瑞尼的清华大学学位论文LaTeX模板 http://sourceforge.net/projects/thuthesis/ 北大论文文档 LaTeX 模板 pkuthss v1.2 beta http://bbs.pku.edu.cn/bbs/bbstcon.php?board=MathTools&threadid
首先看导言部分的文件格式的命令,做黄色标记的是默认(default)选项 \documentclass[10pt,journal,final,twocolumn,]{IEEEtran} (1) \documentclass[10pt,journal,final]{IEEEtran} draft : 草稿模式,双倍行距,四面页边距均为1英寸,不显示图片,但是留空。 draftcls : 草稿模式,
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 broke
Notes on LATEX 说明: 记录两种LATEX配置方案及一些使用笔记。 LATEX配置方案: 方案1:CTEX (WinEdit)+Sumartra PDF 下载CTEX套装(自带MixTex和winEdit编辑器),什么配置都不用,可以下载Sumatra PDF使用双向搜索。 方案2:MixTex+Sublime Tex+Sumartra PDF 1.使用Sublime Tex作为编辑
1. IEEE Latex会议模板,如果要加项目号,应在“\documentclass”之后加上“\IEEEoverridecommandlockouts” 然后使用\thanks命令插入内容,\thanks命令应放在author或者title的花括号内 转载于:https://www.cnblogs.com/Dontstop/p/7851011.html
我们在word里面一般是用两种单位进行调整行间距,一种是单倍间距、1.5倍间距、2倍间距等,另外一种则是采用“磅”来进行设置,我在写文档时一般不喜欢用单倍间距,我觉得22磅的间距最合适,看起来最舒服。 今天刚好用latex编辑论文时,想要调整llncs模板中的行间距,所以总结了两种方式,不过在使用之前都必须引入包文件:\usepackage{setspace}: 1)\re
\begin{figure}[h] %H为当前位置,!htb为忽略美学标准,htbp为浮动图形 \centering %图片居中 \includegraphics[width=0.5\textwidth]{figure1.png} %插入图片,[]中设置图片大小,{}中是图片文件名 \caption{A is the VOC dataset, B is the VisDrone dataset,
中括号 [ x ] \left[ x \right] [x] \left[ x \right] 向下取整(取整)符号 ⌊ x ⌋ \lfloor x \rfloor ⌊x⌋ \lfloor x \rfloor 向上取整(取顶)符号 ⌈ x ⌉ \lceil x \rceil ⌈x⌉ \lceil x \rceil
latex编译相关问题 Latex引用bib的编译问题 问题列表 环境 原因 解决方法 编译时出现“I cannot find \citation in ***.aux”。 Ubuntu + VScode + texlive 这是因为在正文中包含了bib文件,但是正文中又没有对bib中文献的引用条目。这个问题在windows下不会出现(不明白原因),在ubuntu下会出现。 在正文中随便增加一条\
https://zhidao.baidu.com/question/491577907.html TEX TEX是斯坦福大学的教授Donald E.Knuth开发的一个功能强大的幕后排版系统。他当时在撰写名为The Art of Computer Programming的书,由于出版商把他书中的数学式子排版得很难看,他决定推迟出版,自行研发一套排版系统进行排版。这个系统就是TEX系统。 LaTeX
1. amsmath Since I am from school of mathematics, the most useful package for me is the amsmath, which helps me write beautiful math formulas. 1.1 Inline equations We can use $...$ to write inline equ
部署 LaTeX 安装 texlive-core 新建 a.tex 文件,内容如下: \documentclass[11pt,a4paper]{article} %加入了一些针对XeTeX的改进并且加入了 \XeTeX 命令来输入漂亮的XeTeX logo \usepackage{xltxtra} %启用一些LaTeX中的功能 \usepackage{xunicode} %%%% fontspe
LaTeX(LATEX,音译“拉泰赫”)是一种基于TeX的排版系统。 LaTeX通过CTAN服务器发布,或作为TeX用户组(TUG)或第三方提供的许多易于安装和可用的TeX发布版本的一部分。如果您遇到问题,请访问帮助部分。 LaTeX本身并不是一个独立的排版程序,而是运行在Donald E. Knuth的TeX排版系统之上的文档准备软件。TeX发行版通常会将工作中的TeX系统所需的所有部件捆绑在一
Vim + LaTeX snippets setup How I'm able to take notes in mathematics lectures using LaTeX and Vim Vim configuration Copy tex.snippets to ~/.vim/UltiSnips/ and assuming you're using Vim Plug, add the f
latex-action GitHub Action to compile LaTeX documents. This actions runs on docker using a maximal TeXLive environment installed. Inputs root_file The root LaTeX file to be compiled. This input is req
PDF 下载: 放映版 阅读版 Copyright (C) 2018–2021 by Xiangdong Zeng.
Warning — looking for a maintainer This extension is no longer maintained. I'm sorry, it's not you, it's me. I still love this functionality, I've just moved to a different editor to get it.I don't wa
LaTeX Resources This repository provides several examples and resources for LaTeX. All examples are tested using MikTeX 2.9 on Windows 7 and on Ubuntu 12.04/14.04 using texlive-full. License Several e
Twenty Seconds Curriculum Vitae in LaTex HOT! Support Fontawesome Icons, new class option \documentclass[icon]{twentysecondcv}, using the name of the icon available in the documentation of the package