summaryrefslogtreecommitdiffstats
path: root/DemoMode.sty
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-08-19 09:49:16 +1100
committerChristophe Roger <darwiinc@live.fr>2016-08-19 09:49:16 +1100
commite9675d01ace07c3c99ebb896578580c8c075970f (patch)
tree81d9b735cfadb47d188e46e2c892b6b32d4a02b5 /DemoMode.sty
parent60f2e18b4caa46f687a31406ceae6ab82595fb89 (diff)
downloadcv-e9675d01ace07c3c99ebb896578580c8c075970f.tar.gz
cv-e9675d01ace07c3c99ebb896578580c8c075970f.tar.bz2
cv-e9675d01ace07c3c99ebb896578580c8c075970f.tar.xz
cv-e9675d01ace07c3c99ebb896578580c8c075970f.zip
File renaming and main file updating according to those renaming.
Changes to be committed: deleted: DemoMode.sty modified: cv.tex deleted: document.tex renamed: competences.tex -> section_competences.tex renamed: experience.tex -> section_experience.tex renamed: experience_compact.tex -> section_experience_short.tex renamed: headline.tex -> section_headline.tex renamed: interets.tex -> section_interets.tex renamed: langues.tex -> section_langues.tex renamed: references.tex -> section_references.tex renamed: scolarite.tex -> section_scolarite.tex
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
-}