Commit eed955d
committed
fix(wiki export): clearer error messages; pre-check for LaTeX engine
Two small UX fixes driven by a user who read the previous error as
'mactex-no-gui is specifically required' when in fact basictex is
enough.
1. Missing-pandoc message — separates the primary blocker (pandoc)
from the PDF-only secondary (LaTeX engine), names basictex as an
acceptable cheap option, mentions tlmgr for on-demand packages.
2. New fast-fail when pandoc is present but no LaTeX engine on PATH
(tries pdflatex, xelatex, lualatex, tectonic). Previously pandoc
would run and fail with a noisy stderr; now users get a single
actionable line.1 parent eea6a81 commit eed955d
1 file changed
Lines changed: 25 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
184 | 204 | | |
185 | 205 | | |
186 | 206 | | |
| |||
0 commit comments