Skip to content
Snippets Groups Projects
  1. Jul 17, 2020
  2. Jun 28, 2020
  3. Apr 10, 2020
  4. Jan 21, 2020
    • Karl Fogel's avatar
      Restore section title size hierarchy in contracts · fea7af4e
      Karl Fogel authored
      Before this change, a section would have a small (5pt) title size, but
      then subsections within it would have a larger title size -- I don't
      know exactly what size, because it was some LaTeX default, but it was
      clearly larger than 5pt in any case.
      
      Probably the reason we never noticed this before is that our contracts
      tended not to have subsections.  But then we wrote one that included
      an SOW in the contract, and the SOW's subsections looked all wonky:
      their title lines were larger than those of the containing sections.
      This fixes the problem; I know not whether it introduces new problems.
      fea7af4e
  5. Jan 08, 2020
  6. Dec 24, 2019
    • Karl Fogel's avatar
      Load the 'changepage' package, for adjustwidth · a260e4b6
      Karl Fogel authored
      Hmm, I'm a little leery of putting this here, given the advice in the
      log message of commit 45c93c61.  But we already have two docs
      depending on it, and I didn't want to leave it sitting as a local
      change (I'd meant to commit it and just forgot, and probably that all
      happened before commit 45c93c61 was even made).  So I'm committing
      it now, on the theory that it's a found dependency, but if we want to
      revise our philosophy to be closer to what commit 45c93c61 says, I'm
      open to that discussion, and I realize it might result in the
      reversion of this change too.
      a260e4b6
  7. Nov 21, 2019
    • James Vasile's avatar
      Remove loading of hyperref · 45c93c61
      James Vasile authored
      There are two issues here.  First, LaTeX wisdom (and docs) say to load
      hyperref as close to last as possible, or you're going to break
      things.
      
      Second, loading it here precludes loading it later with different,
      conflicting options.  Generally, ots.sty should load things that are
      essential.  Put the optional things in subsidiary style files or
      individual docs.
      45c93c61
  8. Oct 29, 2019
  9. Jul 25, 2019
  10. Jun 30, 2019
  11. May 06, 2019
  12. May 04, 2019
    • Karl Fogel's avatar
      Bring appendix sectioning up to date · 0071eb8b
      Karl Fogel authored
      Among OTS's docs that used this unnumbered/numbered sectioning system,
      there were two variants (well, really three, but one of the variations
      was just the presence or absence of a comment about appdxsection being
      "related to CAMH template stuff that is too boring to go into here";
      that comment seems likely to be obsolete so I'm not porting it over).
      The newer of the two variants was only used in one doc, but that doc
      was the most recent one, so what it has is probably what we want:
      
      * Add comment about using "\setcounter{section}{0}"
      
      * Include a colon, so it's "Appendix <letter>:"
      0071eb8b
  13. Apr 30, 2019
  14. Apr 24, 2019
  15. Mar 24, 2019
    • Karl Fogel's avatar
      Supply the \fullref command · 455a87ab
      Karl Fogel authored
      We had been repeating this command definition in the preamble of all
      our LaTeX documents; now we don't have to do that anymore.
      455a87ab
  16. Mar 19, 2019
  17. Mar 11, 2019
    • Karl Fogel's avatar
      Use packages 'url' and 'censor' · 6575aa02
      Karl Fogel authored
      This is part of a general effort to shift usepackage statements out of
      individual .ltx documents and into our common .sty infrastructure.
      There are probably other packages that could be shifted too; rather
      than do a sweep to find them, I'm just doing it opportunistically.
      6575aa02
  18. Feb 21, 2019
    • Karl Fogel's avatar
      Revamp the whole system · ef454e3e
      Karl Fogel authored
      Move the LaTeX template files and the get_revision script from OTS's
      private SVN tree to here.  Rewrite README.md.  Clean up the Makefile,
      moving all documentation into README.md removing the "VIEW=true"
      feature as discussed with James.
      ef454e3e
Loading