Skip to content

Instantly share code, notes, and snippets.

View Scriddie's full-sized avatar
💭
Trying to write code that's smarter than me

Alexander Reisach Scriddie

💭
Trying to write code that's smarter than me
View GitHub Profile
@v-pravin
v-pravin / graph-tool_installation.md
Last active April 10, 2020 14:18
Installation of graph-tool from source
@LanternD
LanternD / fixed_table_column_width_aligned_text_demo.tex
Created June 17, 2018 01:19
LaTeX - Fixed table column width while aligning text left/center/right
\documentclass{article}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\begin{document}