summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ladder/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-17 21:53:12 +0000
committerKarl Berry <karl@freefriends.org>2017-05-17 21:53:12 +0000
commitbd3e372ccf55a9c43dee1a91cc11659ff3f09fde (patch)
treec21e25b57e518080b186b0378ae46f8b043f0c42 /Master/texmf-dist/doc/latex/ladder/README.md
parentdfe1c6f18763385b32870bfbe687530431fe683e (diff)
ladder (17may17)
git-svn-id: svn://tug.org/texlive/trunk@44394 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ladder/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/ladder/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ladder/README.md b/Master/texmf-dist/doc/latex/ladder/README.md
new file mode 100644
index 00000000000..3634746fab4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ladder/README.md
@@ -0,0 +1,29 @@
+# Lader TeX package
+_This package permit the creation of simple ladder diagram into TeX documents._
+
+[Example](https://github.com/AurelienC/tex-ladder/blob/master/ladder.pdf)
+
+## Usage
+The code must be inserted between en `tikzpicture` section.
+
+Add the packages :
+ \usepackage{tikz}
+ \usepackage{Ladder}
+
+
+
+### Net
+_All contacts and relays are, by default, added in series_
+* `LadderLine` begin a new ladder net
+* `startParallel` begin a parallel segment
+* `setParallel` begin the new parallel segment
+* `unsetParallel` end of the parallel segment
+
+### Contacts
+* `LadderNO[type]{name}{mnemonic}` a Normally Opened contact
+* `LadderNC[type]{name}{mnemonic}` a Normaly Closed contact
+_Type may be P (rising edge), N (falling edge)..._
+
+### Relays
+* `LadderB[type]{name}{mnemonic}` a relay
+_Type may be R (reset), S (set)..._