zoukankan      html  css  js  c++  java
  • Latex 数字加粗后变宽 Latex bold without increasing the length of the text

    Add the following code at the beginning of the article
    ewsaveboxCBox
    def	extBF#1{sboxCBox{#1}
    esizebox{wdCBox}{htCBox}{	extbf{#1}}}

    Then :

    	extBF{foobarbaz}

    Example:

    documentclass{article}
    usepackage{graphicx}
    
    ewsaveboxCBox
    def	extBF#1{sboxCBox{#1}
    esizebox{wdCBox}{htCBox}{	extbf{#1}}}
    parindent=0pt
    egin{document}
    foobarbaz y\
    	extbf{foobarbaz} y\
    	extBF{foobarbaz} y
    
    end{document}

    参考:

    https://tex.stackexchange.com/questions/23678/textbftext-without-increasing-the-length-of-the-text

    https://tex.stackexchange.com/questions/399859/fake-semibold-bold-without-increasing-the-length-of-the-text

  • 相关阅读:
    数组列简介
    linq的使用
    StringBuilder对象
    使用类来继承接口
    设置函数库并引用
    循环语句
    cut和paste用法
    uniq用法
    shell中数组的应用
    委派
  • 原文地址:https://www.cnblogs.com/jins-note/p/10954160.html
Copyright © 2011-2022 走看看