summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ifplatform/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/ifplatform/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/ifplatform/README')
-rw-r--r--macros/latex/contrib/ifplatform/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/ifplatform/README b/macros/latex/contrib/ifplatform/README
new file mode 100644
index 0000000000..6bd210e8a3
--- /dev/null
+++ b/macros/latex/contrib/ifplatform/README
@@ -0,0 +1,27 @@
+______________________
+The IFPLATFORM package
+v0.4a 2017/10/13
+
+This package uses heuristics to establish whether
+the document is being processed on Windows or a *NIX
+platform (Mac OS X, Linux, etc.).
+
+Except if you're using LuaTeX where this information
+is already known. Otherwise, shell escape is required
+to differentiate different *NIX platforms.
+
+Booleans provided are:
+ - ifwindows
+ - iflinux
+ - ifmacosx
+ - ifcygwin
+
+Finally, the \platformname macro is also provided that
+expands to a string of the platform name.
+
+Will Robertson wspr 81 at gmail dot com
+Johannes Große
+
+Copyright 2007-2017 Will Robertson
+Copyright 2007 Johannes Große
+Distributed under the LaTeX Project Public License