summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-13 20:50:20 +0000
committerKarl Berry <karl@freefriends.org>2022-03-13 20:50:20 +0000
commita0fa10fa8cbb6079d678193d1a6df01bbc9c957b (patch)
tree81eeebd7f12fb5c006f5e93da8ea64d02b3f4d89 /Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex
parenta370b71536d38cec18c7baf3908c2bbaa83e1a0d (diff)
latexindent (13mar22)
git-svn-id: svn://tug.org/texlive/trunk@62690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex')
-rw-r--r--Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex26
1 files changed, 0 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex b/Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex
deleted file mode 100644
index 99b9975a2a0..00000000000
--- a/Master/texmf-dist/doc/support/latexindent/subsec-text-wrap-summary.tex
+++ /dev/null
@@ -1,26 +0,0 @@
-% arara: pdflatex: { files: [latexindent]}
-\subsection{Summary of text wrapping}
- I consider%
- \announce{2021-07-31}{text wrap quick start}
- the most useful starting point for text wrapping to be given in
- \cref{subsec:textwrapping-quick-start} and \cref{subsubsec:text-wrap-remove-para-bfccb}.
-
- Starting from \cref{lst:textwrap-qs-yaml}, it is likely that you will have to experiment
- with making adjustments (such as that given in \cref{lst:textwrap14-yaml}) depending on
- your preference.
-
- It is important to note the following:
- \index{verbatim!within summary of text wrapping}
- \begin{itemize}
- \item verbatim code blocks of all types will \emph{not} be affected by the text wrapping
- routine. See the demonstration in \vref{lst:textwrap2-mod1}, together with environments:
- \vref{lst:verbatimEnvironments}, commands: \vref{lst:verbatimCommands},
- \texttt{noIndentBlock}: \cref{lst:noIndentBlock}, \texttt{specialBeginEnd}:
- \vref{lst:special3-mod1};
- \item comments will \emph{not} be affected by the text wrapping routine (see
- \vref{lst:textwrap3-mod1});
- \item it is possible to wrap text on a per-code-block and a per-name basis;
- \announce{2018-08-13}*{updates to textWrapOptions}
- \item indentation is performed \emph{after} the text wrapping routine; as such, indented code
- will likely exceed any maximum value set in the \texttt{columns} field.
- \end{itemize}