From 4c77efb8866e1106f65edff6ad5680799e005848 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Fri, 30 Sep 2022 20:57:54 +0200 Subject: [PATCH] Update LaTeX documentation (May 2022) --- lib/docs/scrapers/latex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/latex.rb b/lib/docs/scrapers/latex.rb index 816f1d64..9fe51a91 100644 --- a/lib/docs/scrapers/latex.rb +++ b/lib/docs/scrapers/latex.rb @@ -4,7 +4,7 @@ module Docs self.name = 'LaTeX' self.slug = 'latex' self.type = 'simple' - self.release = 'April 2021' + self.release = 'May 2022' self.links = { home: 'https://ctan.org/pkg/latex2e-help-texinfo/' }