feat: create package template
This commit is contained in:
parent
4e51eec76b
commit
2659109c11
1 changed files with 11 additions and 0 deletions
11
package.sty
Normal file
11
package.sty
Normal file
|
@ -0,0 +1,11 @@
|
|||
% package file for latex
|
||||
|
||||
%%%--------------------PACKAGE--NAME--HERE---------------------%%%
|
||||
%%%--------------Written--by:--Aliberk--Sandıkçı---------------%%%
|
||||
%%%---------------------Version:--2023/06----------------------%%%
|
||||
%%%-Repo:-git.aliberksandikci.com.tr/templex/TEMPLATE-NAME-HERE%%%
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{package-name-here}
|
||||
|
||||
%%% FILL THIS AREA . . .
|
Loading…
Reference in a new issue