diff options
| author | John MacFarlane <[email protected]> | 2025-06-20 10:15:36 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-26 12:41:40 +0200 |
| commit | a61d3e6727d7a23eeeb0a506b1df0b6a1a4684ac (patch) | |
| tree | b5b7491a69471d71bc199780b96fdde4c60ba290 /test | |
| parent | 10404ca6d5c1fe95a9cc1e467becc01de56e3e38 (diff) | |
LaTeX writer: don't invariably insert blanks between blocks.issue7111
Plain or RawBlock elements should not automatically be followed
by blank lines.
See #7111
Diffstat (limited to 'test')
| -rw-r--r-- | test/writer.latex | 10 | ||||
| -rw-r--r-- | test/writers-lang-and-dir.latex | 4 |
2 files changed, 0 insertions, 14 deletions
diff --git a/test/writer.latex b/test/writer.latex index 4a268e32e..fa3072010 100644 --- a/test/writer.latex +++ b/test/writer.latex @@ -339,12 +339,10 @@ Multiple paragraphs: \tightlist \item Tab - \begin{itemize} \tightlist \item Tab - \begin{itemize} \tightlist \item @@ -362,7 +360,6 @@ Here's another: First \item Second: - \begin{itemize} \tightlist \item @@ -434,7 +431,6 @@ Same thing but with paragraphs: sublist with roman numerals, starting with 4 \item more items - \begin{enumerate} \def\labelenumiii{(\Alph{enumiii})} \tightlist @@ -453,20 +449,17 @@ Nesting: \tightlist \item Upper Alpha - \begin{enumerate} \def\labelenumii{\Roman{enumii}.} \tightlist \item Upper Roman. - \begin{enumerate} \def\labelenumiii{(\arabic{enumiii})} \setcounter{enumiii}{5} \tightlist \item Decimal start with 6 - \begin{enumerate} \def\labelenumiv{\alph{enumiv})} \setcounter{enumiv}{2} @@ -486,7 +479,6 @@ Autonumbering: Autonumber. \item More. - \begin{enumerate} \tightlist \item @@ -620,7 +612,6 @@ bar Interpreted markdown in a table: This is \emph{emphasized} - And this is \textbf{strong} Here's a simple block: @@ -765,7 +756,6 @@ Animal & Number \\ \hline Dog & 2 \\ Cat & 1 \\ \hline \end{tabular} - \begin{center}\rule{0.5\linewidth}{0.5pt}\end{center} \section{Special Characters}\label{special-characters} diff --git a/test/writers-lang-and-dir.latex b/test/writers-lang-and-dir.latex index 842ca98a6..e2f6b4ce3 100644 --- a/test/writers-lang-and-dir.latex +++ b/test/writers-lang-and-dir.latex @@ -82,7 +82,6 @@ \section{Empty Divs and Spans}\label{empty-divs-and-spans} Some text and - div contents and more text. @@ -92,7 +91,6 @@ Next paragraph with a {span} and a word-thatincludesa{span}right? \section{Directionality}\label{directionality} Some text and - \begin{RTL} rtl div contents \end{RTL} @@ -109,7 +107,6 @@ word-that-includesa\LR{ltrspan}right? \section{Languages}\label{languages} Some text and - \begin{otherlanguage}{ngerman} German div contents @@ -127,7 +124,6 @@ Some \foreignlanguage{spanish}{Spanish text}. \section{Combined}\label{combined} Some text and - \begin{RTL} \begin{otherlanguage}{french} |
