Skip to content
Snippets Groups Projects
  1. Jun 09, 2023
  2. Sep 19, 2022
  3. Aug 01, 2022
  4. Jul 07, 2022
  5. Jun 27, 2022
  6. Jun 16, 2022
  7. Jun 07, 2022
  8. Nov 09, 2021
  9. Nov 05, 2021
  10. Aug 01, 2021
  11. Jun 03, 2021
    • Karl Fogel's avatar
      Further formatting improvements to invoices · 19a5b7a8
      Karl Fogel authored
      Make "hour" and "hours" align on the right, which visually implies a
      vertical line between the hours column and the charges column.  This
      in turn makes right-aligning the charges column even more attractive
      than it already was, so do that too (though it was probably a good
      idea before and we just hadn't gotten around to doing it until now).
      19a5b7a8
    • Karl Fogel's avatar
      Do singular/plural conditional in \timeentry hours · bcb9ded0
      Karl Fogel authored
      Persuading LaTeX (or rather, TeX) to vary its output based on singular
      vs plural turned out to be a major research project.  But now we've
      finally done it, so we can just sit back and let the profits roll in.
      bcb9ded0
  12. Mar 03, 2021
  13. Nov 30, 2020
    • Karl Fogel's avatar
      Put date at a better height over hrule · 60ff69f5
      Karl Fogel authored
      Adjust where the date sits under the signature, so that the date isn't
      squashed down such that it touches the hrule line underneath it.
      
      Context: I actually made this change on November 3rd, as part of
      building a contract document that day.  However, I forgot to push the
      change then, and later it was in the way when I needed to pull from
      upstream.  Rather than create a merge commit, I just saved the patch
      and re-applied it.  So if you're at OTS and you're wondering about the
      motivation for this change, look for a contract build on 2020-11-03.
      60ff69f5
  14. Nov 19, 2020
  15. Sep 24, 2020
  16. Jul 17, 2020
  17. Jun 28, 2020
  18. Apr 10, 2020
  19. 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
  20. Jan 08, 2020
  21. 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
  22. 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
  23. Oct 29, 2019
  24. Jul 25, 2019
  25. Jun 30, 2019
  26. May 06, 2019
  27. 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
  28. Apr 30, 2019
  29. Apr 24, 2019
  30. 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
  31. Mar 19, 2019
  32. 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
  33. 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