Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 992 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 992 Bytes

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.