Stéphane Kastenbaum
d1ee37974a
Add synctex option in Toml file ( #1197 )
...
Authored by: Stéphane Kastenbaum <stephane.kastenbaum@inria.fr>
2024-10-14 21:28:19 -07:00
rm-dr
a5e34160d4
Docs
2024-09-20 09:24:13 -07:00
Mark
78c53c07e1
Generate shell completions for `nextonic`
2024-09-19 17:03:11 -07:00
rm-dr
1bce332572
Added `extra_paths` document option
2024-09-18 21:33:21 -07:00
Bryan Lai
c0e57c0d2f
Generate shell completions for `nextonic`
...
This is achieved with clap_complete.
The current v1 & v2 cli mixture makes it a bit difficult to offer
clean completions for the `tectonic` command, so for now we only
target the `nextonic` command exclusively for the v2 cli.
2024-08-21 12:05:31 +08:00
rm-dr
2b414c780d
Merge branch 'master' into input
2024-02-15 20:25:16 -08:00
rm-dr
b4b7f6a23a
Minor edits
2024-02-13 19:17:10 -08:00
rm-dr
88ed8c7feb
Pretty quotes in mdbook
2024-02-13 18:37:12 -08:00
rm-dr
26822aedcb
Normalize quotes in docs
2024-02-13 18:23:21 -08:00
rm-dr
aa6f1f498d
Docs
2024-02-09 10:04:31 -08:00
Peter Williams
8456df1fa0
Merge pull request #1120 from rm-dr/toml-metadata
...
Added metadata in Tectonic.toml
2024-02-04 18:00:27 +00:00
rm-dr
6a723f5df7
Removed `tectonic show metadata`
2023-11-28 17:05:13 -08:00
Peter Williams
da38c7985d
Merge pull request #1103 from rm-dr/externalcmd
...
V2 CLI: Add external commands
2023-11-26 23:53:44 +00:00
rm-dr
11df05c650
Docs
2023-11-26 12:16:26 -08:00
Peter Williams
69f6035a00
Merge pull request #1116 from eljamm/dev
...
Document 'shell_escape_cwd' for Tectonic.toml
2023-11-25 19:37:57 -05:00
rm-dr
ab108d33a4
Merge new commits from 'master'
2023-11-23 07:57:16 -08:00
rm-dr
8a06abbd27
Docs
2023-11-22 22:50:53 -08:00
Felix Yan
c02a5fee6f
Update Arch Linux package URL in index.md
...
The old URL returns 404 now.
2023-11-21 09:45:05 +02:00
Fedi Jamoussi
61c062d0e9
Document 'shell_escape_cwd' for Tectonic.toml
...
The 'shell_escape_cwd' output specification is implemented, but is not documented for Tectonic.toml.
[ci skip]
2023-11-13 03:03:47 +01:00
goyalyashpal
22d596b8b9
docs(unicode): Fix typo
2023-10-31 19:30:16 +05:30
Peter Williams
2636fce056
CI/doc updates to track the Harfbuzz/ICU decoupling
2023-09-17 14:46:23 -04:00
Peter Williams
004530bb90
Merge pull request #1065 from ColeFrench/book-updates
...
Make corrections to docs
2023-07-22 10:18:56 -04:00
Cole French
82307885dc
Update forum links
2023-07-21 14:13:25 -04:00
Cole French
96d77dcde1
Fix new-line endings
2023-07-21 12:21:51 -04:00
Cole French
6694929d8f
Improve grammar
2023-07-21 12:19:45 -04:00
Cole French
f6ec72922d
Match V1 CLI options
2023-07-16 22:45:14 -04:00
Cole French
4421ba054c
Use curly apostrophes
2023-07-16 22:15:07 -04:00
Cole French
2f7f2f3348
Match build documentation
2023-07-16 22:08:52 -04:00
Cole French
bcbd826655
Match watch usage synopsis
2023-07-16 22:02:15 -04:00
Cole French
b756bfc4b3
Match new usage synopsis
2023-07-16 21:56:57 -04:00
Cole French
640672685b
Match dump documentation
2023-07-16 21:52:03 -04:00
Cole French
5fb5f329ec
Merge unstable option help
2023-07-16 16:38:47 -04:00
Cole French
3d48a26f12
Match compile options
2023-07-16 16:38:43 -04:00
Cole French
afab9f7214
Match compile usage synopsis
2023-07-16 16:38:39 -04:00
Cole French
d7a32b0b2f
Match bundle usage synopsis
2023-07-16 16:38:27 -04:00
Cole French
38724e8ef9
Alphabetize subcommands
2023-07-16 15:13:27 -04:00
Cole French
3c4ee4048c
Remove FIXME
...
Repo is displayed at top right of book.
2023-07-16 15:04:01 -04:00
Peter Williams
1786aa38d0
Merge remote-tracking branch 'tt/master' into xinslu-master
2023-06-11 11:35:17 -04:00
Peter Williams
6372457ce5
docs/src/v2cli/build.md: document the new --target option
2023-06-11 11:00:52 -04:00
Mrmaxmeier
10ab15befa
rename reproducible mode to deterministic mode and move to unstable opts
2023-05-31 19:25:33 +02:00
Mrmaxmeier
2156d30661
introduce explicit `--reproducible` mode
2023-05-31 11:36:14 +02:00
Darren Kulp
eb51aede4d
Fix typo underyling -> underlying
2023-01-30 20:47:21 -05:00
Peter Williams
cf9e0939c0
docs: fix init page title, and add some See Alsos
2023-01-23 21:56:38 -05:00
Caio Geraldes
45e0e125b1
update documentation (include V2cli init subcommand)
2023-01-14 21:39:20 -03:00
Peter Williams
6d682cdc3a
Default Windows vcpkg to using a custom triplet
...
This is basically a tactic to speed up the Windows builds. By default, vcpkg
builds both debug and release versions of requested libraries. There's probably
some good reason for that, but for us it just makes the builds a lot slower than
they need to be. We can avoid that by providing a custom "triplet" file that
disables the debug builds. In order to do this cleanly, we use new support from
cargo-vcpkg that adds support for an "overlay triplets" directory. Builds also
need to set the $VCPKGRS_TRIPLET environment variable so that vcpkg-rs can find
the packages it needs. We add some docs and a diagnostic warning if that may be
what's going on when a vcpkg fails to be found.
2022-11-01 22:12:53 +00:00
Peter Williams
e63b5e1d24
docs/src/howto/auctex-setup: tiny text revisions
2022-10-18 20:42:41 -04:00
Peter Williams
8aa0822db7
docs/src/howto/auctex-setup: recommend "tectonic -X" rather than "nextonic"
2022-10-18 20:41:16 -04:00
Peter Williams
c1a1eeb105
docs/src/howto/auctex-setup/index.md: use hard linewraps
2022-10-18 20:37:08 -04:00
Karan Ahlawat
181686625f
[add] How-To in the book for AucTeX and Tectonic
2022-10-04 12:00:24 +05:30
Peter Williams
de0bd0669a
docs: update installation in Getting Started guide too
2022-10-02 14:30:31 -04:00