Up
This commit is contained in:
parent
d0155f40c3
commit
c3467f8947
@ -76,7 +76,7 @@
|
|||||||
tikzsetting={draw=black,line width=.5pt},%
|
tikzsetting={draw=black,line width=.5pt},%
|
||||||
leftmargin=2pt,rightmargin=0,%
|
leftmargin=2pt,rightmargin=0,%
|
||||||
innertopmargin=1em,innerbottommargin=1em,%
|
innertopmargin=1em,innerbottommargin=1em,%
|
||||||
innerleftmargin=.5em,innerrightmargin=.5em,%
|
innerleftmargin=.75em,innerrightmargin=.5em,%
|
||||||
skipabove=0,skipbelow=0,%
|
skipabove=0,skipbelow=0,%
|
||||||
frametitlerule=false,%
|
frametitlerule=false,%
|
||||||
frametitlebackgroundcolor=white!0,%
|
frametitlebackgroundcolor=white!0,%
|
||||||
|
@ -141,6 +141,12 @@
|
|||||||
\ensuremath{ \vec{\jmath} }
|
\ensuremath{ \vec{\jmath} }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%% basis (i,j)
|
||||||
|
%%
|
||||||
|
\RenewDocumentCommand \ij { } {
|
||||||
|
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\right) }
|
||||||
|
}
|
||||||
|
|
||||||
%% frame (O;i;j)
|
%% frame (O;i;j)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \oij { } {
|
\NewDocumentCommand \oij { } {
|
||||||
@ -162,7 +168,11 @@
|
|||||||
%% vector arrow redefinition
|
%% vector arrow redefinition
|
||||||
%%
|
%%
|
||||||
\renewcommand{\Vec}[1]{
|
\renewcommand{\Vec}[1]{
|
||||||
\overrightarrow{#1\vphantom(}
|
\ensuremath{ \overrightarrow{#1\vphantom(} }
|
||||||
|
}
|
||||||
|
|
||||||
|
\renewcommand{\vec}[1]{
|
||||||
|
\ensuremath{ \overrightarrow{#1\vphantom(} }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% positional notation
|
%% positional notation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user