<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>LaTeX on Crexyer&#39;s Blog</title>
    <link>https://www.crexyer.com/tags/latex/</link>
    <description>Recent content in LaTeX on Crexyer&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 17 Jul 2019 16:01:29 +0800</lastBuildDate>
    
	<atom:link href="https://www.crexyer.com/tags/latex/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>数学环境下行内向量的基线对齐问题</title>
      <link>https://www.crexyer.com/2019/07/baseline-alignment-of-inline-vector/</link>
      <pubDate>Wed, 17 Jul 2019 16:01:29 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2019/07/baseline-alignment-of-inline-vector/</guid>
      <description>&lt;p&gt;在描述行向量时，常采用只有单行元素的矩阵环境，例如&lt;code&gt;matrix&lt;/code&gt;、&lt;code&gt;bmatrix&lt;/code&gt;、&lt;code&gt;pmatrix&lt;/code&gt;等矩阵环境来实现，当只有单行时，矩阵内元素的基线和矩阵外公式的基线并没有对齐，在大行距的情况下表现尤其明显。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>使用 unicode-math 宏包时 \mathbb 黑板体字符的显示问题</title>
      <link>https://www.crexyer.com/2019/06/mathbb-show-different-chars-with-unicode-math-package/</link>
      <pubDate>Fri, 21 Jun 2019 23:16:14 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2019/06/mathbb-show-different-chars-with-unicode-math-package/</guid>
      <description>&lt;p&gt;最近需要使用实数集数学符号 R 时，注意到在 LaTeX 中的显示方式有些奇怪，如下图所示，符号本应该是右边的空心字，但是却显示成为了左侧字体，经过查阅资料，该问题是由于 &lt;code&gt;unicode-math&lt;/code&gt; 宏包加载的字体为 lmroman10-regular，该字体中的黑板体 R 确实为左侧字符，在没有使用 &lt;code&gt;unicode-math&lt;/code&gt; 宏包的情况下，该字体由 &lt;code&gt;amssymb&lt;/code&gt; 宏包提供，对应的字体文件为 msbm10，由于 Latin Modern 的字体样式与内置的数学字体符号不同导致了显示效果的差异。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>在 TeXstudio 中显示正确的中文括号</title>
      <link>https://www.crexyer.com/2016/10/show-correct-chinese-brackets-in-texstudio/</link>
      <pubDate>Sat, 01 Oct 2016 15:25:18 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2016/10/show-correct-chinese-brackets-in-texstudio/</guid>
      <description>&lt;p&gt;在 TeXstudio 中有一个 BUG，当一行里面存在中文括号的时候会使得光标和选中的文字变得不正常，这个问题已经有人&lt;a href=&#34;http://bbs.pku.edu.cn/fox/bbs/bbstcon.php?board=MathTools&amp;amp;threadid=15632242&#34; target=&#34;_blank&#34;&gt;提出&lt;/a&gt;，但是并没有解决方案。经过查证，该问题是 TeXstudio 编辑器默认的 QCE 渲染模式导致的，修改渲染方式可以解决该问题。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>使用 CircuiTikZ 绘制电路图</title>
      <link>https://www.crexyer.com/2016/09/draw-circuits-with-circuitikz/</link>
      <pubDate>Sat, 17 Sep 2016 23:01:20 +0800</pubDate>
      
      <guid>https://www.crexyer.com/2016/09/draw-circuits-with-circuitikz/</guid>
      <description>&lt;p&gt;众所周知，LaTeX 中拥有强大的绘图宏包 &lt;a href=&#34;https://www.ctan.org/pkg/pgf&#34; target=&#34;_blank&#34;&gt;TikZ&lt;/a&gt;，但是其并不能很好的支持电路图的绘制，而基于 TikZ 的 &lt;a href=&#34;https://www.ctan.org/pkg/circuitikz&#34; target=&#34;_blank&#34;&gt;CircuiTikZ&lt;/a&gt; 宏包则包含了各种元器件的定义，并且样式和种类都非常丰富，使用它可以方便地绘制出各种电路图。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>