Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

gugugu

Views: 20
Image: ubuntu2204
Kernel: Python 3 (system-wide)

有注释的可以按说明改,无注释的理解逻辑后可以改,不然容易改错

import pandas as pd import numpy as np import matplotlib.pyplot as plt
def read(s): tmp = pd.read_csv(s, delimiter=' ', names=['Index', 'Data', 'Time'], skiprows=3) tmp.set_index('Index', inplace=True) eps= 5 if '3ATM' in s else (0 if '0ATM' in s else 10) if 'dvv+pave' in s: tmp['Data'] /= 1.0e6 if 'vzave' in s: negIdx = (tmp['Data'] < 0).idxmax() if (tmp['Data'] < 0).any() else len(tmp['Data']) tmp = tmp.loc[:negIdx] if 'dvv+pave' in s: tmp['Mean'] = (tmp['Data'] + tmp['Data'].shift(1)) / 2.0 tmp['DiffTime'] = tmp['Time'].diff() tmp['DiffImpluse'] = tmp['Mean'] * tmp['DiffTime'] tmp['AccImpluse'] = tmp['DiffImpluse'].cumsum() tmp.dropna(inplace=True) #tmp = tmp.loc[1:] return {'data': tmp, 'eps': eps, 'epsname': f'ε={eps}'}
# 在此处添加要读取的文件(左侧工具栏内上传后) ATM3M3_Thick_dvv = read("./边界层厚/3M3ATM,边界层厚,reportdvv+pave-rfile.out") ATM3M3_Thick_vzave = read("./边界层厚/3M3ATM,边界层厚,reportvzave-rfile.out") ATM3M6_Thick_dvv = read("./边界层厚/6M3ATM,边界层厚,reportdvv+pave-rfile.out") ATM3M6_Thick_vzave = read("./边界层厚/6M3ATM,边界层厚,reportvzave-rfile.out") ATM3M0_dvv = read('./3ATM0M,reportdvv+pave-rfile.out') ATM3M0_vzave = read('./3ATM0M,reportvzave-rfile.out') ATM5M6_Thin_dvv = read('./边界层薄/5ATM6M,reportdvv+pave-rfile.out') ATM5M6_Thin_vzave = read('./边界层薄/5ATM6M,reportvzave-rfile.out') pass
ATM3M3_Thin_dvv = read('./边界层薄/3ATM3M,reportdvv+pave-rfile.out') ATM3M3_Thin_vzave = read('./边界层薄/3ATM3M,reportvzave-rfile.out') ATM3M3_Thin_Tess_dvv = read('./边界层薄/3ATM3M,加密,reportdvv+pave-rfile.out') ATM3M3_Thin_Tess_vzave = read('./边界层薄/3ATM3M,加密,reportvzave-rfile.out') ATM3M3_Thin_Conv_dvv = read('./边界层薄/3ATM3M,收敛到1e-3,reportdvv+pave-rfile.out') ATM3M3_Thin_Conv_vzave = read('./边界层薄/3ATM3M,收敛到1e-3,reportvzave-rfile.out') ATM3M6_Thin_dvv = read('./边界层薄/3ATM6M,reportdvv+pave-rfile.out') ATM3M6_Thin_vzave = read('./边界层薄/3ATM6M,reportvzave-rfile.out') ATM3M6_Thin_Tess_dvv = read('./边界层薄/3ATM6M,加密,reportdvv+pave-rfile.out') ATM3M6_Thin_Tess_vzave = read('./边界层薄/3ATM6M,加密,reportvzave-rfile.out') ATM5M3_Thin_dvv = read('./边界层薄/5ATM3M,reportdvv+pave-rfile.out') ATM5M3_Thin_vzave = read('./边界层薄/5ATM3M,reportvzave-rfile.out') ATM5M6_Thin_dvv = read('./边界层薄/5ATM6M,reportdvv+pave-rfile.out') ATM5M6_Thin_vzave = read('./边界层薄/5ATM6M,reportvzave-rfile.out') pass
ATM3M0_dvv = read('./3ATM0M,reportdvv+pave-rfile.out') ATM3M0_vzave = read('./3ATM0M,reportvzave-rfile.out') ATM5M0_dvv = read('./5ATM0M,reportdvv+pave-rfile.out') ATM5M0_vzave = read('./5ATM0M,reportvzave-rfile.out') pass
class Counter: i = 0 def get(self): self.i += 1 return self.i nxter = Counter()
import matplotlib.font_manager matplotlib.font_manager.findSystemFonts(fontpaths=None, fontext='ttf')
['/usr/share/fonts/truetype/noto/NotoSansMyanmar-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-SemiCondensedExtraBold.ttf', '/usr/share/fonts/opentype/stix/STIXNonUnicode-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraBold.ttf', '/usr/share/fonts/opentype/urw-base35/URWBookman-Demi.otf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-ExtraCondensedSemiBold.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-SemiBold.ttf', '/usr/share/fonts/truetype/mononoki/mononoki-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/linex/BABEboit.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansUgaritic-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansOlChiki-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-Regular.ttf', '/usr/share/fonts/opentype/tlwg/Kinnari.otf', '/usr/share/fonts/truetype/adf/AccanthisADFStd-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansAnatolianHieroglyphs-Regular.ttf', '/usr/share/fonts/opentype/freefont/FreeSerif.otf', '/usr/share/fonts/opentype/opendyslexic/OpenDyslexic-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-SemiCondensedExtraLight.ttf', '/usr/share/fonts/opentype/comic-neue/ComicNeue-Light.otf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-ExtraLight.ttf', '/usr/share/fonts/opentype/ocr-b/OCRBX.otf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-Bold.ttf', '/usr/share/fonts/fonts-go/Go-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-ExtraLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansMultani-Regular.ttf', '/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-ThinItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-SemiCondensedExtraBold.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmroman5-regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-CondensedExtraLight.ttf', '/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansYi-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSymbols-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-CondensedBold.ttf', '/usr/share/fonts/truetype/unfonts-extra/UnShinmun.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGrantha-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-Condensed.ttf', '/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf', '/usr/share/fonts/truetype/lyx/rsfs10.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSylotiNagri-Regular.ttf', '/usr/share/fonts/truetype/open-sans/OpenSans-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-SemiCondensed.ttf', '/usr/share/fonts/opentype/tlwg/Purisa-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/liberation2/LiberationMono-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/linex/ellenbold.ttf', '/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedMediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoTraditionalNushu-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/opentype/urw-base35/P052-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansSundanese-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDevanagari-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-CondensedLight.ttf', '/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-ExtraBold.ttf', '/usr/share/fonts/truetype/katex/KaTeX_Fraktur-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansWarangCiti-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/linex/ipabold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansOgham-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedBlackItalic.ttf', '/usr/share/fonts/truetype/charis/CharisSIL-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansKayahLi-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-CondensedLight.ttf', '/usr/share/fonts/opentype/mathjax/MathJax_WinChrome-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTelugu-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedExtraBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansNewa-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedThinItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-CondensedSemiBold.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/povray/cyrvetic.ttf', '/usr/share/fonts/opentype/tlwg/TlwgTypist-Oblique.otf', '/usr/share/fonts/truetype/noto/NotoSerifLao-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-ExtraCondensedThin.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmromanslant9-regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoKufiArabic-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-Black.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmsans12-regular.otf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-ExtraCondensed.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengali-Medium.ttf', '/usr/share/fonts/truetype/croscore/Arimo-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaana-ExtraLight.ttf', '/usr/share/fonts/opentype/freefont/FreeMonoBoldOblique.otf', '/usr/share/fonts/truetype/noto/NotoSansThaana-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-Light.ttf', '/usr/share/fonts/opentype/tlwg/Sawasdee-BoldOblique.otf', '/usr/share/fonts/truetype/noto/NotoSerifThai-SemiCondensedThin.ttf', '/usr/share/fonts/fonts-go/Go-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-ExtraCondensedSemiBold.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansMayanNumerals-Regular.ttf', '/usr/share/fonts/truetype/adf/AccanthisADFStd-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-Light.ttf', '/usr/share/fonts/opentype/porson/GFSPorson.otf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-SemiCondensed.ttf', '/usr/share/fonts/opentype/tlwg/TlwgMono-Oblique.otf', '/usr/share/fonts/truetype/croscore/Cousine-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf', '/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Bold.ttf', '/usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansSignWriting-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengaliUI-SemiCondensed.ttf', '/usr/share/fonts/opentype/stix/STIXSizeFourSym-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansTirhuta-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTifinaghAzawagh-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf', '/usr/share/fonts/truetype/noto/NotoSansBamum-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCond.otf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-ExtraLight.ttf', '/usr/share/fonts/opentype/stix/STIXGeneral-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansVai-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansOldPersian-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-Regular.ttf', '/usr/share/fonts/fonts-go/Go-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/opentype/freefont/FreeSansBold.otf', '/usr/share/fonts/truetype/vollkorn/Vollkorn-BlackItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansCarian-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaana-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriyaUI-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedExtraBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDevanagari-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansSundanese-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-CondensedMedium.ttf', '/usr/share/fonts/truetype/freefont/FreeSansBold.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf', '/usr/share/fonts/truetype/noto/NotoSansArabic-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraCondensed.ttf', '/usr/share/fonts/opentype/didot-classic/GFSDidotClassic.otf', '/usr/share/fonts/truetype/noto/NotoSerifThai-SemiCondensedBold.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmsans12-oblique.otf', '/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-ExtraCondensedMediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraCondensedThinItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoRashiHebrew-Medium.ttf', '/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedBlackItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhudawadi-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-ExtraLight.ttf', '/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansKayahLi-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-ExtraCondensedLightItalic.ttf', '/usr/share/fonts/opentype/neohellenic/GFSNeohellenic.otf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifYezidi-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengali-ExtraCondensed.ttf', '/usr/share/fonts/truetype/adf/GilliusADF-CondItalic.otf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengali-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-ExtraCondensed.ttf', '/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansNabataean-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThaiUI-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedThinItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-SemiCondensedExtraBold.ttf', '/usr/share/fonts/opentype/urw-base35/NimbusRoman-BoldItalic.otf', '/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-CondensedBold.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-regular.otf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCondIt.otf', '/usr/share/fonts/opentype/ocr-b/OCRBL.otf', '/usr/share/fonts/truetype/noto/NotoSansKannada-Light.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyreschola-math.otf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-ExtraCondensedBold.ttf', '/usr/share/fonts/opentype/stix-word/STIX-Regular.otf', '/usr/share/fonts/opentype/urw-base35/Z003-MediumItalic.otf', '/usr/share/fonts/truetype/charis/CharisSIL-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTaiTham-Bold.ttf', '/usr/share/fonts/opentype/artemisia/GFSArtemisia.otf', '/usr/share/fonts/truetype/noto/NotoSerif-LightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedThinItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriyaUI-CondensedBlack.ttf', '/usr/share/fonts/truetype/adf/GilliusADF-BoldCondItalic.otf', '/usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-SemiBold.ttf', '/usr/share/fonts/truetype/linex/AbecedarioPautada.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-CondensedMedium.ttf', '/usr/share/fonts/truetype/baekmuk/dotum.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriyaUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansBassaVah-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-Medium.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-oblique.otf', '/usr/share/fonts/truetype/noto/NotoSansMeroitic-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriyaUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTibetan-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-SemiCondensedThin.ttf', '/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraCondensedExtraBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-Black.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThaiUI-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansSymbols-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/babelstone/BabelStoneHan.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-CondensedBlack.ttf', '/usr/share/fonts/truetype/linex/AbecedarioNegrita.ttf', '/usr/share/fonts/truetype/noto/NotoSansLisu-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThaiUI-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedExtraLightItalic.ttf', '/usr/share/fonts/truetype/adf/GilliusADFNo2-Cond.otf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/lyx/cmsy10.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-Regular.ttf', '/usr/share/fonts/truetype/tuffy/tuffy_bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-CondensedBlack.ttf', '/usr/share/fonts/truetype/arphic-gkai00mp/gkai00mp.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifYezidi-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansPsalterPahlavi-Regular.ttf', '/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf', '/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoBd.ttf', '/usr/share/fonts/opentype/comic-neue/ComicNeue-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/adf/UniversalisADFStd-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/open-sans/OpenSans-Semibold.ttf', '/usr/share/fonts/opentype/cabin/Cabin-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/open-sans/OpenSans-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansManichaean-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoRashiHebrew-Black.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmroman10-italic.otf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansAvestan-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/unfonts-core/UnGraphic.ttf', '/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-Light.ttf', '/usr/share/fonts/truetype/ocr-a/OCRACondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansCherokee-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThaiUI-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-CondensedMediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-Regular.ttf', '/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSerifTibetan-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansOldHungarian-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansCherokee-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/comfortaa/Comfortaa-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTifinaghSIL-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSans-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSans-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThaiUI-Extrabold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-SemiCondensedExtraBoldItalic.ttf', '/usr/share/fonts/opentype/mathjax/MathJax_Math-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansMasaramGondi-Regular.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-bold.otf', '/usr/share/fonts/truetype/noto/NotoSansBengaliUI-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-SemiCondensedLight.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-CondensedBold.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf', '/usr/share/fonts/truetype/noto/NotoSansOldTurkic-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengaliUI-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-Light.ttf', '/usr/share/fonts/truetype/noto/NotoNaskhArabicUI-Regular.ttf', '/usr/share/fonts/truetype/liberation2/LiberationMono-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-Thin.ttf', '/usr/share/fonts/opentype/noto/NotoSerifCJK-ExtraLight.ttc', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansNewTaiLue-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-Regular.ttf', '/usr/share/fonts/truetype/lyx/msbm10.ttf', '/usr/share/fonts/truetype/hack/Hack-Bold.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-regular.otf', '/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-R.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTibetan-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-SemiBold.ttf', '/usr/share/fonts/opentype/tlwg/Garuda.otf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKayahLi-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/opentype/urw-base35/P052-BoldItalic.otf', '/usr/share/fonts/truetype/linex/AbecedarioPuntos.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-ExtraCondensedMediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/unfonts-core/UnDinaruBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-ExtraLight.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmsans9-regular.otf', '/usr/share/fonts/truetype/noto/NotoLoopedThaiUI-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansBalinese-Regular.ttf', '/usr/share/fonts/fonts-go/Go-Mono-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSans-Medium.ttf', '/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedMediumItalic.ttf', '/usr/share/fonts/opentype/urw-base35/StandardSymbolsPS.otf', '/usr/share/fonts/truetype/noto/NotoSansBengali-ExtraBold.ttf', '/usr/share/fonts/opentype/ocr-b/OCRBF.otf', '/usr/share/fonts/truetype/noto/NotoSansMalayalamUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/lyx/wasy10.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-ExtraCondensed.ttf', '/usr/share/fonts/truetype/unfonts-extra/UnJamoBatang.ttf', '/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-ExtraCondensedExtraLightItalic.ttf', '/usr/share/fonts/opentype/urw-base35/C059-Roman.otf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedBoldItalic.ttf', '/usr/share/fonts/truetype/linex/apibolit.ttf', '/usr/share/fonts/truetype/noto/NotoSans-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Light.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf', '/usr/share/fonts/truetype/noto/NotoSansMono-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTibetan-ExtraLight.ttf', '/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Bold.otf', '/usr/share/fonts/truetype/adf/GilliusADF-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Light.ttf', '/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldItalic.otf', '/usr/share/texmf/fonts/opentype/public/lm/lmromanslant8-regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoNaskhArabic-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-Condensed.ttf', '/usr/share/fonts/opentype/opendyslexic/OpenDyslexicAlta-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansBuginese-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/linex/AbecedarioPuntGuiada.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-SemiCondensedBold.ttf', '/usr/share/fonts/opentype/stix/STIXVariants-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansNKo-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansOldItalic-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifThai-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriyaUI-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansBalinese-SemiBold.ttf', '/usr/share/fonts/truetype/linex/ellenike.ttf', '/usr/share/fonts/opentype/tlwg/Umpush.otf', '/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-bold.otf', '/usr/share/fonts/opentype/freefont/FreeSerifBold.otf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/liberation2/LiberationMono-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-ExtraCondensedExtraBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-SemiCondensed.ttf', '/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-Black.ttf', '/usr/share/fonts/truetype/charis/CharisSIL-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-CondensedBold.ttf', '/usr/share/fonts/truetype/katex/KaTeX_AMS-Regular.ttf', '/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMono.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-CondensedBlack.ttf', '/usr/share/fonts/truetype/adf/UniversalisADFStd-Cond.otf', '/usr/share/fonts/truetype/noto/NotoSansThai-ExtraLight.ttf', '/usr/share/fonts/truetype/junicode/Junicode.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/opentype/noto/NotoSansCJK-Medium.ttc', '/usr/share/fonts/truetype/noto/NotoSansTelugu-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-Medium.ttf', '/usr/share/fonts/truetype/adf/GilliusADFNo2-Bold.otf', '/usr/share/fonts/truetype/junicode/Junicode-Bold.ttf', '/usr/share/fonts/truetype/vollkorn/Vollkorn-ExtraBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoKufiArabic-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-CondensedSemiBold.ttf', '/usr/share/fonts/opentype/cabin/Cabin-SemiBoldItalic.otf', '/usr/share/fonts/truetype/linex/AbecedarioPuntPautada.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensed.ttf', '/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/opentype/stix/STIXGeneral-BoldItalic.otf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhi-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-SemiBold.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmroman8-italic.otf', '/usr/share/fonts/truetype/noto/NotoSerifLao-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansCham-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Italic.otf', '/usr/share/fonts/opentype/cabin/Cabin-Italic.otf', '/usr/share/fonts/truetype/noto/NotoSerifThai-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTelugu-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansCham-Thin.ttf', '/usr/share/fonts/opentype/urw-base35/URWGothic-Book.otf', '/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-Regular.ttf', '/usr/share/fonts/truetype/linex/Jara_Bold-It.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-CondensedMedium.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf', '/usr/share/fonts/truetype/noto/NotoSansThai-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-Black.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-bold.otf', '/usr/share/fonts/opentype/freefont/FreeSerifBoldItalic.otf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-SemiBold.ttf', '/usr/share/fonts/opentype/urw-base35/P052-Italic.otf', '/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bold.otf', '/usr/share/texmf/fonts/opentype/public/lm/lmmono10-regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedExtraLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-ExtraCondensedBlack.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-regular.otf', '/usr/share/fonts/truetype/noto/NotoSansKannada-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-SemiBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-CondensedSemiBold.ttf', '/usr/share/fonts/opentype/ipaexfont-mincho/ipaexm.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-CondensedThin.ttf', '/usr/share/fonts/truetype/unfonts-core/UnPilgiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/opentype/freefont/FreeMonoBold.otf', '/usr/share/fonts/truetype/noto/NotoSansSiddham-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansBrahmi-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansPhoenician-Regular.ttf', '/usr/share/fonts/opentype/urw-base35/D050000L.otf', '/usr/share/fonts/opentype/artemisia/GFSArtemisiaBoldIt.otf', '/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Bold.ttf', '/usr/share/fonts/opentype/tlwg/Norasi-Italic.otf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedExtraLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengali-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedThinItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDevanagari-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannada-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansThai-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-CondensedBoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-BlackItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabic-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-SemiCondensedExtraBold.ttf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf', '/usr/share/fonts/truetype/noto/NotoSansOlChiki-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-SemiCondensedSemiBold.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmroman7-italic.otf', '/usr/share/fonts/truetype/noto/NotoSerifThai-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansEthiopic-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-ExtraCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-CondensedThin.ttf', '/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTagalog-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-SemiCondensedExtraLight.ttf', '/usr/share/fonts/truetype/adf/GilliusADF-Cond.otf', '/usr/share/fonts/truetype/noto/NotoSansArabic-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifAhom-Regular.ttf', '/usr/share/fonts/truetype/mononoki/mononoki-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansTeluguUI-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/elusive-icons/elusiveicons-webfont.ttf', '/usr/share/fonts/truetype/noto/NotoSansOldNorthArabian-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmerUI-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengali-Light.ttf', '/usr/share/fonts/truetype/liberation2/LiberationSans-Italic.ttf', '/usr/share/fonts/opentype/opendyslexic/OpenDyslexicAlta-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSansArabic-SemiCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-Medium.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-SemiCondensedExtraBold.ttf', '/usr/share/fonts/opentype/stix-word/STIXMath-Regular.otf', '/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf', '/usr/share/fonts/opentype/noto/NotoSerifCJK-Light.ttc', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Condensed.ttf', '/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSerif-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-SemiCondensedBold.ttf', '/usr/share/fonts/opentype/ebgaramond/EBGaramondSC08-Regular.otf', '/usr/share/fonts/truetype/katex/KaTeX_SansSerif-Regular.ttf', '/usr/share/fonts/truetype/lato/Lato-Heavy.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTibetan-Regular.ttf', '/usr/share/fonts/opentype/didot/GFSDidotBoldItalic.otf', '/usr/share/fonts/truetype/lato/Lato-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-CondensedExtraBold.ttf', '/usr/share/fonts/opentype/mathjax/MathJax_Math-BoldItalic.otf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSans-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujarati-SemiCondensedLight.ttf', '/usr/share/fonts/opentype/PowerlineSymbols.otf', '/usr/share/fonts/truetype/noto/NotoSansMyanmarUI-Bold.ttf', '/usr/share/fonts/opentype/ocr-b/OCRBS.otf', '/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf', '/usr/share/fonts/truetype/lyx/esint10.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagariUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-Condensed.ttf', '/usr/share/fonts/truetype/unfonts-core/UnBatang.ttf', '/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-BlackItalic.ttf', '/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriya-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedThai-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-CondensedExtraLight.ttf', '/usr/share/fonts/truetype/adf/GilliusADF-BoldItalic.otf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMyanmar-ExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansInscriptionalPahlavi-Regular.ttf', '/usr/share/fonts/opentype/tlwg/Waree.otf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/opentype/tlwg/Norasi-Bold.otf', '/usr/share/fonts/truetype/noto/NotoSerifHebrew-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDevanagari-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-CondensedSemiBold.ttf', '/usr/share/fonts/opentype/opendyslexic/OpenDyslexicAlta-Italic.otf', '/usr/share/fonts/fonts-go/Go-Mono.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-Black.ttf', '/usr/share/fonts/truetype/unfonts-core/UnDotum.ttf', '/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansTakri-Regular.ttf', '/usr/share/fonts/opentype/ebgaramond/EBGaramondSC12-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-CondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansCherokee-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSans-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKhmer-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-SemiCondensedMediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansImperialAramaic-Regular.ttf', '/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Bold.otf', '/usr/share/fonts/opentype/noto/NotoSerifCJK-Black.ttc', '/usr/share/fonts/truetype/noto/NotoSansBengali-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-SemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraCondensedThin.ttf', '/usr/share/texmf/fonts/opentype/public/lm/lmsans10-boldoblique.otf', '/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-regular.otf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSansKhmer-CondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamil-Condensed.ttf', '/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKannada-SemiBold.ttf', '/usr/share/fonts/truetype/crosextra/Caladea-BoldItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansGeorgian-Light.ttf', '/usr/share/fonts/truetype/noto/NotoSansGurmukhiUI-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansGujaratiUI-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-CondensedItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansBatak-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-ExtraCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/katex/KaTeX_SansSerif-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifSinhala-CondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansOriya-CondensedThin.ttf', '/usr/share/fonts/truetype/adf/GilliusADF-BoldCond.otf', '/usr/share/fonts/truetype/noto/NotoSans-CondensedExtraLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-SemiCondensedExtraLight.ttf', '/usr/share/fonts/opentype/mathjax/MathJax_Main-Regular.otf', '/usr/share/fonts/truetype/noto/NotoSerifArmenian-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansBengali-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-MediumItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansArmenian-CondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSansTamilUI-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-ExtraCondensedBlackItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSans-SemiCondensedExtraLightItalic.ttf', '/usr/share/fonts/truetype/noto/NotoSansDisplay-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansArabicUI-ExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansLaoUI-ExtraCondensedMedium.ttf', '/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSansThaiUI-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-ExtraCondensedExtraBold.ttf', '/usr/share/fonts/truetype/noto/NotoSerifBengali-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerif-Bold.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhala-SemiCondensedThin.ttf', '/usr/share/fonts/truetype/noto/NotoSerifGeorgian-ExtraCondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-SemiCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoLoopedLaoUI-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-SemiCondensedLight.ttf', '/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Italic.ttf', '/usr/share/fonts/truetype/noto/NotoSerifLao-CondensedBold.ttf', '/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF2.otf', '/usr/share/fonts/truetype/lato/Lato-Thin.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-Condensed.ttf', '/usr/share/fonts/truetype/noto/NotoSansSaurashtra-Regular.ttf', '/usr/share/fonts/truetype/noto/NotoSansDevanagari-SemiCondensedExtraLight.ttf', '/usr/share/fonts/opentype/tlwg/Waree-Bold.otf', '/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf', '/usr/share/fonts/truetype/noto/NotoSerifThai-ExtraCondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSansSinhalaUI-Medium.ttf', '/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-BoldItalic.otf', '/usr/share/fonts/truetype/noto/NotoSerifDisplay-SemiCondensedSemiBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansLao-SemiCondensedMedium.ttf', '/usr/share/fonts/fonts-go/Go-Smallcaps.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-SemiCondensed.ttf', '/usr/share/fonts/truetype/noto/NotoSerifKannada-Medium.ttf', '/usr/share/fonts/opentype/mathjax/MathJax_Vector-Regular.otf', '/usr/share/fonts/truetype/noto/NotoLoopedLao-CondensedBlack.ttf', '/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Black.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansMono-CondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansKannadaUI-SemiCondensedBold.ttf', '/usr/share/fonts/truetype/linex/ipaitali.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamil-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-SemiCondensedMedium.ttf', '/usr/share/fonts/truetype/noto/NotoSansHebrew-ExtraCondensedExtraLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansMalayalam-ExtraCondensedBold.ttf', '/usr/share/fonts/truetype/noto/NotoSansTelugu-CondensedLight.ttf', '/usr/share/fonts/truetype/noto/NotoSansGlagolitic-Regular.ttf', ...]
VZ, FORCE, IMPLUSE_ACCU = 0x01, 0x02, 0x04 names = {VZ: '出口速度', FORCE: '瞬时力', IMPLUSE_ACCU: '冲量'} # 此处更改不同列的名称 matplotlib.rcParams.update({ "text.usetex": False, "pgf.texsystem": "xelatex", "font.size": 32 }) plt.rcParams['text.latex.preamble']=r'\makeatletter \newcommand*{\rom}[1]{\expandafter\@slowromancap\romannumeral #1@} \makeatother' matplotlib.use('pgf')
def plot(dvv, vz, item, legend=None): if item == VZ: plt.plot(vz['data']['Time'], vz['data']['Data'], label=vz['epsname'] if legend is None else legend) elif item == FORCE: plt.plot(dvv['data']['Time'], dvv['data']['Data'], label=dvv['epsname'] if legend is None else legend) elif item == IMPLUSE_ACCU: plt.plot(dvv['data']['Time'], dvv['data']['AccImpluse'], label=dvv['epsname'] if legend is None else legend) def comparePlot(dvvs, vzs, title, xlabel, ylabel, item, legends=None): assert len(dvvs) == len(vzs) for i in range(len(dvvs)): plot(dvvs[i], vzs[i], item, None if legends is None else legends[i]) plt.title(title) plt.xlabel(xlabel) plt.ylabel(ylabel) plt.legend() plt.ticklabel_format(style='sci', axis='x', scilimits=(0,0), useMathText=True) plt.ticklabel_format(style='sci', axis='y', scilimits=(0,0), useMathText=True)

