diff --git a/Standalone-Scripts.md b/Standalone-Scripts.md index 3caf6ee..123e95d 100644 --- a/Standalone-Scripts.md +++ b/Standalone-Scripts.md @@ -133,3 +133,8 @@ Script used to create tables of the TMVA significance. Output is a LaTeX table. ### GetTablesOfEventNumbers.cc Outputs a LaTeX table with number of events at selection steps. + +### Putting plots into LaTeX slides + +In order to quickly and easily include all the plots into slides, python script to put figures into slides is included. It is possible to set how many plots in how many rows are there. The corresponding files are `Codes/Scripts/LaTeX/putIntoSlides.py` and +`Codes/Scripts/LaTeX/putIntoSlides_Utils.py`.