Skip to content

dmitrii-artuhov/HSE-summaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lectures conspects.

What is this repo?

Here will be lectures for study terms >=3. Conspects for term 1 and 2 can be found here.

Want to contribute, fulfill % todo: ... comment in latex code, and/or found a mistake? Follow the instructions below.

Setup locally

  • Install MiKTeX (latex compiling toolchain).
  • On Windows you need to install perl, you can install strawberry perl.
  • Install VS Code (I prefer it due to vast number of plugins) and plugin Latex Workshop.
  • Follow the link to set up MiKTeX with the installed plugin.
  • To compile the project you need to use lualatex compiler. To set it as a default compiler (so it is used automatically when you save the project) edit setting.json for the extension:
    {
        "latex-workshop.latex.recipes": [
            {
                "name": "latexmk (lualatex)",
                "tools": [
                    "lualatexmk"
                ]
            },
            ...
        ]
    }
  • Before compiling you also need to install some fonts in your system (donwload zip from here). PS. If some fonts are missing inform me about it!
  • Also you need to have python installed.

How to contribute

  • Clone the project: git clone https://github.com/dmitrii-artuhov/HSE-summaries.git
  • Edit some latex code, keep the same folder structure, everything related to editing latex is self explanatory (see /src folder).
  • Create PR with the amendmends, set its target to master branch.
  • Before pushing, don't forget to run python3 ./build.py so the pdf files are generated and saved to /pdf folder.

About

HSE summaries since second year of studying (2022+)

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •