You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Error** from running pandoc: `option '--toc' doesn't allow an argument`
108
+
109
+
**Solution**: Likely because your pandoc version is too low, consider pandoc 3.2.
110
+
111
+
---
112
+
113
+
**Error** from running pandoc: `pdflatex not found. Please select a different --pdf-engine or install pdflatex
114
+
115
+
**Solution**: install the package that provides pdflatex. On Ubuntu/Debian, it is `sudo apt install texlive-latex-base`.
116
+
117
+
---
118
+
119
+
**Error** from running pandoc: `! LaTeX Error: File `xcolor.sty' not found.`
120
+
121
+
**Solution**: install the package that provides it. On Ubuntu/Debian, it is texlive
122
+
123
+
---
124
+
107
125
**Error**: `"html5-bootstrap" is not a recognized transformation type`
108
126
109
127
**Solution**: This arises from an improper installation of `net.infotexture.dita-bootstrap`. Resolve by reinstalling the plugins in the specified order:
0 commit comments