Create an extension providing shortcuts of some macros (personnal or latex).
This commit is contained in:
parent
753d37440c
commit
f9814af9b5
27
shortcuts/shortcuts.sty
Normal file
27
shortcuts/shortcuts.sty
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
%%%
|
||||||
|
%%%
|
||||||
|
%%% Extensions : shortcuts.sty
|
||||||
|
%%% Version : 1.0
|
||||||
|
%%% Date : 10/05/16
|
||||||
|
%%% Auteur : Jeff LANCE
|
||||||
|
%%%
|
||||||
|
%%%
|
||||||
|
|
||||||
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
|
\ProvidesPackage{shortcuts}[2016/05/16
|
||||||
|
Définitions de raccourcis vers des macros, v1.0]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%-- Environments --%
|
||||||
|
% itemize
|
||||||
|
\newcommand{\bi}{\begin{itemize}}
|
||||||
|
\newcommand{\ei}{\end{itemize}}
|
||||||
|
|
||||||
|
% enumerate
|
||||||
|
\newcommand{\be}{\begin{enumerate}}
|
||||||
|
\newcommand{\ee}{\end{enumerate}}
|
||||||
|
|
||||||
|
% questions
|
||||||
|
\newcommand{\bq}{\begin{questions}}
|
||||||
|
\newcommand{\eq}{\end{questions}}
|
Loading…
x
Reference in New Issue
Block a user