• windows 下 latex graphviz 字体设置


    fc-list :lang=zh-cn > x:zn.txt

    英文

    Calibri,Calibri Light,Calibri Light Italic:
    Cambria:style=Bold Arial,Arial Narrow:
    Times New Roman:
    Arial,Arial Narrow:
    Segoe UI,Segoe UI Light:style=Light,Regular Segoe Print:style=Bold Microsoft Sans Serif:
    Arial:
    Times New Roman:
    Informal Roman:
    Cambria:style=Italic Cambria Math:style=Regular Segoe UI:Consolas:style=Italic

    中文

    STSong,华文宋体:style=Regular
    FZShuTi,方正舒体:style=Regular
    FangSong,仿宋:
    LiSu,隶书:style=Regular Microsoft YaHei UI:
    STCaiyun,华文彩云:style=Regular Microsoft YaHei,微软雅黑:
    Microsoft YaHei,微软雅黑:
    STXingkai,华文行楷:style=Regular STZhongsong,华文中宋:style=Regular FZLanTingHeiS-UL-GB,方正兰亭超细黑简体:style=Regular Arial Unicode MS:
    NSimSun,新宋体:style=Regular FZYaoTi,方正姚体:style=Regular STHupo,华文琥珀:style=Regular SimHei,黑体:
    STLiti,华文隶书:style=Regular SimSun,宋体:style=Regular YouYuan,幼圆:style=Regular STXinwei,华文新魏:style=Regular STKaiti,华文楷体:style=Regular STXihei,华文细黑:style=Regular KaiTi,楷体:
    Microsoft YaHei UI:
    Microsoft YaHei,微软雅黑:
    Microsoft YaHei,微软雅黑:
    STFangsong,华文仿宋:style=Regular
    进入latex下的
    exliveinwin32

    fc-list :lang=zh-cn >d:cnfont.txt
    fc-list :lang=en >d:enfont.txt
    fc-list :lang=zh-tw
    fc-list :lang=ja

    ewcommandfontnamehei{SimHei}%黑体
    ewcommandfontnamesong{SimSun}%宋体
    ewcommandfontnamekai{KaiTi_GB2312}%楷体
    ewcommandfontnameyahei{Yahei Mono}%雅黑

    usepackage{fontspec}
    ewfontfamilyBitstream{Bitstream Vera Sans Mono}

    ewfontfamilyMonaco{Monaco}


    %mac下设置中文
    %setCJKmainfont[BoldFont=FZCuSong-B09S]{FZNew ShuSong-Z10S}

    %windows下设置中文
    %setCJKmainfont[BoldFont=方正粗宋简体]{方正新书宋简体}


    ewfontfamilyBitstream{Bitstream Vera Sans Mono}
    ewfontfamilyDejaVu{DejaVu Sans Mono}



    ------------------------------------------------------------------------------------
    mac 下设置字体
    ------------------------------------------------------------------------------------
    使用命令获取所有字体
    system_profiler SPFontsDataType

    DejaVu Sans Mono
    FZCuSong-B09S
    FZNew ShuSong-Z10S
    Bitstream Vera Sans Mono

    usepackage{xeCJK}
    setCJKmainfont[BoldFont=FZCuSong-B09S]{FZNew ShuSong-Z10S}
  • 相关阅读:
    三种钱是花的越多,赚的越多
    程序员除去繁华,你的匠心何在?
    科目三考试
    药房托管
    文章标题
    【cocos2d-x 3.7 飞机大战】 决战南海I (八) 背景移动
    Android开发时经经常使用的LogUtil
    仿支付宝/微信的password输入框效果GridPasswordView解析
    hdoj 1518 Square 【dfs】
    mysql配置文件夹错误:在安装mysql 5.6.19 时运行cmake命令是出现CMake Error: The source directory does not appear to contai
  • 原文地址:https://www.cnblogs.com/Searchor/p/6846912.html
Copyright © 2020-2023  润新知