From a23384c1d210b665587f954b540d2b2dbc6c2de0 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 14 Jul 2020 03:02:49 +0000 Subject: CTAN sync 202007140302 --- graphics/pgf/contrib/tikzpackets/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 graphics/pgf/contrib/tikzpackets/README (limited to 'graphics/pgf/contrib/tikzpackets/README') diff --git a/graphics/pgf/contrib/tikzpackets/README b/graphics/pgf/contrib/tikzpackets/README new file mode 100644 index 0000000000..9a98546311 --- /dev/null +++ b/graphics/pgf/contrib/tikzpackets/README @@ -0,0 +1,27 @@ +Package tikzPackets provide command for simple build network packets illustration with tikz. + +Usage example (UDP): + +\begin{tikzpicture} + \packetsInit + \packetsPrintBitScale{31} + + \packetsPutField{16}{Source Port} + \packetsPutField{16}{Destination Port} + \packetsEndLine{0}{} + + \packetsPutField{16}{Length} + \packetsPutField{16}{Checksum} + \packetsEndLine{32}{} + + \packetsPutField[protocolsField, minimum height = 1.5cm]{32}{Data} + \packetsEndLine{64}{} +\end{tikzpicture} + + +Version 1.0 (2020-07-13): first public release + + +Copyright (C) 2020, Robert Ryszard Paciorek + +This is free software distributed under terms of The MIT License. -- cgit v1.2.3