Tagged Questions
2
votes
1answer
608 views
Which font am I using
I am creating many figures for my LaTeX document using matplotlib with 'text.usetex': True.
My full preamble looks like this:
rc('font', **{'family':'serif', 'serif':['Computer Modern Roman']})
...
4
votes
1answer
667 views
concrete font for text in matplotlib
I have matplotlib figures with labels, which are included as PDF in LaTeX document. I would like label text match with the font of the text, which is concrete (via \usepackage{concrete}).
I can ...
7
votes
2answers
740 views
Set fonts in matplotlib graphs equal to tex document
I am writing my PhD in LaTeX and I am generating all my graphical content in Python with the matplotlib package. For my TeX document, I am using a math-supported font -- e.g. Kurier Light Condensed -- ...