Change name
This commit is contained in:
parent
bbea8188a2
commit
cf32072fe8
@ -101,11 +101,11 @@
|
|||||||
|
|
||||||
%% textsuperscript and textsubscript
|
%% textsuperscript and textsubscript
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \tup { g } {
|
\NewDocumentCommand \up { g } {
|
||||||
\textsuperscript{#1}
|
\textsuperscript{#1}
|
||||||
}
|
}
|
||||||
|
|
||||||
\NewDocumentCommand \tub { g } {
|
\NewDocumentCommand \ub { g } {
|
||||||
\textsubscript{#1}
|
\textsubscript{#1}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -169,37 +169,37 @@
|
|||||||
%% basis (i,j)
|
%% basis (i,j)
|
||||||
%%
|
%%
|
||||||
\RenewDocumentCommand \ij { } {
|
\RenewDocumentCommand \ij { } {
|
||||||
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\right) }
|
\ensuremath{ \left(\vec{\imath}\: ;\: \vec{\jmath}\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% basis (i,j,k)
|
%% basis (i,j,k)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \ijk { } {
|
\NewDocumentCommand \ijk { } {
|
||||||
\ensuremath{ \left(\vec{\imath}\; ;\; \vec{\jmath}\ ;\ \vec{k}\right) }
|
\ensuremath{ \left(\vec{\imath}\: ;\: \vec{\jmath}\: ;\: \vec{k}\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% frame (O;i;j)
|
%% frame (O;i;j)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \oij { } {
|
\NewDocumentCommand \oij { } {
|
||||||
\ensuremath{ \left(O\; ;\; \vec{\imath}\; ;\; \vec{\jmath}\right) }
|
\ensuremath{ \left(O\: ;\: \vec{\imath}\: ;\: \vec{\jmath}\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% frame (O;i;j;k)
|
%% frame (O;i;j;k)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \oijk { } {
|
\NewDocumentCommand \oijk { } {
|
||||||
\ensuremath{ \left(O\; ;\; \vec{\imath}\; ;\; \vec{\jmath}\ ;\ \vec{k}\right) }
|
\ensuremath{ \left(O\: ;\: \vec{\imath}\: ;\: \vec{\jmath}\: ;\: \vec{k}\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% frame (O;I;I)
|
%% frame (O;I;I)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \OIJ { } {
|
\NewDocumentCommand \OIJ { } {
|
||||||
\ensuremath{ \left(O\; ;\; I\; ;\; J\right) }
|
\ensuremath{ \left(O\: ;\: I\: ;\: J\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% frame (O;x;y)
|
%% frame (O;x;y)
|
||||||
%%
|
%%
|
||||||
\NewDocumentCommand \oxy { } {
|
\NewDocumentCommand \oxy { } {
|
||||||
\ensuremath{ \left(O\; ;\; x\; ;\; y\right) }
|
\ensuremath{ \left(O\: ;\: x\: ;\: y\right) }
|
||||||
}
|
}
|
||||||
|
|
||||||
%% vector arrow redefinition
|
%% vector arrow redefinition
|
||||||
|
Loading…
Reference in New Issue
Block a user