Skip to content

Commit

Permalink
(pccommon) Update
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhang1029 committed Mar 1, 2024
1 parent 8295c18 commit ad120fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion latex/pccommon.sty
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%TC: macro \pgfplotsset [ignore]

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pccommon}[2024/02/04 Pearson College UWC common]
\ProvidesPackage{pccommon}[2024/02/29 Pearson College UWC common]
\RequirePackage{xkeyval}
% Select the style of the citations
\def\pc@bibstyle{mla}
Expand Down Expand Up @@ -227,6 +227,10 @@
\newcommand*{\Tspace}[2][]{\mathbf{T}_{#1} #2}
% Jacobian of a function
\newcommand*{\jadif}[1]{\mathbf{J} {#1}}
% Taylor polynomial \taylor{order,function,center}
\newcommand*{\pccommon@taylor@format}[3]{\mathcal{P}_{#2,#3}^{#1}}
\def\pccommon@taylor@parseargs#1,#2,#3\relax{\pccommon@taylor@format{#1}{#2}{#3}}
\newcommand*{\taylor}[1]{\pccommon@taylor@parseargs#1\relax}

%% siunitx
\sisetup{%
Expand Down

0 comments on commit ad120fd

Please sign in to comment.