Lecture on LaTeX

This is part of another course, but it can benefit you to participate. Its recording will be published here once it has passed (1/9 at 8--9).

The lecture will be in this Zoom room Links to an external site.. However, we will reach the limit on participants in Zoom, so we recommend watching the stream on YouTube (link will be posted) or the recording.

The examples and slides on Overleaf (Links to an external site.) and on GitHub (Links to an external site.).

The shell script for getting BibTeX entries for books from Libris on GitHub (Links to an external site.). Put the `libris` file somewhere on your path.

mkdir ~/bin
cd bin
# download libris
curl -o libris https://raw.githubusercontent.com/dbosk/libris.sh/master/libris (Links to an external site.)
# make libris executable
chmod +x libris
# add ~/bin to your path
echo 'export PATH=${PATH}:${HOME}/bin' >> ~/.profile

Then you can run it by the following example.

libris -b -i 0201896834 >> literature.bib

For slides, use `beamer (Links to an external site.)` as a document class. Read its documentation (Links to an external site.). (You can also access its documentation by running `texdoc beamer` in the terminal, if you have a TeX distribution installed on your local computer.)