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: manuscripts/first.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,6 @@ For example, to produce a report about Git data in the standard GrimoireLab enri
15
15
-n GrimoireLab --data-sources git
16
16
```
17
17
18
-
The report will be produced as `/tmp/reports/report.pdf`, using `GrimoireLab` as the name of the analyzed project, when presented in the report.
18
+
The report will be produced as `/tmp/reports/report.pdf`, using `GrimoireLab` as the name of the analyzed project, when presented in the report.
19
+
20
+
> _Note:_ This requires pdflatex to be installed, the instructions for which can be found [here](https://gist.github.com/rain1024/98dd5e2c6c8c28f9ea9d). If you get an error about 'CJKutf8.sty' not being found, check [this](https://tex.stackexchange.com/questions/125843/how-to-install-cjk-font-to-ubuntu-latex) out.
0 commit comments