Skip to content

Releases: Techneatium/F14_CheatSheet

v1.3.0

15 Jan 00:16
Compare
Choose a tag to compare

Changelog - 2023.01.14 v1.3.0

  • NOTE No new content this release. Just behind the scenes code cleanup

  • Updates imported from [REDACTED]-CheatSheet

  • Complete Rewrite OF TechCheck Class Architecture: many commands/environments were moved into two new .sty files (packages)

    • NEW techhatchtabs.sty

      • Hatching command \hatch along with the internal \single command
      • Thumbtab related commands \thumbtab, \thumbback, \thumbwide, \thumbnar
      • Titlepage tab related commands \thumbfront, NEW \fronttitleprep
      • Thumbtab related tikz commponents were moved into package internal commands for easier customization
      • NEW Many boolean options available to customize rounding, indentation, thumbtabs etc.
    • NEW technumitem.sty

      • tablenumitem environments
      • checklistenumitem environments
      • NEW tcolorenumitem environments
    • Updated content to better follow TeX class/package writing best practices, i.e using @ symbol and capitalization for class / package internal commands and variables

  • TechCheck.cls

    • Updated to use new packages
    • Updated to better follow class best practices
  • TITLEPAGE

    • Changed to use new package commands

v1.2.3

09 Jul 13:20
50ac617
Compare
Choose a tag to compare

Changelog - 2022.07.09 v1.2.3

  • TechCheck.cls

    • Changed base class from report to book
      • This gives access to \frontmatter, \mainmatter, \backmatter which change chapter numbering styles and pagenumbering styles
      • \backmatter does not play nice with chappg package, currently don't recommend using
      • Should make \cleardoublepage unnecessary on chapter end, chapters automatically begin on odd pages and fill until that point.
    • Reworked header and footer
      • Header now contains chapter name on the left, section name on the right
      • Footer now contains pagenumber on the outside, \aircraftshort in the center, and versionnumber on the inside
  • APPENDIX

    • Changed to begin with \appendix to actually be styled as appendix
      • Should split into various chapters to make use of appendix formatting/features

The Actually Useful Update

17 Jun 13:48
Compare
Choose a tag to compare

Major overhaul of the cheatsheet to make it more useful

  • Most systems were completely rewritten to follow a Desired Effect -> Necessary Switchology mantra. This is especially noticeable in the navigation section, which was admittedly a mess previously
  • Many new subsections were also added: CASE III landings, ACLS systems, etc.
  • Lots of NOTEs and WARNINGs were added to clarify abnormal behavior

Navigation sucks (less)

04 Mar 14:50
Compare
Choose a tag to compare

Finished current rework of the Navigation section

Class is Out

11 Feb 13:15
Compare
Choose a tag to compare

Moved all formating to Class file. Published to GitHub