PSY3018 / psy3018.github.io

Notes de cours pour PSY3018 - Méthodes en neurosciences cognitives

Home Page:https://psy3018.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes_cours_psy3018

CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

Notes de cours pour PSY3018 - Méthodes en neurosciences cognitives

Usage

Construire le livre

Si vous souhaitez développer et construire les notes de cours PSY3018, vous devez:

  • Clonez ce repository
  • Exécutez pip install -r requirements.txt (il est recommandé d'effectuer cette commande dans un environnement virtuel).
  • (Recommendé) Effacez le répertoire methodes_neurocog/_build/
  • Exécutez jb build methodes_neurocog/

Une version statique html du livre sera générée dans methodes_neurocog/_build/html/.

Hosting the book

The html version of the book is hosted on the gh-pages branch of this repo. Navigate to your local build and run,

  • ghp-import -n -p -f methodes_neurocog/_build/html

This will automatically push your build to the gh-pages branch. More information on this hosting process can be found here.

Generating pdf

The support for pdf generation is experimental with jupyter book, and the output is not perfect. Currently the process looks like:

  • install the depencies described in the section "Building a pdf with latex" in the jb docs.
  • build latex with individual pages: jb build methodes_neurocog/ --builder pdflatex --individualpages. This produces warnings (skip them) and errors. If you ever get stuck in the terminal, leaving the weird latex compilation environment is achieved by pressing X (you're welcome).
  • install xetex sudo apt-get install texlive-xetex
  • go in the build directory cd methodes_neurocog/_build/latex
  • edit manually the tex file of the chapter. Replace all \chapter by \section and add a proper \chapter at the beginning. You can also search Content and replace by Table des matières. I have tried to switch the whole doc in French but without success so far.
  • before adding the chapter title, add the following lines: \setcounter{chapter}{n} \addtocounter{chapter}{-1}, where n is the number of the chapter.
  • Compile a chapter, e.g. xelatex cartes_cerebrales.tex
  • the resulting pdf is mega-huge. So shrink it with gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=notes_cours_cartes_cerebrales.pdf -dPDFSETTINGS=/ebook cartes_cerebrales.pdf
  • Voilà 🎉 🎉 🎉

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template. Further credits for the book can be found in the book itself.

About

Notes de cours pour PSY3018 - Méthodes en neurosciences cognitives

https://psy3018.github.io

License:Creative Commons Attribution 4.0 International


Languages

Language:Jupyter Notebook 99.5%Language:TeX 0.5%