Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 533 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 533 Bytes

Set of handy LaTeX tricks

  • Precision-Recall plot (precision-recall.tex)

It features reading data from files, and a foreach loop. The example comes from the boundary evaluation of image segmentation.

  • Matlab to LaTeX tables

Write a LaTeX table from Matlab data (folder matlab), highlighting the maximum or minimum values per row (table_with_max_per_row.m) or column (table_with_max_per_column.m).