22 lines
946 B
TeX
22 lines
946 B
TeX
% ▄▄
|
|
% ▀████▀ ▀███
|
|
% ██ ██
|
|
% ██ ▀████████▄ ▄█▀▀███ ▄▄█▀██▀██▀ ▀██▀
|
|
% ██ ██ ██ ▄██ ██ ▄█▀ ██ ▀██ ▄█▀
|
|
% ██ ██ ██ ███ ██ ██▀▀▀▀▀▀ ███
|
|
% ██ ██ ██ ▀██ ██ ██▄ ▄ ▄█▀ ██▄
|
|
% ▄████▄████ ████▄ ▀████▀███▄ ▀█████▀██▄ ▄██▄
|
|
|
|
|
|
% For using index package
|
|
\newcommand{\prepareIndex}{
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{imakeidx}
|
|
\makeindex
|
|
}
|
|
|
|
\newcommand{\addIndex}[1]{
|
|
\textbf{\index{\MakeLowercase{#1}} #1}
|
|
}
|
|
|