From 924dfac8358e4caeec54b5bce18848ee52f36eac Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 27 Jan 2023 03:01:16 +0000 Subject: CTAN sync 202301270301 --- graphics/pgf/contrib/codeanatomy/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'graphics/pgf/contrib/codeanatomy/README.md') diff --git a/graphics/pgf/contrib/codeanatomy/README.md b/graphics/pgf/contrib/codeanatomy/README.md index 32d85cfa5b..1a3a55f2c3 100644 --- a/graphics/pgf/contrib/codeanatomy/README.md +++ b/graphics/pgf/contrib/codeanatomy/README.md @@ -1,5 +1,5 @@ -`codeanatomy` -- Draw Code Anatomy -================================== +# `codeanatomy` -- Draw Code Anatomy # + (C) 2019 Hồng-Phúc Bùi @@ -11,23 +11,23 @@ from Robert Sedgewick and Kevin Wayne. This package just provides tools to draw those figures. Some illustrations can be found here: - https://introcs.cs.princeton.edu/java/home/ +For example: Anatomy of a static method: + -for example the origin illustation of static method in java: - +_![Anatomy of a static method](https://introcs.cs.princeton.edu/java/11cheatsheet/images/function.png)_ -Licence -------- +## Licence ## + This package may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this License or any later version. The latest version of this license is in the file https://www.latex-project.org/lppl.txt -Build and Install (for Distributor) ------------------------------------ +## Build and Install (for Distributor) ## + * To build the style file `codeanatomy.sty` just run **one** of @@ -50,8 +50,8 @@ lualatex codeanatomy.lstlisting.tex (`lualatex` because of my name, really ego right! It needs unicode to be typeset correctly.) -Development ------------ +## Development ## + I try to use latex3 as much as posible. You can use -- cgit v1.2.3