This commit is contained in:
Jeff Lance 2020-04-29 21:49:48 +02:00
parent d0155f40c3
commit c3467f8947
2 changed files with 12 additions and 2 deletions

View File

@ -76,7 +76,7 @@
tikzsetting={draw=black,line width=.5pt},%
leftmargin=2pt,rightmargin=0,%
innertopmargin=1em,innerbottommargin=1em,%
innerleftmargin=.5em,innerrightmargin=.5em,%
innerleftmargin=.75em,innerrightmargin=.5em,%
skipabove=0,skipbelow=0,%
frametitlerule=false,%
frametitlebackgroundcolor=white!0,%

View File

@ -141,6 +141,12 @@
\ensuremath{ \vec{\jmath} }
}
%% basis (i,j)
%%
\RenewDocumentCommand \ij { } {
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\right) }
}
%% frame (O;i;j)
%%
\NewDocumentCommand \oij { } {
@ -162,7 +168,11 @@
%% vector arrow redefinition
%%
\renewcommand{\Vec}[1]{
\overrightarrow{#1\vphantom(}
\ensuremath{ \overrightarrow{#1\vphantom(} }
}
\renewcommand{\vec}[1]{
\ensuremath{ \overrightarrow{#1\vphantom(} }
}
%% positional notation