Install TeX on Windows

Published: Updated:
Published: Updated:

Table of contents

  1. Go to miktex website and download the installer https://miktex.org/download
  2. Use the installer
  3. Open MiKTeX Console. Switch to Updates, press Update Now
  4. Switch to PAckages, type in cm-super, press enter and press + to install the package
  5. Create .tex document
\documentclass[10pt,a5paper,draft]{book}
\usepackage[T2A]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[russian, english]{babel}

\begin{document}

\rmfamily
Какой-то осмысленный текст1.

\sffamily
Какой-то осмысленный текст2.

\ttfamily
Какой-то осмысленный текст3.

\end{document}
  1. Open it in TeXworks
  2. (Optional) Edit -> Preferences -> Editor: set font to Source Code Pro 11 pt

Cheat sheets

Rate this page