summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pinoutikz/README.md
blob: a5a83a27893940b0e66ca79fb5462a46e5af3145 (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
43
44
45
							_________________

							pinoutikz package
								  1.1.2
							   2020/07/27
							_________________

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.2, 2020/07/27 (against 1.1.1)
* Solved: https://tex.stackexchange.com/questions/555013/how-can-i-overlay-annotation-on-a-pinoutikz-figure
* Pinout diagrams can be used as glyphs (PDIP, PLCC, ...) or as picture elements (pctPDIP, pctPLCC, ...)
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