Skip to content

Commit 6cd740d

Browse files
committed
chore(docs): minor text improvements
Signed-off-by: Jonas Dujava <[email protected]>
1 parent 28aeaed commit 6cd740d

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

chapters/Appendix.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ \chapter{Example of Appendix Chapter} \label{appendix:example}
33
\begin{example}[Figure Caption Tweaking]
44
Now we will show off some figures with tweaked position/extent of the captions.
55
\Cref{fig:parallel-plate-capacitor} has a side-caption, while \Cref{fig:tighter_caption} has a caption that spans just the width of the figure.
6-
This utilizes the \package{floatrow} package and is inspired by ITT \LaTeX{} template \autocite{ITTtemplate}.
6+
This utilizes the \package{floatrow} package and is inspired by the ITT \LaTeX{} template \autocite{ITTtemplate}.
77
\end{example}
88

99
\begin{figure}[!ht]

chapters/Features.tex

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ \subsection{Page Numbering}%
159159
\label{sub:Page Numbering}
160160
\fileTeXtured{preamble/layout/numbering.tex}
161161

162-
Placing custom \custommacro{\frontmatter}, \custommacro{\mainmatter}, and \custommacro{\backmatter} macros at appropriate places in \path{thesis.tex}, \emph{roman numbering} is set up for \emph{front matter}, that is until the start of first numbered chapter, and then \emph{arabic numbering} for the rest of the document.
162+
Placing custom \custommacro{\frontmatter}, \custommacro{\mainmatter}, and \custommacro{\backmatter} macros at appropriate places in \path{thesis.tex}, \emph{Roman numbering} is set up for \emph{front matter}, that is until the start of first numbered chapter, and then \emph{Arabic numbering} for the rest of the document.
163163

164164

165165
\subsection{Heading Style}%
@@ -256,7 +256,7 @@ \subsection{Structure Environments}%
256256
% \fileTeXtured{preamble/environments/remark-like.tex}
257257
% \fileTeXtured{preamble/environments/todo-like.tex}
258258

259-
Inspired by the structured mathematical texts, enclosing various parts of the document in corresponding environments can help making the document more structured and easier to read.
259+
Inspired by the structured mathematical texts, enclosing various parts of the document in the corresponding environments can help to make the document more structured and easier to read.
260260
Implemented mostly via \package{tcolorbox} package (and \package{thmtools}).
261261

262262
\begin{remark}[Default Environments]
@@ -319,7 +319,7 @@ \subsection{Table of Contents and Outline/Index}%
319319
\label{sub:Table of Contents and Index}
320320
\fileTeXtured{preamble/layout/toc.tex}
321321

322-
Clear and elegant Table of Contents, which includes all of the important parts --- also (unnumbered) subsections, but in a more compact style.
322+
Clear and elegant Table of Contents, which includes all the important parts --- also \grayenclose{unnumbered} subsections, but in a more compact style.
323323

324324
Similarly, automatically populate the PDF Outline/Index (digital Table of Contents in PDF viewer).
325325
It is very handy for navigating longer documents, and includes also other important pages other than just initial pages of main chapters: Title Page, Contents, Introduction, References, and so on.
@@ -499,9 +499,7 @@ \subsection{Footnotes}%
499499

500500
\begin{itemize}
501501
\item they break the flow of reading, can be distracting
502-
\item either it is important and you want it there --- no need to use footnotes,
503-
or it is not so important (maybe just a reminder/remark), but then there
504-
are in my opinion better ways to handle such situation
502+
\item either it is important and you want it there --- no need to use footnotes --- or it is not so important (maybe just a reminder/remark), but then there are in my opinion better ways to handle such situation
505503
\begin{itemize}
506504
\item grayed out/smaller text, sidenotes are better alternative, if the page layout enables them
507505
\item it is not bad to remind reader of something in the main text\ldots

chapters/Usage.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\chapter{Usage of \TeXtured{}} \label{ch:Usage}
22

33
To quickly familiarize yourself with the \TeXtured{} template, we will go through the basic structure of the template files and explain how to use them.
4-
First, have a look at \Cref{fig:file-structure} for a visual representation of the file structure.
4+
First, take a look at \Cref{fig:file-structure} for a visual representation of the file structure.
55
\begin{figure}[!ht]
66
\fcapside[\FBwidth]{%
77
\captionsetup{parskip = .5\baselineskip plus 1pt}%

0 commit comments

Comments
 (0)