LaTeX技巧218:LaTeX如何正确输入引号:双引号“”单引号‘’

最近看一些latex用户的文章,输入的双引号和单引号都是用输入法中的中文模式键入,并不是LaTeX的正确输入方式。
正确的输入方法如下:
使用键盘的 Tab键上侧的连续键入两个``然后输入键盘的两个单引号''。单引号输入类似。示例如下:
LaTeX技巧218:LaTeX如何正确输入引号:双引号“”单引号‘’_第1张图片

演示代码:
   \documentclass{article}
    \setlength\textwidth{150pt}
   \begin{document}
    \large
    Pumas are``large, cat-like animals'' which are `found in America'. Whenreports came into London Zoo that a wild puma had been spottedforty-five miles south of London, they were not taken seriously.However, as the evidence began to accumulate, experts from the Zoofelt obliged to investigate, for the descriptions given by peoplewho claimed to have seen the puma were extraordinarilysimilar.
      \end{document}

你可能感兴趣的:(LaTeX技巧218:LaTeX如何正确输入引号:双引号“”单引号‘’)