I have expkv-def.sty and expkv-opt.sty stored in directory expkv. How can I use the two packages from another sty file.
Currently I have the following ephram.sty
\ProvidesPackage{ephram}[2022/04/25 Ephram Document Style]
\RequirePackage{expkv-opt,expkv-def}
\ekvdefinekeys{ephram}
{
choice-enum paper = \ephram@paper {21, a4, b5}
}
\ekvoProcessLocalOptions{ephram}
\RequirePackage{geometry}
\ifcase\ephram@paper
\geometry{paperheight=21cm, paperwidth=21cm}
\or
\geometry{a4paper}
\or
\geometry{b5paper}
\fi
c:/Users/[User]/Documents/CustomSty/expkv-opt.styetc) or you could use the answer to this question to put it in your Latex search folder. Which operating system are you using? I am on windows so may not be able to help – Apr 26 '22 at 00:52styfiles are now getting assessed. – Veak Apr 26 '22 at 01:01community botif it doesn't have answers, glad to help with your recent questions. – Apr 26 '22 at 01:03