You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/c01-whatis.sil
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SILE is a typesetting system.
9
9
Its job is to produce beautiful printed documents from raw content.
10
10
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.
11
11
12
-
\section{SILE versus Word}
12
+
\section{SILE versus MS Word and friends}
13
13
14
14
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.
15
15
SILE is not a word processor;
@@ -44,9 +44,10 @@ When preparing content for SILE, you keep typing, because the page breaks are de
44
44
45
45
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.
46
46
47
-
\section{SILE versus TeX}
47
+
\section{SILE versus TeX and company}
48
48
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!”}
50
51
51
52
And it’s true.
52
53
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
70
71
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.
71
72
This a fairly difficult task to accomplish in TeX.
72
73
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.}
77
82
In that sense, TeX will remain ahead of SILE for some time to come.
78
83
But in terms of \em{core capabilities}, SILE aims at being at least equivalent to TeX.
79
84
80
-
\section{SILE versus InDesign}
85
+
\section{SILE versus InDesign and competitors}
81
86
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.
0 commit comments