• pygments


    https://pygments.org/

    https://github.com/pygments/pygments

    style name

    pygmentsstyles\__init__.py

    #: Maps style names to 'submodule::classname'.
    STYLE_MAP = {
        'default':  'default::DefaultStyle',
        'emacs':    'emacs::EmacsStyle',
        'friendly': 'friendly::FriendlyStyle',
        'colorful': 'colorful::ColorfulStyle',
        'autumn':   'autumn::AutumnStyle',
        'murphy':   'murphy::MurphyStyle',
        'manni':    'manni::ManniStyle',
        'material': 'material::MaterialStyle',
        'monokai':  'monokai::MonokaiStyle',
        'perldoc':  'perldoc::PerldocStyle',
        'pastie':   'pastie::PastieStyle',
        'borland':  'borland::BorlandStyle',
        'trac':     'trac::TracStyle',
        'native':   'native::NativeStyle',
        'fruity':   'fruity::FruityStyle',
        'bw':       'bw::BlackWhiteStyle',
        'vim':      'vim::VimStyle',
        'vs':       'vs::VisualStudioStyle',
        'tango':    'tango::TangoStyle',
        'rrt':      'rrt::RrtStyle',
        'xcode':    'xcode::XcodeStyle',
        'igor':     'igor::IgorStyle',
        'paraiso-light': 'paraiso_light::ParaisoLightStyle',
        'paraiso-dark': 'paraiso_dark::ParaisoDarkStyle',
        'lovelace': 'lovelace::LovelaceStyle',
        'algol':    'algol::AlgolStyle',
        'algol_nu': 'algol_nu::Algol_NuStyle',
        'arduino':  'arduino::ArduinoStyle',
        'rainbow_dash': 'rainbow_dash::RainbowDashStyle',
        'abap':     'abap::AbapStyle',
        'solarized-dark': 'solarized::SolarizedDarkStyle',
        'solarized-light': 'solarized::SolarizedLightStyle',
        'sas':         'sas::SasStyle',
        'stata':       'stata_light::StataLightStyle',
        'stata-light': 'stata_light::StataLightStyle',
        'stata-dark':  'stata_dark::StataDarkStyle',
        'inkpot':      'inkpot::InkPotStyle',
        'zenburn': 'zenburn::ZenburnStyle',
    }
    

    pygmentsstylesmaterial.py

    pygmentsformatterslatex.py

    pygments oken.py

    有些文字一直为黑色

    • 原因: 一直为黑色的字体并没有被pygments染色. 它们的颜色为latex的默认字体颜色。

    • 解决:在 begin document前,使用 color{red} 将文档的所有字体默认色变为红色。

  • 相关阅读:
    JQuery.Ajax()的data参数类型
    通过拖动表格行进行行排序
    jquery animate()背景色渐变的处理
    JavaScript代码不执行
    Java性能调优笔记
    tika提取pdf信息异常
    Solr字段配置错误
    Oracle查询字符集
    zookeeper中Watcher和Notifications
    zookeeper适用场景:分布式锁实现
  • 原文地址:https://www.cnblogs.com/Searchor/p/14591308.html
Copyright © 2020-2023  润新知