Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jandermoreira/drawdc
https://github.com/jandermoreira/drawdc
data-structures latex latex-package tikz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jandermoreira/drawdc
- Owner: jandermoreira
- License: gpl-3.0
- Archived: true
- Created: 2021-04-05T19:14:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T13:32:36.000Z (3 months ago)
- Last Synced: 2024-09-25T05:31:16.322Z (about 2 months ago)
- Topics: data-structures, latex, latex-package, tikz
- Language: TeX
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**This project is obsolete**
Please see http://github.com/jandermoreira/dsdraw.
# drawdc
Ferramentas para desenho de estruturas de dados para LaTeX.
Ferramentas
* arranjos
* matrizes
* listas encadeadas
* arquivos (registros e blocos)Tudo isso é beta! :-)
## instalação
Vá para seu diretório TEXMF (e.g., `~/texmf/tex/latex/local`) e salve todos os arquivos lá.## Uso
No preâmbulo do documento, acrescente:`\usepackage[<_opções_>]{drawdc}`
Nas _opções_ é possível colocar, separados por vírgulas: `array`, `matrix`, `linkedlist` ou `file`.