diff --git a/docs/supported-languages/texlive.md b/docs/supported-languages/texlive.md index 717e5d4d8..141b36253 100644 --- a/docs/supported-languages/texlive.md +++ b/docs/supported-languages/texlive.md @@ -30,20 +30,26 @@ boolean -Packages available to TeX Live +Extra packages to add to the base TeX Live set *Type:* -non-empty (list of string) +list of string *Default:* +` [ ] ` + + + +*Example:* ``` [ - "collection-basic" + "algorithms" + "latexmk" ] ``` @@ -62,3 +68,8 @@ unspecified value *Default:* ` pkgs.texliveSmall ` + + + +*Example:* +` pkgs.texliveBasic `