Luigi Pertoldi

Results 21 issues of Luigi Pertoldi

Hello! I noticed the following bug (?): If I try to enable hyperlink colouring with the following MWE: ```tex %! TEX program = xelatex \documentclass{beamer} \definecolor{DarkBlue}{HTML}{3973AC} \hypersetup{ colorlinks = true,...

I have some problems in displaying some images included in my presentation in Adobe Acrobat Reader, here's the minimal code that reproduces the issue: ```tex \documentclass{beamer} \usetheme{metropolis} \begin{document} \begin{frame}{test} \includegraphics[height=7cm]{test-img.pdf}...

Hi, my question might have a trivial answer but I cannot help myself with the docs or the source code. How do I set `yerr=None` for all histograms with a...

I cannot read histograms from [this ROOT file](https://github.com/JuliaHEP/UpROOT.jl/files/6754057/histos.root.txt). I think it's a floating point arithmetic issue. ```julia julia> using UpROOT julia> UpROOT.TFile("histos.root")["h_comp_roi"] ERROR: Histogram edge vectors must be 1 longer...

...needs uproot4. See also https://github.com/scikit-hep/uproot3-methods/issues/99

We should think about implementing a custom `HEPHistogram` object with under/overflow bins *à la* ROOT.

For some reason I cannot display characters with hex code point greater than FFFF, instead a "?" glyph (clearly fallback) is printed on the bar, is this possible?

I just tried to recompile BAT v1.0.0 after a long time (and system upgrades in between) on my Mac, and this is what I get: ``` libtool: compile: g++ -DHAVE_CONFIG_H...

Sometimes a relatively high number of iterations is needed for `BCMath::FastPValue` to return a stable result. In the fit i'm working on right now, for example, I need at least...

Handy with many-parameter models, does it look good?