en/latex-intro: Add.
This commit is contained in:
parent
aa9f0aac1e
commit
ae9e1b7ba3
2 changed files with 43 additions and 1 deletions
|
@ -61,7 +61,7 @@ Jump to:
|
||||||
* Teaching
|
* Teaching
|
||||||
Here is a list of courses I prepared:
|
Here is a list of courses I prepared:
|
||||||
|
|
||||||
- introduction to LaTeX
|
- [[file:latex-intro.org][introduction to LaTeX]]
|
||||||
- operating systems
|
- operating systems
|
||||||
- a very quick introduction to artificial life
|
- a very quick introduction to artificial life
|
||||||
- Petri nets for biomodelling
|
- Petri nets for biomodelling
|
||||||
|
|
42
en/latex-intro.org
Normal file
42
en/latex-intro.org
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
#+TITLE: Introduction to LaTeX
|
||||||
|
|
||||||
|
#+LANGUAGE: en
|
||||||
|
|
||||||
|
#+ATTR_HTML: :alt in French :class lang-lifted
|
||||||
|
[[file:../fr/latex-intro.org][file:../content/imgs/fr.png]]
|
||||||
|
|
||||||
|
This a short course (3 to 5 sessions) giving a short example-based
|
||||||
|
introduction to [[https://en.wikipedia.org/wiki/LaTeX][LaTeX]]. The goal is to explain the basics of LaTeX and
|
||||||
|
then to have the students explore the language and the ecosystem on
|
||||||
|
their own. The subjects covered in the slides include sectioning,
|
||||||
|
paragraph formatting, tables, figures, and mathematical notation. At
|
||||||
|
the end of the presentation, Beamer and TikZ are mentioned as possible
|
||||||
|
further study directions.
|
||||||
|
|
||||||
|
After going through the slides, the teacher shows three documents
|
||||||
|
prepared with LaTeX (typically, an assignment text, some slides, etc.)
|
||||||
|
and explains how to typeset them. On completing the guided part of the
|
||||||
|
course, the students pick technical subjects within their domain and
|
||||||
|
write up a one-page LaTeX document briefly presenting the subject.
|
||||||
|
|
||||||
|
This course is taught in French to the students of [[https://www.univ-evry.fr/formation/loffre-de-formation/domaines-de-formation/domaine/sciences-technologies-sante/programme/licence-mention-informatique-1.html][L3 informatique]]
|
||||||
|
(3rd year of bachelor education) at [[http://www.univ-evry.fr/fr/index.html][Université d'Évry]]. No particular
|
||||||
|
prerequisites are required for taking this course.
|
||||||
|
|
||||||
|
The slides for this course (in French) are [[file:../content/courses/latex-intro/latex-course.pdf][here]]. The slides presenting
|
||||||
|
the organisation of the this course (in French) are [[file:../content/courses/latex-intro/latex-plan.pdf][here]].
|
||||||
|
|
||||||
|
|
||||||
|
#+ATTR_HTML: :alt image of Creative Commons Attribution Alone licence :class ccby
|
||||||
|
[[https://en.wikipedia.org/wiki/Creative_Commons_license][file:../content/imgs/ccby.png]]
|
||||||
|
|
||||||
|
The materials of this course are distributed under the [[https://en.wikipedia.org/wiki/Creative_Commons_license][Creative
|
||||||
|
Commons Attribution Alone licence]].
|
||||||
|
|
||||||
|
|
||||||
|
* Local Variables :noexport:
|
||||||
|
# Local Variables:
|
||||||
|
# org-link-file-path-type: relative
|
||||||
|
# eval: (auto-fill-mode)
|
||||||
|
# ispell-local-dictionary: "en"
|
||||||
|
# End:
|
Loading…
Reference in a new issue