Skip to content

Commit 489a15b

Browse files
committed
docs(manual): Add comparisons other modern LaTeX replacement competitors
1 parent e8e851c commit 489a15b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

documentation/c01-whatis.sil

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,18 @@ That being said the initial focus and energy of each project is still very visib
164164

165165
\end{itemize}
166166

167+
Another alternative worth mentioning is Speedata Publisher.
168+
Speedata is a bit of a Unicorn: using much of LuaLaTeX under the hood while being neither a LaTeX engine nor a wrapper.
169+
Its main use case is taking XML data and laying it out programmatically; and the emphasis is on data handling.
170+
If you are trying to typeset a product catalog from a database or data-rich newsletters using fancy templates it might be worth a look.
171+
172+
Most other alternatives are based in one way or another on browser technology.
173+
WeasyPrint and some others\footnote{PDFreactor, Prince, Antenna House, Typeset.sh, Vivliostyle, BFO Publisher, etc.} take HTML and CSS input and converts them to printable output using web-technology libraries.
174+
Paged.js and several others\footnote{pdfChip, quarkdown, etc.} do the same by actually shipping the content off to a full browser and asking for print versions back.
175+
Like paged.js, Quarkdown offloads the actual typesetting to a browser, but uses a home-grown superset of Markdown as its input format instead of HTML plus CSS directly.
176+
177+
See \href{https://polytype.dev} for samples comparing and contrasting many typesetting engines.
178+
167179
\section{SILE versus InDesign and competitors}
168180

169181
The other category of tool that people reach for when designing printed material on a computer desktop publishing software (DTP).

0 commit comments

Comments
 (0)