使用的是清华源

1、安装texlive

sudo apt install texlive-full

ubuntu18.04 安装texlive && texstudio

 

 


2、安装texstudio

sudo apt install texstudio
 3、测试,新建tex文件,拷贝下面代码,运行

\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK}{UTF8}{gkai}

Hello latex!\\
这是一个楷体中文测试,处理简体字。\\

\end{CJK}

\end{document}
 结果如下:

ubuntu18.04 安装texlive && texstudio

 

 


 

相关文章:

  • 2021-06-25
  • 2021-04-24
  • 2022-01-19
  • 2021-12-12
  • 2021-05-27
  • 2021-04-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-03
  • 2021-12-03
  • 2021-05-06
  • 2021-07-29
  • 2021-11-14
  • 2021-07-09
相关资源
相似解决方案