diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-14 22:01:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-14 22:01:47 +0000 |
commit | a54d196b0fc4715e3d2dbcfe62cfccea6aae57fe (patch) | |
tree | 40ebe5b6f9da50b68cd6ae2546a9e32124cb46ed /Master/texmf-dist/doc/support/latexindent/latexindent.tex | |
parent | 2feb602ca10b928ee4cba97b3ae95a8ef6b853d4 (diff) |
latexindent (15aug18)
git-svn-id: svn://tug.org/texlive/trunk@48402 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/latexindent.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/latexindent/latexindent.tex | 100 |
1 files changed, 9 insertions, 91 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/latexindent.tex b/Master/texmf-dist/doc/support/latexindent/latexindent.tex index eb089d0418f..71ebc1d3ce4 100644 --- a/Master/texmf-dist/doc/support/latexindent/latexindent.tex +++ b/Master/texmf-dist/doc/support/latexindent/latexindent.tex @@ -406,55 +406,55 @@ \lstdefinestyle{textWrapOptions}{ style=yaml-LST, - firstnumber=397,linerange={397-398}, + firstnumber=421,linerange={421-422}, numbers=left, } \lstdefinestyle{textWrapOptionsAll}{ style=yaml-LST, - firstnumber=397,linerange={397-399}, + firstnumber=421,linerange={421-437}, numbers=left, } \lstdefinestyle{removeParagraphLineBreaks}{ style=yaml-LST, - firstnumber=422,linerange={422-434}, + firstnumber=438,linerange={438-452}, numbers=left, } \lstdefinestyle{paragraphsStopAt}{ style=yaml-LST, - firstnumber=435,linerange={435-443}, + firstnumber=453,linerange={453-462}, numbers=left, } \lstdefinestyle{oneSentencePerLine}{ style=yaml-LST, - firstnumber=400,linerange={400-421}, + firstnumber=397,linerange={397-420}, numbers=left, } \lstdefinestyle{sentencesFollow}{ style=yaml-LST, - firstnumber=403,linerange={403-411}, + firstnumber=402,linerange={402-410}, numbers=left, } \lstdefinestyle{sentencesBeginWith}{ style=yaml-LST, - firstnumber=412,linerange={412-415}, + firstnumber=411,linerange={411-414}, numbers=left, } \lstdefinestyle{sentencesEndWith}{ style=yaml-LST, - firstnumber=416,linerange={416-421}, + firstnumber=415,linerange={415-420}, numbers=left, } \lstdefinestyle{modifylinebreaksEnv}{ style=yaml-LST, - firstnumber=444,linerange={444-453}, + firstnumber=463,linerange={463-472}, numbers=left, } @@ -700,85 +700,3 @@ \input{references} \input{appendices} \end{document} - -version history: - -1.0: first release -https://www.ctan.org/ctan-ann/id/mailman.278.1369470527.5851.ctan-ann@dante.de - -1.1R -Changed Bin to RealBin so that I hope the script can get bundled into TeXLive 2013. Some other updates, too, detailed in the documentation. -https://www.ctan.org/ctan-ann/id/mailman.3048.1384345731.2385.ctan-ann@dante.de - -1.11R -This release updates the script to use $FindBin::RealBin which should help in the TeXLive implementation. - -Version 2.0R -Version 2.0R of latexindent.pl adds a number of new features, including: - indentation after \item commands - alignment of delimitered environments in commands, such as \matrix - indentation of \if...\else...\fi statements - maximum number of backups can cycle through backups - better support for .cls and .sty files - and a few other bug fixes -https://www.ctan.org/ctan-ann/id/mailman.3090.1417864461.4370.ctan-ann@dante.de - -Version 2.1R -indentconfig.yaml can now be a 'hidden' file, .indentconfig.yaml The Windows executable file, latexindent.exe, should now work much better with Windows TeXLive. -https://www.ctan.org/ctan-ann/id/mailman.343.1429509943.4405.ctan-ann@dante.de - -Version 2.2 -v2.2 addresses a regexp issue, and adds a few enhancements; full details are here: https://github.com/cmhughes/latexindent.pl/pull/49 -https://www.ctan.org/ctan-ann/id/mailman.198.1477655196.4574.ctan-ann@ctan.org - -Version 3.0 -latexindent.pl version 3.0: this represents a complete re-build of the script; full details are given here: -https://github.com/cmhughes/latexindent.pl/pull/56 - -V3.0.1 -provides support for the alignment at ampersands routine for code that contains unicode characters; see -https://github.com/cmhughes/latexindent.pl/pull/61 - -V3.0.2 -A minor release to fix a small bug related to indentPreamble; details given here: -https://github.com/cmhughes/latexindent.pl/pull/62 - -Version 3.1 of latexindent.pl, -including options for text wrapping and paragraph line break removal. Full details here: -https://github.com/cmhughes/latexindent.pl/pull/64 - -Version 3.2 -implements a new feature called 'multiColumnGrouping' which gives a new option for the alignment-at-ampersands routine. -More details are given at -https://github.com/cmhughes/latexindent.pl/pull/67 - -Version 3.2.1 -Upgrades to the -o and -l switches -https://github.com/cmhughes/latexindent.pl/pull/71 - -Version 3.2.2 -Users can specify removeTrailingWhitespace as a scalar, for example, removeTrailingWhitespace: 0 -https://github.com/cmhughes/latexindent.pl/pull/72 - -Version 3.3 -- maximum indentation: https://github.com/cmhughes/latexindent.pl/issues/50 -- blank line poly-switch: https://github.com/cmhughes/latexindent.pl/issues/57 -- ifnextchar issue: https://github.com/cmhughes/latexindent.pl/issues/73 -- the -y/yaml switch: https://github.com/cmhughes/latexindent.pl/issues/79 -- absolute paths for the -l switch: https://github.com/cmhughes/latexindent.pl/issues/82 -bug fixes: -- an ifelsefi bug: https://github.com/cmhughes/latexindent.pl/issues/76 -- empty environment bug: https://github.com/cmhughes/latexindent.pl/issues/78 -- a command/special bug: https://github.com/cmhughes/latexindent.pl/issues/80 -https://github.com/cmhughes/latexindent.pl/releases/tag/V3.3 - -Version 3.4 -- enhancements to alignment at ampersand routine: https://github.com/cmhughes/latexindent.pl/issues/74 -- log4Perl module: https://github.com/cmhughes/latexindent.pl/issues/75 -- one sentence per line: https://github.com/cmhughes/latexindent.pl/issues/81 -- STDIN allowed: https://github.com/cmhughes/latexindent.pl/issues/88 -- textwrap bug fix: https://github.com/cmhughes/latexindent.pl/issues/90 -- polyswitch bug fix: https://github.com/cmhughes/latexindent.pl/issues/94 - -Version 3.4.1 -- the reading of defaultSettings.yaml needed addressing -- https://github.com/cmhughes/latexindent.pl/releases/tag/V3.4.1 - -Version 3.4.2 -- enhancements to specialBeginEnd: https://github.com/cmhughes/latexindent.pl/issues/100 -- enhancements to commandCodeBlocks: https://github.com/cmhughes/latexindent.pl/issues/105 -- better support for forrest syntax: https://github.com/cmhughes/latexindent.pl/issues/107 |