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
Each of these principles is somehow reflected in the design choices and features included (or omitted) in \TeXtured{}, see \Cref{ch:Features} for more details.
33
34
34
35
\begin{remark}[Disclaimer]
35
-
The following is at places highly opinionated, and not applicable to all
36
-
scenarios and use-cases.
36
+
The following is at places highly opinionated, and not applicable to all scenarios and use-cases.
37
37
I tried to describe my reasons for specific design choices, with which you can certainly disagree.
38
38
I hope that at least it can provoke more people \emph{(especially you!)} to contemplate about document creation, ideally resulting in production of documents with overall better quality.
Following quote from \package{microtype} documentation nicely explains what it is about:
236
236
\begin{displayquote}
237
-
Micro-typography is the art of enhancing the appearance and readability of a
238
-
document while exhibiting a minimum degree of visual obtrusion.
237
+
Micro-typography is the art of enhancing the appearance and readability of a document while exhibiting a minimum degree of visual obtrusion.
239
238
It is concerned with what happens between or at the margins of characters, words or lines.
240
239
Whereas the macro-typographical aspects of a document (i.e., its layout) are clearly visible even to the untrained eye, micro-typographical refinements should ideally not even be recognizable.
241
240
That is, you may think that a document looks beautiful, but you might not be able to tell exactly why: good micro-typographic practice tries to reduce all potential irritations that might disturb a reader.
Implemented mostly \package{tcolorbox} package and \package{keytheorems} (modern key--value interface for \package{amsthm}).
261
260
262
261
\begin{remark}[Default Environments]
263
-
There are predefined boxed \enquote{theorem-like} environments for \textsf{Definition}, \textsf{Theorem}, \textsf{Lemma}, \textsf{Corollary}, \textsf{Proposition},
264
-
and non-boxed \enquote{remark-like} environments for \textsf{Remark}, \textsf{Proof}, \textsf{Example}, \textsf{Derivation}, \textsf{Calculation}, \textsf{Idea}, and \textsf{Tip} (these have at least a mark indicating the end of the environment).
262
+
There are predefined boxed \enquote{theorem-like} environments for \textsf{Definition}, \textsf{Theorem}, \textsf{Lemma}, \textsf{Corollary}, \textsf{Proposition}, and non-boxed \enquote{remark-like} environments for \textsf{Remark}, \textsf{Proof}, \textsf{Example}, \textsf{Derivation}, \textsf{Calculation}, \textsf{Idea}, and \textsf{Tip} (these have at least a mark indicating the end of the environment).
265
263
266
264
Names of the corresponding environments are lowercase, for example \texttt{definition}, \texttt{remark}, and so on.
267
265
They also accept an optional argument for a short description.
0 commit comments