Skip to content

Commit

Permalink
修改若干语言描述并且统一称呼
Browse files Browse the repository at this point in the history
  • Loading branch information
OsbertWang committed Nov 9, 2019
1 parent f21fea5 commit 526487a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions chapter/editor.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ \section{Windows 10 系统}
在实际操作中, 用户会发觉使用记事本编写 \texttt{tex} 文件十分不便,
因此很多用户都将其他编辑器作为自己的首选.
本文向大家介绍随 \TeX{} Live 一同发行的轻量级编辑器 \TeX works 和功能更加丰富的 \href{https://github.com/texstudio-org/texstudio/releases}{\TeX studio}.
其他编辑器, 因本人并不常用, 无法一一介绍, 还请自己在网上寻求更多帮助.
其他编辑器无法一一介绍, 还请自己在网上寻求更多帮助.

\subsection{\TeX works}

Expand Down Expand Up @@ -268,7 +268,10 @@ \section{Ubuntu 18.04 系统}
\section{Windows Subsystem for Linux}

使用 WSL 时,
推荐用户在主系统中使用 \href{https://code.visualstudio.com/}{VS Code} 的 \texttt{Remote WSL} 插件.
推荐用户在主系统中使用 \href{https://code.visualstudio.com/}{VS Code} 的 \href{https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl}{Remote WSL}
插件来配合
\href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{\LaTeX{} Workshop}
编辑文件.

若需要使用 \TeX studio, 则需要将 \texttt{bash.exe} 及其绝对路径写入编译命令中.
使用 \href{https://www.voidtools.com/zh-cn/}{everything} 搜索时会发现多个 \texttt{bash.exe}, 这里我们选择在路径 \texttt{C:\textbackslash Windows\textbackslash WinSxS...} 下的 \texttt{bash.exe}.
Expand Down
10 changes: 8 additions & 2 deletions chapter/summary.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,14 @@ \chapter{总结和展望}
目前感受是该方法较之 Windows 10 系统中的编译更快.
其他方面并未进行比较.
由于 \TeX studio 在 WSL 中无法正常正反搜索,
因此我使用了 VS Code 配合 LaTeX-Workshop 和 Romote-WSL 来编写文档.
这里将个人使用的相关配置附上.
因此我使用了 VS Code 配合
\href{https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl}{Remote WSL}
\href{https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop}{\LaTeX{} Workshop}
来编写文档.
这里将个人使用的相关配置附上,
其中注释的部分是调用外部 SumatraPDF 阅读器的配置,
用户可参考 \href{https://wenda.latexstudio.net/article-5055.html}{SumatraPDF 阅读器该怎么设置——以 TeXStudio 和 VS Code 为例}来了解更多内容.
\begin{lstlisting}
"latex-workshop.latex.tools": [
{
Expand Down

0 comments on commit 526487a

Please sign in to comment.