Commit cea02efd authored by Arnaud Legrand's avatar Arnaud Legrand

Cosmetics

parent 672581aa
This diff is collapsed.
...@@ -174,9 +174,8 @@ make -C replicable_article/ all replicable_article.tgz ...@@ -174,9 +174,8 @@ make -C replicable_article/ all replicable_article.tgz
#+end_src #+end_src
#+RESULTS: #+RESULTS:
Download the following [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article/replicable_article.tgz][archive]] and untar it.
and simply =make= to generate the Download the following [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/raw/master/module2/ressources/replicable_article/replicable_article.tgz][archive]], untar it and simply =make= to generate the
article. You should then be able to open the [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.pdf][resulting article]]. This article. You should then be able to open the [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.pdf][resulting article]]. This
is summarized in the following command: is summarized in the following command:
#+begin_src sh :results output :exports both #+begin_src sh :results output :exports both
...@@ -184,18 +183,18 @@ wget --no-check-certificate -O replicable.tgz https://github.com/alegrand/RR_web ...@@ -184,18 +183,18 @@ wget --no-check-certificate -O replicable.tgz https://github.com/alegrand/RR_web
tar zxf replicable.tgz; cd replicable; make ; evince article.pdf tar zxf replicable.tgz; cd replicable; make ; evince article.pdf
#+end_src #+end_src
If the =make= command fails (especially on Mac), it may be because emacs *Possible issues*:
or something else is not correctly installed. In that case, open the - If the =make= command fails (especially on Mac), it may be because
article directly with the following command: emacs or something else is not correctly installed. In that case,
#+begin_src sh :results output :exports both open the article directly with the following command:
emacs -q --eval "(setq enable-local-eval t)" --eval "(setq enable-local-variables t)" article.org #+begin_src sh :results output :exports both
#+end_src emacs -q --eval "(setq enable-local-eval t)" --eval "(setq enable-local-variables t)" article.org
and export it to pdf with the following shortcut: =C-c C-e l o= #+end_src
and export it to pdf with the following shortcut: =C-c C-e l o=
If it still doesn't work and emacs complains about not finding ESS, it - If it still doesn't work and emacs complains about not finding ESS,
may be because you installed ESS in your home instead of it may be because you installed ESS in your home instead of
system-wide. In that case, try to remove the =-q= in the previous system-wide. In that case, try to remove the =-q= in the previous
command line to load your personal emacs configuration. command line to load your personal emacs configuration.
Finally, when you'll be tired of always reexecuting all the source Finally, when you'll be tired of always reexecuting all the source
code when exporting, just look for the following line in [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.org][article.org]]: code when exporting, just look for the following line in [[https://app-learninglab.inria.fr/gitlab/learning-lab/mooc-rr-ressources/blob/master/module2/ressources/replicable_article/article.org][article.org]]:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment