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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,12 @@ The PDF **cover** is **optional** : just remove the mapping on the command.
92
92
93
93
## Troubleshooting
94
94
95
+
The order (**alphabetical**) of JavaScript files is important for some libraries like [Docsify-Latex](https://scruel.github.io/docsify-latex/#/).
96
+
97
+
> From Docsify-Latex documentation : "You should put docsify-latex plugin script below docsify and display engine scripts, because plugin script depends on them."
98
+
99
+
---
100
+
95
101
If you have this error : `System limit for number of file watchers reached` or `Error: EMFILE: too many open files` :
96
102
97
103
```
@@ -100,4 +106,6 @@ echo fs.inotify.max_user_instances=512 | sudo tee -a /etc/sysctl.conf && sudo sy
[^1]: To change `_sidebar.md` location _(e.g for multi-language support)_, add `-v $(pwd)/docs/de/_sidebar.md:/home/node/docs/_sidebar.md:ro` to the command
0 commit comments