Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
af727e8
A lua filter enabling multiple columns in Latex, PDF, and HTML documents
chrisaga Oct 23, 2021
5296ecd
Forgot to update expected.* files before previous commit
chrisaga Oct 24, 2021
9d650d4
Don't use a standalone (pandoc -s) document for expected.tex since
chrisaga Oct 24, 2021
2cc9018
Allow 'signifiant' class names to be in random position in the list
chrisaga Oct 24, 2021
c887e85
add color (html and latex) and background-color (html) processing plus
chrisaga Nov 11, 2021
f4e7a64
background-color processing for latex output
chrisaga Nov 11, 2021
9918551
update test files to match changes in the filter
chrisaga Nov 12, 2021
f9167f8
Merge branch 'pandoc:master' into master
chrisaga Nov 24, 2021
cfc9479
Add color in sample.md and expected.* files
chrisaga Jan 16, 2022
f3ede85
Remove beamer support and arbitrary latex environment
chrisaga Jan 16, 2022
cf96742
Merge branch 'master' of github.com:chrisaga/lua-filters
chrisaga Jan 16, 2022
3371914
Update column-div/column-div.lua (tipo in comment)
chrisaga Jan 17, 2022
47ea5cd
Merge branch 'pandoc:master' into master
chrisaga Jan 22, 2022
1abec29
Create files
chrisaga Jan 22, 2022
e6976fc
First working filter with test file for the 4 kinds of tables supported
chrisaga Jan 22, 2022
816295e
Fix the gap between horizontal and vertical rules
chrisaga Jan 22, 2022
8a2fbca
Code cleaning
chrisaga Jan 22, 2022
fb6c1e9
Manage both horizontal and vertical rules without hacking longtable
chrisaga Jan 29, 2022
1aeeb12
Correct comment about fixing latex preamble
chrisaga Jan 30, 2022
61bcc01
Merge branch 'pandoc:master' into tables-vrules
chrisaga May 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update test files to match changes in the filter
  • Loading branch information
chrisaga committed Nov 12, 2021
commit 99185511732e231e85a43ef3d9b77e1686d53a41
4 changes: 2 additions & 2 deletions column-div/expected.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 id="column-div-test">column-div test</h1>
<p>content…</p>
</div>
<h2 id="three-columns">Three columns</h2>
<div class="anotherclassname multicols" style="column-count: 3">
<div class="anotherclassname multicols" style="column-count: 3;">
<p>content…</p>
<p>content…</p>
<p>content…</p>
Expand All @@ -39,7 +39,7 @@ <h2 id="two-uneven-columns">Two uneven columns</h2>
</div>
</div>
<h2 id="columns-in-columns">Columns in columns</h2>
<div class="multicols" style="column-count: 3">
<div class="multicols" style="column-count: 3;">
<div class="columns">
<div class="column" data-valign="b" style="width:20%;">
<p>contents…</p>
Expand Down
32 changes: 28 additions & 4 deletions column-div/expected.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,49 +22,73 @@ \subsection{Three columns}\label{three-columns}}
\hypertarget{two-uneven-columns}{%
\subsection{Two uneven columns}\label{two-uneven-columns}}

\mbox{

\begin{minipage}[b]{0.4\columnwidth}

contents\ldots{}

\end{minipage}\begin{minipage}[b]{0.6\columnwidth}
\end{minipage}

\begin{minipage}[b]{0.6\columnwidth}

contents\ldots{}

\end{minipage}

}

\hypertarget{columns-in-columns}{%
\subsection{Columns in columns}\label{columns-in-columns}}

\begin{multicols}{3}

\mbox{

\begin{minipage}[b]{0.2\columnwidth}

contents\ldots{}

\end{minipage}\begin{minipage}[b]{0.8\columnwidth}
\end{minipage}

\begin{minipage}[b]{0.8\columnwidth}

contents\ldots{}

\end{minipage}

}

\mbox{

\begin{minipage}[b]{0.2\columnwidth}

contents\ldots{}

\end{minipage}\begin{minipage}[b]{0.8\columnwidth}
\end{minipage}

\begin{minipage}[b]{0.8\columnwidth}

contents\ldots{}

\end{minipage}

}

\mbox{

\begin{minipage}[b]{0.2\columnwidth}

contents\ldots{}

\end{minipage}\begin{minipage}[b]{0.8\columnwidth}
\end{minipage}

\begin{minipage}[b]{0.8\columnwidth}

contents\ldots{}

\end{minipage}

}

\end{multicols}