mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
update: fileless spawn of LaTeX Environment
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{depD-format}
|
||||
|
||||
\usepackage{cleveref}
|
||||
|
||||
\renewcommand\figurename{Fig. }
|
||||
\renewcommand\tablename{Table }
|
||||
\renewcommand\theequation{\thesection-\arabic{equation}}
|
||||
\renewcommand\thefigure{\thesection-\arabic{figure}}
|
||||
\renewcommand\thetable{\thesection-\arabic{table}}
|
||||
|
||||
\crefdefaultlabelformat{#1}
|
||||
\crefname{figure}{Fig.}{Fig.}
|
||||
\Crefname{figure}{Fig.}{Fig.}
|
||||
\crefname{table}{Table}{Tables}
|
||||
\Crefname{table}{Table}{Tables}
|
||||
\crefname{equation}{Eq.}{Eq.}
|
||||
\Crefname{equation}{Eq.}{Eq.}
|
||||
\creflabelformat{equation}{(#1)}
|
||||
|
||||
\newcommand\resetrefcounter{
|
||||
\setcounter{equation}{0}
|
||||
\setcounter{figure}{0}
|
||||
\setcounter{table}{0}
|
||||
}
|
||||
Reference in New Issue
Block a user