User Tools

Site Tools


faq

This is an old revision of the document!


Table of Contents

FAQ

LaTeX

При использовании русского, PDF файл генерится в неправильной кодировке. Для исправления ситуации надоиспользовать пакет cmap:

\documentclass[a4paper,11pt]{article}
\usepackage{cmap}
%\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
%\usepackage{graphicx}
%\usepackage{url}
%\usepackage{xcolor}
%\usepackage{ulem}

%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%

Это русский.

This is English.

PDF генерится в правильной кодировке (UTF8, пакет cmap)

%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%

git repos

More details see Git за полчаса

  • Clone repo to the local computer:
    git clone git@theory.sinp.msu.ru:repo 
  • Prepare new file(s) for commit:
    git add file1 file2 ... 
    git add -A (for all files)
  • Commit file(s):
    git commit file1 file2 ...
    git commit -A (for all files)
  • Push changes to repo:
    git push
faq.1596696118.txt.gz · Last modified: 06/08/2020 09:41 by admin