TestPackage/LTemplate.m

14 lines
329 B
Mathematica
Raw Permalink Normal View History

2022-06-23 14:25:05 +02:00
(* ::Package:: *)
(* This is a traditional package that uses BeginPackage instead of Package.
It loads LTemplate into the correct context. *)
BeginPackage["TestPackage`"]
Print[$InputFileName]
Get["`LTemplate`LTemplatePrivate`"];
ConfigureLTemplate["MessageSymbol" -> TestPackageSym, "LazyLoading" -> False]
EndPackage[]