diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-02 21:58:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-02 21:58:31 +0000 |
commit | 8df13fd48100cd18141b466e7286b8afc18486e0 (patch) | |
tree | 0617eca873eb5b9f45e75861ca902a722db7101e /Master/texmf-dist/doc/latex/pinoutikz | |
parent | 0fe8f6d1c939037fe88ed07bd52373bce394ad2f (diff) |
pinoutikz (2dec19)
git-svn-id: svn://tug.org/texlive/trunk@52999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pinoutikz')
-rw-r--r-- | Master/texmf-dist/doc/latex/pinoutikz/README.md | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.pdf | bin | 68332 -> 68402 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.tex | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pinoutikz/README.md b/Master/texmf-dist/doc/latex/pinoutikz/README.md index f042634706b..a45453e5baa 100644 --- a/Master/texmf-dist/doc/latex/pinoutikz/README.md +++ b/Master/texmf-dist/doc/latex/pinoutikz/README.md @@ -1,8 +1,8 @@ _________________ pinoutikz package - 1.1.0 - 2019/11/25 + 1.1.1 + 2019/12/02 _________________ This package provides macros for chip pinout diagrams typesetting. @@ -29,8 +29,11 @@ License: ------------------------------------------------------------------------------ This material is subject to the LATEX Project Public License 1.3c -Change history: +Revision history: ------------------------------------------------------------------------------ +Version 1.1.1, 2019/12/02 (against 1.1.0) +* PLCC package: 1st-pin index added +* Documentation updated Version 1.1.0, 2019/11/25 (against 1.0.1) * New packages added: TQFP, PLCC * Pin label syntax changed -> <pin position>/<pin label> diff --git a/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.pdf b/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.pdf Binary files differindex 82680ea7865..6ca7da1886f 100644 --- a/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.pdf +++ b/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.pdf diff --git a/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.tex b/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.tex index b0013609291..8b27813ff85 100644 --- a/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.tex +++ b/Master/texmf-dist/doc/latex/pinoutikz/pinoutikz_doc_en.tex @@ -136,7 +136,7 @@ All the macros of \pinouTikz are displayed in {\makeatletter\color{@xs@keywordsp \verbinline|\PDIP|\arguD{pincount}\ARGU{pinarray} \smallskip -Draws a PDIP package, with generic number of pins. +Draws a PDIP package with generic number of pins. \begin{itemize} \item \argu{pincount} the number of pins of a DIP package and should be an even number. @@ -253,6 +253,8 @@ Draws a PDIP package, with generic number of pins. \verbinline|\TQFP|\arguD{pinnumber}\ARGU{pinarray} \smallskip +Draws a TQFP package with generic number of pins. + \begin{itemize} \item \argu{pincount} the number of pins of a DIP package and should be an even number. \item \ARGU{pinarray} is a comma-separated list of pins - each pin definition is as follows: \argu{pinnumber}/\ARGU{pinlabel}. @@ -344,6 +346,8 @@ Draws a PDIP package, with generic number of pins. \verbinline|\PLCC|\arguD{pinnumber}\ARGU{pinarray} \smallskip +Draws a PLCC package with generic number of pins. + \begin{itemize} \item \argu{pincount} the number of pins of a DIP package and should be an even number. \item \ARGU{pinarray} is a comma-separated list of pins - each pin definition is as follows: \argu{pinnumber}/\ARGU{pinlabel}. |