-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
65 lines (64 loc) · 4.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
layout: home
menu: Home
title: LaTeX - A document preparation system
description: "LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation."
---
<div class="row">
<div class="col cell1of2">
<h1>LaTeX – A document preparation system</h1>
<p>LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is available as <a href="{{ "/lppl/" | prepend: site.baseurl }}">free software</a>.</p>
<p>You don't have to pay for using LaTeX, i.e., there are no license fees, etc. But you are, of course, invited to support the maintenance and development efforts through a <a href="https://www.tug.org/donate.html">donation to the TeX Users Group (choose LaTeX Project contribution)</a> if you are satisfied with LaTeX.</p>
<p>
You can also sponsor the work of LaTeX team members through the <a href="https://github.com/sponsors">GitHub sponsor program</a> at the moment for
<a href="https://github.com/sponsors/FrankMittelbach">Frank</a>, <a href="https://github.com/sponsors/DavidCarlisle">David</a> and <a href="https://github.com/sponsors/JosephWright">Joseph</a>. Your contribution goes without any reductions by GitHub to the developers in support of the project.
</p>
<p>The volunteer efforts that provide you with LaTeX need financial support, so thanks for any contribution you are willing to make.</p>
</div>
<div class="col cell1of2 news">
<h2>Recent News</h2>
<ul class="news-posts">
{% for post in site.posts offset: 0 limit: 7 %}
<li><span class="post-date">{{ post.date | date: "%-d %B, %Y" }}</span><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<small><a href="{{ "/news/" | prepend: site.baseurl }}">All News</a> · Subscribe to our <a href="{{ "/feed.xml" | prepend: site.baseurl }}"><span class="fa fa-rss-square"></span>RSS News Feed</a></small>
</div>
</div>
<hr>
<div class="row">
<div class="col cell1of2">
<h2>LaTeX the product</h2>
<dl>
<dt><a href="{{ "/about/" | prepend: site.baseurl }}">Introduction</a></dt>
<dd>Short introduction to LaTeX. Learn what LaTeX is, which features it has, and how it works.</dd>
<dt><a href="{{ "/get/" | prepend: site.baseurl }}">Getting LaTeX</a></dt>
<dd>Learn how and where to get LaTeX for Linux, Mac OS X, Windows and Online.</dd>
<dt><a href="{{ "/news/latex2e-news/" | prepend: site.baseurl }}">LaTeX2e Release Newsletters</a></dt>
<dd>LaTeX2e release newsletters for each release of LaTeX created since 1994.</dd>
<dt><a href="{{ "/help/" | prepend: site.baseurl }}">Getting help</a></dt>
<dd>Help for issues with TeX and LaTeX: Official documentation, books, and links.</dd>
</dl>
</div>
<div class="col cell1of2">
<h2>The LaTeX3 Project</h2>
<dl>
<dt><a href="{{ "/latex3/" | prepend: site.baseurl }}">LaTeX3 Project</a></dt>
<dd>The LaTeX3 project is a long-term research project to develop the next version of the LaTeX typesetting system.</dd>
<dt><a href="{{ "/publications/" | prepend: site.baseurl }}">Publications</a></dt>
<dd>A selection of articles, slides, conference papers, videos etc. published by the LaTeX3 project.</dd>
<dt><a href="{{ "/latex3/code/" | prepend: site.baseurl }}">Development Code</a></dt>
<dd>Place to get LaTeX3 development code which is intended only for experimentation and comments.</dd>
<dt><a href="https://www.tug.org/donate.html">Donations</a></dt>
<dd>Please consider donating to the TeX Users Group to support LaTeX development (<a href="https://www.tug.org/donate.html">LaTeX Project contribution</a>).</dd>
</dl>
</div>
</div>
<hr>
<div class="row">{% include google.adsense.html %}</div><hr>
<hr>
<div class="row teaser">
<section class="col cell1of3">{% include teaser.books.html %}</section>
<section class="col cell1of3">{% include teaser.documentation.html %}</section>
<section class="col cell1of3">{% include teaser.team.html %}</section>
</div>