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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Coarray ICAR submission to [PAW17]
2
2
3
3
## Prerequisites:
4
-
LaTeX
4
+
1. LaTeX
5
+
2. Optional: Adobe Acrobat Reader or later for the animated version of Figure 1.
5
6
6
7
## Build instructions
7
8
@@ -20,11 +21,14 @@ pdflatex main && bibtex main && makeglossaries main && pdflatex main
20
21
```
21
22
22
23
## Known Issues
23
-
*Apple Preview will not display the animation.
24
+
*Building the paper with the animated version of Figure 1 requires uncommenting the [`animategraphics` command] in body.tex and commenting the corrsponding `includegraphics` command.
24
25
* LaTeX must compile main.tex twice for Acrobat Reader to display the Figure 1 animation.
26
+
* Apple Preview will not display the animation.
27
+
25
28
26
29
See [figures/icar/README.md] for more details on the animation.
0 commit comments