Skip to content

Commit

Permalink
Sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Apr 20, 2023
1 parent dad6030 commit fc1191e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
1 change: 0 additions & 1 deletion regress/bang-before-footnote.latex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
This is a test!\footnote[1]{
footnote text.
}

8 changes: 2 additions & 6 deletions regress/footnote-in-table.latex
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ first\footnote[1]{
one
}


\begin{longtable}[]{ll}
a & c \\
9 & foo\footnote[2]{
two
}
\footnote[3]{
}\footnote[3]{
three

hello
Expand All @@ -18,11 +16,9 @@ hello
\itemsep -0.2em
\item world
\end{itemize}
}
\\
} \\
\end{longtable}

Now\footnote[4]{
four
}

3 changes: 1 addition & 2 deletions regress/simple.latex
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Here's a link to \href{http://foo.bar}{a website}, to a \href{local-doc.html}{lo
doc}, and to a \hyperlink{an-h2-header}{section heading in the current
doc}. Here's a footnote \footnote[1]{
Footnote text goes here.
}
.
}.

Tables can look like this:

Expand Down
4 changes: 2 additions & 2 deletions regress/simple.man
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ written like so.
They can span multiple paragraphs,
if you like.
.RE
.LP
.PP
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., \(lqit\(cqs all
in chapters 12\(en14\(rq). Three dots \[u2026] will be converted to an ellipsis.
Unicode is supported. ☺
Expand Down Expand Up @@ -162,7 +162,7 @@ T}|T{
transparent
T}
.TE
.LP
.PP
Table: Shoes, their sizes, and what they\(cqre made of
.PP
(The above is the caption for the table.)
Expand Down
4 changes: 2 additions & 2 deletions regress/simple.ms
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ written like so.
They can span multiple paragraphs,
if you like.
.RE
.LP
.PP
Use 3 dashes for an em-dash. Use 2 dashes for ranges (ex., \(lqit\(cqs all
in chapters 12\(en14\(rq). Three dots \[u2026] will be converted to an ellipsis.
Unicode is supported. ☺
Expand Down Expand Up @@ -185,7 +185,7 @@ T}|T{
transparent
T}
.TE
.LP
.PP
Table: Shoes, their sizes, and what they\(cqre made of
.PP
(The above is the caption for the table.)
Expand Down

0 comments on commit fc1191e

Please sign in to comment.