Skip to content

Releases: pablgonz/scontents

Release v2.1 2024-06-14

15 Jun 00:10
Compare
Choose a tag to compare

Changes in v2.1 2024-06-14:

  • Fix \cleansc command.
  • Add \mergesc command.
  • Fix internal definition for seq_var.
  • Fix internal code for \typestored.
  • Replace \cs_argument_spec:N by \cs_parameter_spec:N.
  • Adapt detection of l3keys2e package (obsolete in june 2022 LaTeX release).

Release v2.0 2022-04-04

04 Apr 01:03
Compare
Choose a tag to compare

Changes in v2.0 2022-04-04:

  • Adapting the verbatimsc environment for compatibility with the verbatim package.
  • Removed compatibility layer for older LaTeX releases.
  • Fix loader in plain TeX and ConTeXt.

Release v1.9 2020-01-21

21 Jan 20:45
Compare
Choose a tag to compare
  • Update and improvements in the internal code.
  • Updating the generic code for I/O verification.
  • Add write-cmd and write-out keys for \Scontents*.
  • Fix sep key in \foreachsc.

Release v1.8 2019-11-18

17 Nov 18:01
Compare
Choose a tag to compare
  • Add \newenvsc command.
  • Fix nested environment in plain TeX and ConTeXt.
  • Modified default value in \getstored.
  • Add overwrite key to reduce I/O operations.
  • Deleted an unnecessary group in the code.

Release v1.7 2019-10-29

28 Oct 19:45
Compare
Choose a tag to compare
  • The verbatimsc environment was rewritten.
  • Minor adjustments in documentation.

Release v1.6 2019-10-26

26 Oct 18:05
Compare
Choose a tag to compare
  • The internal behavior of \getstored has been modified.
  • The internal behavior of \foreachsc has been modified.
  • Corrected file extension for ConTeXt.
  • Remove spurious warning.

Release v1.5 2019-10-24

23 Oct 15:25
Compare
Choose a tag to compare
  • Add support for plain TeX and ConTeXt.
  • Split internal code for optimization.
  • Add support for vertical spaces in key=val.
  • Add \foreachsc command.
  • Check if verbatim package is loaded.

Release v1.4 2019-10-03

02 Oct 00:14
Compare
Choose a tag to compare
  • Add store-all key.
  • Messages and keys were separated.
  • Restructuring of documentation.
  • Now the version of expl3 is checked instead of xparse.
  • The internal behavior of force-eol has been modified.

Release v1.3 2019-09-24

22 Sep 16:59
Compare
Choose a tag to compare
  • The environment scontents can now nest.
  • Added force-eol, verb-font and width-tab keys.
  • The extra space has been removed when you run \getstored.
  • Internal code has been rewritten more efficiently.
  • Remove \typestored*.
  • Remove filecontentsdef dependency.
  • Changing \regex_replace_all: for \tl_replace_all:.

Release v1.2 2019-08-28

28 Aug 03:59
Compare
Choose a tag to compare
  • Restructuring of documentation.
  • Added copy of \tex_scantokens:D .