blob: a45453e5baaa774a8265ed54869c66076ee464d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
_________________
pinoutikz package
1.1.1
2019/12/02
_________________
This package provides macros for chip pinout diagrams typesetting.
Main features are:
* pinout diagrams:
- PDIP packages
- TQFP packages
- PLCC packages
* formatting of pin labels:
- logical negation (show as a text with oveeline).
This bundle contains 4 files:
* pinoutikz.sty (the package itself)
* pinoutikz_doc.tex and pinoutikz_doc.pdf (manual in english)
- this one substitutes for a quick test as well
* README.md (this file)
##############################################################################
Robert Blazek
<robert.h.blazek@gmail.com>
License:
------------------------------------------------------------------------------
This material is subject to the LATEX Project Public License 1.3c
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>
Version 1.0.1 2019/11/23
* version created
|