summaryrefslogtreecommitdiffstats
path: root/DemoMode.sty
diff options
context:
space:
mode:
Diffstat (limited to 'DemoMode.sty')
-rwxr-xr-xDemoMode.sty17
1 files changed, 0 insertions, 17 deletions
diff --git a/DemoMode.sty b/DemoMode.sty
deleted file mode 100755
index 7c10f0b..0000000
--- a/DemoMode.sty
+++ /dev/null
@@ -1,17 +0,0 @@
-\ProvidesPackage{DemoMode}[2015/08/19 v0.8 Demo mode]
-
-% define a condition
-\newif\ifdemo
-
-\demofalse
-% define demo as false
-
-% \myconditionfalse
-% define mycondition as false
-\newcommand\conditionalinput[2]{
- \ifdemo
- \input{#1}
- \else
- \input{#2}
- \fi
-}