From 112dabad136c72c437d3c54f4d06215f601fd0fc Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Sat, 18 May 2024 13:27:05 +0930 Subject: [PATCH] index.md: add link to fontspec-code.pdf --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index c6bc44b..410ae99 100644 --- a/doc/index.md +++ b/doc/index.md @@ -11,8 +11,8 @@ available with OpenType (and other) fonts, including upper and lower case number proportional and monospaced numbers, swash letters, ligature control, and many many others. -See the documentation `fontspec.pdf` ([CTAN version](http://mirrors.ctan.org/macros/unicodetex/latex/fontspec/fontspec.pdf), or [Github prerelease version](http://latex3.github.io/fontspec/fontspec.pdf)) for full information. - +* Full user documentation `fontspec.pdf` ([CTAN version](http://mirrors.ctan.org/macros/unicodetex/latex/fontspec/fontspec.pdf), or [Github prerelease version](http://latex3.github.io/fontspec/fontspec.pdf)) for full information. +* Typeset package code `fontspec-code.pdf` in semi-literate programming style ([CTAN version](https://mirrors.ctan.org/macros/unicodetex/latex/fontspec/fontspec-code.pdf), or [Github prerelease version](http://latex3.github.io/fontspec/fontspec-code.pdf)) * [Summary of user commands](user.html) * [Package installation details](install.html) * [Release notes (changelog)](CHANGES.html)