Skip to content

Commit 2cc4aa5

Browse files
committed
docs(manual): Expand notes about DTP a bit
1 parent 4897de6 commit 2cc4aa5

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

documentation/c01-whatis.sil

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SILE is a typesetting system.
99
Its job is to produce beautiful printed documents from raw content.
1010
The best way to understand what SILE is and what it does is to compare it to other systems which you may have heard of.
1111

12-
\section{SILE versus Word}
12+
\section{SILE versus MS Word and friends}
1313

1414
When most people produce printed documents using a computer, they usually use desktop oriented word processing software such as Microsoft Word, Apple Pages, or LibreOffice Writer.
1515
SILE is not a word processor;
@@ -44,9 +44,10 @@ When preparing content for SILE, you keep typing, because the page breaks are de
4444

4545
In other words, SILE is a \em{language} for describing what you want to happen, and an interpreter that will make certain formatting decisions about the best way for those instructions to be turned into print.
4646

47-
\section{SILE versus TeX}
47+
\section{SILE versus TeX and company}
4848

49-
“Ah,” some people will say, “that sounds very much like TeX!”\footnote{Except that, being TeX users, they will say “Ah, that sounds very much like T\glue[width=-.1667em]\lower[height=0.5ex]{E}\glue[width=-.125em]X!”}
49+
“Ah,” some people will say, “that sounds very much like TeX!”%
50+
\footnote{Except that, being TeX users, they will say “Ah, that sounds very much like T\glue[width=-.1667em]\lower[height=0.5ex]{E}\glue[width=-.125em]X!”}
5051

5152
And it’s true.
5253
SILE owes an awful lot of its heritage to TeX.
@@ -70,16 +71,24 @@ This a must-have feature for anyone typesetting bibles and other documents to be
7071
Typesetting on a grid means that each line of text will line up between the front and back of each piece of paper producing much less visual bleed-through when printed on thin paper.
7172
This a fairly difficult task to accomplish in TeX.
7273
There are various solutions trying to address it, but they are complex and have limitations.
73-
In SILE, you can alter the behaviour of the typesetter and include a reasonably short add-on package to enable grid typesetting.
74-
75-
In fact, almost nobody uses plain TeX—they all use LaTeX equivalents plus a huge repository of packages available from the The Comprehensive TeX Archive Network (CTAN) archive.
76-
SILE does not benefit from the large ecosystem and community that has grown up around TeX.\footnote{Nevertheless, SILE does have a small ecosystem of third-party packages—More on the topic later.}
74+
In SILE, the core behaviours of the typesetter itself can easily be altered, even on the fly in a document.
75+
There is a reasonably short add-on package shipped with SILE by default to enable grid typesetting.
76+
77+
In fact, almost nobody uses plain TeX—they all use LaTeX equivalents.%
78+
\footnote{Such as \code{pdflatex}, \code{xelatex}, \code{lualatex}, and \code{context}.}
79+
Additionally they leverage a huge repository of packages available from the The Comprehensive TeX Archive Network (CTAN) archive.
80+
SILE does not benefit from the large ecosystem and community that has grown up around TeX.%
81+
\footnote{Nevertheless, SILE does have a small ecosystem of third-party packages—More on the topic later.}
7782
In that sense, TeX will remain ahead of SILE for some time to come.
7883
But in terms of \em{core capabilities}, SILE aims at being at least equivalent to TeX.
7984

80-
\section{SILE versus InDesign}
85+
\section{SILE versus InDesign and competitors}
8186

82-
The other tool that people reach for when designing printed material on a computer is Adobe InDesign (or similar desktop publishing software, such as Scribus).
87+
The other category of tool that people reach for when designing printed material on a computer desktop publishing software (DTP).
88+
Adobe's InDesign is a prominant package in this space, but many others exist.
89+
Affinity Publisher is a newcommer but popular alternative.
90+
Old timers and newspaper publishers will remember QuarkXPress.
91+
Scribus is a capable Open Source entry in this space.
8392

8493
\float[rightboundary=7pt,bottomboundary=10pt]{\img[src=documentation/fig1.png,width=140]}
8594
DTP software is similar to word processing software in that they are both graphical and largely WYSIWYG, but the paradigm is different.

0 commit comments

Comments
 (0)