Przeglądaj źródła

Add troubleshooting tip to README.md

In response to #29
Mark Szepieniec 7 lat temu
rodzic
commit
6101cd5406
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -36,3 +36,10 @@ sudo dnf install pandoc texlive-collection-context
 ```bash
 sudo pacman -S pandoc texlive-core
 ```
+
+### Troubleshooting
+Some users have reported problems where their system does not properly find the ConTeXt
+executable, leading to errors like `Cannot find context.lua` or similar. It has been found
+that running `mtxrun --generate`, (as suggested at
+https://tex.stackexchange.com/questions/53892/texlive-2011-context-problem), can fix the
+issue.