Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinam45/pfc_latex
Pinam45 Files and Configs - LaTeX
https://github.com/pinam45/pfc_latex
latex latex-examples latex-template pfc
Last synced: 2 months ago
JSON representation
Pinam45 Files and Configs - LaTeX
- Host: GitHub
- URL: https://github.com/pinam45/pfc_latex
- Owner: pinam45
- License: mit
- Created: 2017-01-01T18:20:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T14:03:47.000Z (over 7 years ago)
- Last Synced: 2024-10-19T01:13:41.688Z (3 months ago)
- Topics: latex, latex-examples, latex-template, pfc
- Language: TeX
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PFC_LaTeX (Pinam45 Files and Configs in LaTeX)
## What is this
This is a repository that contains some of my files and configs. I reuse them in projects and stuff...
## Contents:
### listings
- Languages definition for the `listings` package
- Algorithm
- ARM Assembler
- CUDA
- Extended BASH
- Standard Library C
- UPC
- Styles definition for the `listings` package
- **default_style**: Completely documented default style
- **magic_style**: My personnal style for code
- **default_algo_style**: Base style for the algo styles
- **algo_style**: style used by `\lstinputalgo`
- **fancyalgo_style**: style used by `\lstinputfancyalgo`
- Commands to input algorithms typesetted in form of "pseudocode"
- `\lstinputalgo`: using default style
- `\lstinputfancyalgo`: using fancy style### Fancy report template
A simple report template using `fancyhdr` package.
### UPmethodology report template
A more complete report template using `upmethodology` package.