Fix: fraction instead of fractions

This commit is contained in:
Bertrand Benjamin 2019-07-11 18:48:02 +02:00
parent 90c77baa2b
commit affb52f4e7
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/)
Let's say I want an exercise on adding 2 fractions (files are in `examples`).
The *latex* template called `tpl_add_fractions.tex`
The *latex* template called `tpl_add_fraction.tex`
``` latex
\documentclass[12pt]{article}
@ -85,7 +85,7 @@ Solution
And a ready to print pdf.
- [ all_add_fractions.tex ]( ./examples/all_add_fractions.pdf )
- [ all_add_fraction.pdf ]( ./examples/all_add_fraction.pdf )