http://blog.csdn.net/pipisorry/article/details/54565608

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 :
    • 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]

皮皮blog

Latex小工具

[Latex论文写作-Texsdudio 快捷键总结]

Note: texstudio基本自带这些小工具

皮皮blog

from: http://blog.csdn.net/pipisorry/article/details/54565608

ref: [Texstudio用户手册:TeXstudio : User manual]

[英语论文中怎么正确地写计量单位]

Latex:TexStudio的使用的更多相关文章

  1. LaTeX+TexStudio安装与使用

    (很多杂志期刊接受LaTeX电子版时会提供自己的模板,只要使用他们的模板即可完美地展现在对应的刊物中) 0x00. 优点 丰富易用的数学公式和特殊符号: 容易生成图表编号.引用.交叉引用.目录: 可以 ...

  2. 论文写作+gnuplot制图

    一:论文写作 论文写作推荐使用LATEX+TEXStudio+TEXLive 1.CTeX官方网站:http://www.ctex.org/HomePage ,他类似于python环境 2.TeXst ...

  3. TeXstudio 编写Latex论文的若干问题

    TeXstudio 编写Latex论文的若干问题解决方案总结       问题1: 如何安装TeXstudio 以及 Texstudio当中的中文字体使用问题.   一.如何安装TeXstudio 很 ...

  4. Latex加速: TexStudio的安装和使用

    TexStudio可以加速Latex的编辑和写作,这里简单介绍一下TexStudio的安装,配置和使用.但是有一个重要的前提,TexStudio会使Latex源代码和pdf文件并排显示,比较占用桌面的 ...

  5. Dark theme for Texstudio - TeX - LaTeX

    Dark theme for Texstudio ~~~  1.window系统如下操作 ~~~ 1. texstudio的配置文件texstudio 的配置文件在~/.config/texstudi ...

  6. latex 添加Bibtex 全解(使用TeXstudio)

    前提知识: 生成pdf的一般流程 在使用Latex之前,我们一般会借用已有的论文模板,在模板基础上加入我们自己的文章内容,随后编译成PDF文件,其基本流程就是:Latex->Bibtex-> ...

  7. 【论文排版工具】——LaTeX的安装及使用(MiKTeX+TexStudio+Windows)

    版权声明:本文为CSDN博主「豆豆花」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明. 原文链接:https://blog.csdn.net/weixin_405 ...

  8. Texstudio、Latex 大段注释,多行注释 快捷键

    Texstudio.Latex 大段注释,多行注释  快捷键 单行注释:在每行前加 %  即可 大段注释: \usepackage{verbatim} \begin{comment} ... \end ...

  9. Latex的使用(Ctex+TeXstudio)

    1.下载 CTEX Latex 本来是只支持英文的,但是实在太好用了,遂结合中国的团队以及有识之士,开发了这个 CTEX , CTEX 有 TexLive( TexLive 为 Latex 安装包的名 ...

随机推荐

  1. [转]解决scrapy下载图片时相对路径转绝对路径的问题

    专注自:http://blog.csdn.net/hjy_six/article/details/6862648 这段时间一直在研究利用scrapy抓取图片的问题,我发觉,用官网的http://doc ...

  2. 追女神助手v0.1

    #-*-coding:utf8-*- import smtplib from email.mime.text import MIMEText import requests from lxml imp ...

  3. C# Execl表格文件转xml文件

    在我们的工作中可能会需要到让execl表格转换成xml文件来使用,这样程序读取数据来也比较方便 下面就写一个小程序来实现execl表格转换成xml文件来使用 会使用到的知识点如下 1:引用第三方Exe ...

  4. C#之FTP上传下载(一)

    搭建FTP服务器 最近要实现这样一个功能:FTP服务器的上传和下载,搜集了一些资料,在c播客上看到昵称为"傻丫头和科技"的作者写的一篇文章写得挺好,有的地方个人觉得不是很详细,自己 ...

  5. 【实验吧】CTF_Web_天下武功唯快不破

    打开链接"http://ctf5.shiyanbar.com/web/10/10.php",从页面内容未发现明显信息,查看源代码发现"please post what y ...

  6. [Wc2010]重建计划

    Description Input 第一行包含一个正整数N,表示X国的城市个数. 第二行包含两个正整数L和U,表示政策要求的第一期重建方案中修建道路数的上下限 接下来的N-1行描述重建小组的原有方案, ...

  7. 洛谷P2572 [SCOI2010]序列操作

    线段树 pushdown写的很浪~ #include<cstdio> #include<cstdlib> #include<algorithm> #include& ...

  8. 【USACO】 录制唱片

    题目描述 贝西想从奶牛摇滚乐队的 N 首歌里挑出一些录制一套专辑.专辑分 K 张唱片,每张唱片可容纳总长为 C 分钟的歌曲.第 i 首歌的长度为 T i 分钟,录制唱片时,唱片之间的歌曲需要保持原本的 ...

  9. SPOJ Coconuts 最大流 最小割

    A group of n castle guards are voting to determine whether African swallows can carry coconuts. Whil ...

  10. bzoj 4710: [Jsoi2011]分特产

    Description JYY 带队参加了若干场ACM/ICPC 比赛,带回了许多土特产,要分给实验室的同学们. JYY 想知道,把这些特产分给N 个同学,一共有多少种不同的分法?当然,JYY 不希望 ...