docs: fix init page title, and add some See Alsos

This commit is contained in:
Peter Williams 2023-01-23 21:56:38 -05:00
parent cdface8c1c
commit cf9e0939c0
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# tectonic -X new
# tectonic -X init
Initializes a new Tectonic workspace in the current directory.
@ -33,3 +33,7 @@ will process these files in the expected order:
The intention of this framework is to allow you to isolate the main content of
your document from the usual LaTeX boilerplate. There are no restrictions on
what kind of content may be placed in each file, though.
#### See Also
- [`tectonic -X new`](./new.md)

View File

@ -36,3 +36,7 @@ will process these files in the expected order:
The intention of this framework is to allow you to isolate the main content of
your document from the usual LaTeX boilerplate. There are no restrictions on
what kind of content may be placed in each file, though.
#### See Also
- [`tectonic -X init`](./init.md)