Skip to content

Commit

Permalink
fix small typos (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertucci47 authored Dec 2, 2024
1 parent e2dbef9 commit ae471c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _data/tagging-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8616,7 +8616,7 @@
included-in: [arxiv10]
priority: 3
issues:
commments: "relies on patches in pdfmanagement to make pgfrcs resource management compatible"
comments: "relies on patches in pdfmanagement to make pgfrcs resource management compatible"
tests: false
updated: 2024-08-03

Expand Down
10 changes: 5 additions & 5 deletions documentation/prototype-usage-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ key as shown below.
\end{tabular}
```

At the moment this isn't transfered well by the derivation algorithm
At the moment this isn't transferred well by the derivation algorithm
from PDF to HTML, but this area will see improvements. (The PDF structure
is already correct, as one cane see in ngPDF, but the HTML/CSS
styling currently loses the grid layout.)
Expand All @@ -142,7 +142,7 @@ styling currently loses the grid layout.)
Most lists using standard LaTeX enviornmenst such as `enumerate` will
be tagged automatically. The new list implementation also implement an
optional _key-value_ interface with similar features to the well known
`enumitem` package, although with a diffeent implementation.
`enumitem` package, although with a different implementation.

```
\section{lists}
Expand Down Expand Up @@ -193,7 +193,7 @@ formula:
corresponding to the elements defined by MathML.

LuaLaTeX (via the `luamml` package which is loaded automatically when
needed) includes a basic TeX to MathML convertor so can generate both
needed) includes a basic TeX to MathML converter so can generate both
these forms. If using other engines then only the Associated File
mechanism may be used.

Expand Down Expand Up @@ -275,7 +275,7 @@ A matrix equation.

### Supplying MathML to be used for Associated File tagging,

For engines other than LuaTeX, or if you want to modify the automatcally
For engines other than LuaTeX, or if you want to modify the automatically
generated MathML,then LaTeX needs to be supplied MathML in a separate file.

The format of the file may be seen in the example below. which has a
Expand All @@ -290,7 +290,7 @@ The math should be filled with a suitable MathML representation and
the dummy file should then be renamed to `<file>-mathml.html`.

Even if using pdfLaTeX for the final document, you may prefer to use
LuaLaTeX for an intital run as LuaLaTeX will write out a version of
LuaLaTeX for an intitial run as LuaLaTeX will write out a version of
the file with MathML already generated. If needed this MathML may
still be edited and the file renamed to `<file>-mathml.html` .

Expand Down
4 changes: 2 additions & 2 deletions project-examples/tagpdf/tagpdf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ \subsubsection{Tips}
command that saves the text internally in a box): If the box is used
directly, there is probably no problem. If the use is later, stash
the marked content and add the needed \verb+\tagmcuse+ directly
before oder after the box when you use it.
before or after the box when you use it.

\item Don't use a saved box with markers twice.

Expand Down Expand Up @@ -2910,7 +2910,7 @@ \subsection{Changes in version 0.93}
\texttt{root-AF}) has been added. This allow e.g. to add a css-file
which is be used if the \PDF\ is converted to html.

\item First steps have been done to adapt the package to planed changes
\item First steps have been done to adapt the package to planned changes
in \LaTeX{}: The command \cs{DocumentMetadata} will be added to the
format and will take over the role of \cs{DeclareDocumentMetadata}
from \pkg{pdfmanagement-testphase} and additionally will also load
Expand Down
2 changes: 1 addition & 1 deletion project-examples/tagpdf/tagpdfsetup-keys.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% Overview over tagpdfsetup keys
%% The keys are split in a number of key pathes.
%% The keys are split in a number of key paths.
\tagpdfsetup{table/header-rows=1}
\begin{tabular}{lllll}
\toprule
Expand Down

0 comments on commit ae471c1

Please sign in to comment.