<Thick - Thin>

for ele in [VZ, FORCE, IMPLUSE_ACCU]: plt.figure(nxter.get()) comparePlot([ATM3M3_Thin_dvv, ATM3M3_Thick_dvv], [ATM3M3_Thin_vzave, ATM3M3_Thick_vzave], 'ATM3M3 Thick - Thin', 'Time', names[ele], ele, legends=['Thin', 'Thick']) #plt.savefig(f'ATM3M3 Thick - Thin - {names[ele]}.png') # save file plt.show()
# ATM3M6_Thin_dvv 和 ATM3M6_Thick_dvv 关于 VZ, FORCE, IMPLUSE_ACCU 分别对比,产生3张图 # ATM3M6_Thin_dvv 和 ATM3M6_Thick_dvv 分别对应标注 'Thin', 'Thick' # 横轴为 names[ele], 纵轴为 'Time', title为 'ATM3M6 Thick - Thin', 'Time' for ele in [VZ, FORCE, IMPLUSE_ACCU]: plt.figure(nxter.get()) comparePlot([ATM3M3_Thin_dvv, ATM3M3_Thin_Tess_dvv], [ATM3M3_Thin_vzave, ATM3M3_Thin_Tess_vzave], # dvv 和 vzave 一一对应 'ε=5,Ma=3,tess', 'Time', names[ele], ele, legends=['normal', 'tess']) plt.savefig(f'Ma=3,H=0km - {names[ele]}.png') # 保存文件 plt.show()