Latex:TexStudio的使用
http://blog.csdn.net/pipisorry/article/details/54565608Texsdudio 快捷键The keyboard shortcuts can be modified at Options -> Shortcuts.The following list is a rough overview of the defaults keyboard short
http://blog.csdn.net/pipisorry/article/details/54565608
Texstudio相关设置
更改texstudio界面为中文界面
操作步骤为Options > Configure TexStudio > General > Language > zh_CN > OK
设定编译器和文献工具
Options > Configure TexStudio > 构建 >
编辑器 > xelatex;
Texstudio使用
texstudio编译
写好latex文档,如:
\documentclass{article}
\usepackage{ctex}
\begin{document}
你好测试Helloworld!测试测试
\end{document}
直接build&view。
texstudio技巧1
在texstudio侧边栏中添加todo标签 %todo ...todo-something...
或者% 大写字母开头也是自动添加成todo标签
Texsdudio 快捷键
The keyboard shortcuts can be modified at Options -> Shortcuts.
The following list is a rough overview of the defaults keyboard shortcuts. Depending on the operating system, there may be some deviations to adapt for OS-specific shortcut conventions.
- "File" menu :
- New : Ctrl+N
- Open : Ctrl+O
- Save : Ctrl+S
- Save as: Ctrl+Alt+S
- Save all: Ctrl+Shift+Alt+S
- Close : Ctrl+W
- Print Source Code : Ctrl+P
- Exit : Ctrl+Q
- "Edit" menu :
- Undo : Ctrl+Z
- Redo : Ctrl+Y
- Copy : Ctrl+C
- Cut : Ctrl+X
- Paste : Ctrl+V
- Select All : Ctrl+A
- Expand Selection to Word : Ctrl+D
- Expand Selection to Line : Ctrl+L
- Delete Line : Ctrl+K
- Delete to End of Line : Alt+K
- Find : Ctrl+F
- Find next : F3 / Ctrl+G
- Find prev : Shift+F3 / Ctrl+Shift+G
- Replace : CTrl+R
- Go to line : Ctrl+G
- Go to previous change: Ctrl+H
- Go to to next change: Ctrl+Shift+H
- Go to Bookmark 0..9: Ctrl+0..9
- Set Bookmark 0..9: Ctrl+Shift+0..9
- Set Unnamed Bookmark: Ctrl+Shift+B
- Next Marker: Ctrl+Down
- Previous Marker: Ctrl+Up
- Go Back : Alt+Left
- Go Forward : Alt+Right
- Insert Unicode Character : Ctrl+Alt+U
- "Idefix" menu :
- Erase Word/Cmd/Env: Alt+Del
- Paste as LaTeX: Ctrl+Shift+V
- Show preview : Alt+P
- 注释Comment : Ctrl+T
- 去除注释Uncomment : Ctrl+U
- Next Latex Error: Ctrl+Shift+Down
- Previous Latex Error: Ctrl+Shift+Up
- Next Latex Bad Box: Shift+Alt+Down
- Previous Latex Bad Box: Shift+Alt+Up
- Go to definition: Ctrl+Alt+F
- Normal Completion: Ctrl+Space
- \begin Completion: Ctrl+Alt+Space
- Normal Text Completion: Alt+Shift+Space
- Close Last Open Environment: Alt+Return
- Remove Placeholders: Ctrl+Shift+K
- "Tools" menu :
- 快速构建 F1
- Build & View : F5
- Compile : F6
- View : F7
- Bibliography : F8
- Glossary : F9
- Check spelling : Ctrl+:
- Thesaurus : Ctrl+Shift+F8
- "LaTeX" menu :
- item : Ctrl+Shift+I
- Italic : Ctrl+I
- Slanted : Ctrl+Shift+S
- Bold : Ctrl+B
- Typewriter : Ctrl+Shift+T
- Small caps : Ctrl+Shift+C
- Emphasis : Ctrl+Shift+E
- New line : Ctrl+Return
- begin{environment} : Ctrl+E
- Insert reference to next label : Ctrl+Alt+R
- "Math" menu :
- Inline math mode : Ctrl+Shift+M
- Display math mode : Alt+Shift+M
- Numbered equations : Ctrl+Shift+N
- Subscript : Ctrl+Shift+D
- Superscript : CTrl+Shift+U
- Frac : Alt+Shift+F
- Dfrac : Ctrl+Shift+F
- Sqrt : Ctrl+Shift+Q
- Left : Ctrl+Shift+L
- Right : Ctrl+Shift+R
- "User" menu :
- User tags : Shift+F1...Shift+F10
- User commands : Shift+Alt+F1...Shift+Alt+F10
- "View" menu :
- Previous Document : Ctrl+PgDown
- Next Document : Ctrl+PgUp
- Focus Editor : Ctrl+Alt+Left
- Focus Viewer : Ctrl+Alt+Right
- Close Something : Esc
- Editor Zoom In : Ctrl++
- Editor Zoom Out : Ctrl+-
- Fullscreeen Mode : F11
texstudio其它快捷键
ctrl+左键单击tex文件内容: pdf文件跳转到对应的段落中高亮显示。反之,ctrl+左键单击pdf文件内容,tex文件跳转到对应的段落中高亮显示。
texstudio快捷键失效
注释快捷键失效
最可能原因是qt5的原因,lz怕有其它负作用,没有解决这个问题。
[Texstudio shortcuts not working after upgrade to 16.04]
Latex小工具
Note: texstudio基本自带这些小工具
from: Latex:TexStudio的使用_皮皮blog-CSDN博客_texstudio教程pdf
ref: [Texstudio用户手册:TeXstudio : User manual]
更多推荐
所有评论(0)