From 3442ff199c233903471bc7513b5638832cb239f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 10 Feb 2022 15:14:00 +0100 Subject: [PATCH] Update 'Standalone Scripts' --- Standalone-Scripts.md | 5 +++++ 1 file changed, 5 insertions(+) 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`.