Skip to content

Commit 5aacc6d

Browse files
committed
edit to fix #248
1 parent af7e4eb commit 5aacc6d

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

en/help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To enable this output, add a comment of the form:
204204
{: .noedit :}
205205

206206

207-
Replacing `make4ht` by `LaTeXML` or `lwarp` to specify those systems.
207+
Replace `make4ht` by `LaTeXML` or `lwarp` to specify those systems.
208208

209209

210210

en/lesson-03.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Here the body has two paragraphs (in LaTeX you separate paragraphs
8585
with one or more blank lines).
8686
Before `\begin{document}` is the *document preamble*,
8787
which has code to set up the document layout.
88-
The `\usepackage` command is described in a [later lesson](lesson-06)
89-
it is used in most examples on this site to set up the font encoding.
88+
The `\usepackage` command is described in a [later lesson](lesson-06).
89+
It is used in most examples on this site to set up the font encoding.
9090

9191
LaTeX has other `\begin{...}` and `\end{...}` pairs; these are
9292
called *environments*.

en/lesson-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lang: "en"
44
title: "Cross-referencing"
55
description: "This lesson shows how to refer to numbered elements in a document, like figures, tables and sections."
66
toc-anchor-text: "Cross-referencing"
7-
toc-description: "Refering to figures, tables, etc."
7+
toc-description: "Referring to figures, tables, etc."
88
---
99

1010
# Cross-referencing

en/lesson-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: "lesson"
33
lang: "en"
44
title: "Citations and references"
5-
description: "This lesson show the basics of reference databases. Learn how to build your own databases and how to use them in documents using the two major workflows available."
5+
description: "This lesson shows the basics of reference databases. Learn how to build your own databases and how to use them in documents using the two major workflows available."
66
toc-anchor-text: "Citations & references"
77
toc-description: "Working with reference databases."
88
---

en/lesson-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ to fail and you get an internal and not that helpful error:
132132
```
133133
{: .noedit :}
134134

135-
While the error description is unhelpful; the following two
135+
While the error description is unhelpful, the following two
136136
lines do accurately display the location of the error by the use of
137137
the linebreak showing how far TeX had read:
138138

en/more-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "lesson"
33
lang: "en"
4-
title: "More on: What is LaTeX and how does it work?"
4+
title: "More on: What LaTeX is and how it works?"
55
description: "This lesson gives more context on the history of LaTeX and other formats available."
66
toc-anchor-text: "More on: What is LaTeX and how does it work?"
77
---

en/more-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: "lesson"
33
lang: "en"
44
title: "More on: Mathematics"
5-
description: "This lesson show more amsmath alignment environments, how to make math bold, the math extension package mathtools, and using Unicode input for maths."
5+
description: "This lesson shows more amsmath alignment environments, how to make math bold, the math extension package mathtools, and using Unicode input for maths."
66
toc-anchor-text: "More on: Mathematics"
77
---
88

en/more-15.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: "lesson"
33
lang: "en"
44
title: "More on: Dealing with errors"
5-
description: "This lesson show a few more common errors in LaTeX and explains about chained errors and silent errors."
5+
description: "This lesson shows a few more common errors in LaTeX and explains about chained errors and silent errors."
66
toc-anchor-text: "More on: Dealing with errors"
77
---
88

en/more-16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: "lesson"
33
lang: "en"
44
title: "More on: Accessing documentation and getting help"
5-
description: "This lesson show you where you can find the sources of LaTeX itself."
5+
description: "This lesson shows you where you can find the sources of LaTeX itself."
66
toc-anchor-text: "More on: Accessing documentation and getting help"
77
---
88

0 commit comments

Comments
 (0)