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. wmv12下安装centos7

    第一步:安装软件: vmw版本是12,并在vmw下安装centos为CentOS-7-x86_64-DVD-1708.iso: 第二步:修改vmw虚拟网络配置 1)配置VMnet8 修改ip等信息 点 ...

  2. Extensions in UWP Community Toolkit - Visual Extensions

    概述 UWP Community Toolkit Extensions 中有一个为可视元素提供的扩展 - VisualExtensions,本篇我们结合代码详细讲解 VisualExtensions ...

  3. AWS stolen CPU

    故事的开头是这样的: 一天我正在吃饭,突然就收到了服务器告警(cpu high load),吓的我饭也没吃好,只吃了三碗就回去处理故障了,我在监控上看到了这样子的图: 看见了吧,吃饭那段时间cpu一下 ...

  4. app 下载更新 file-downloader 文件下载库的简单介绍和使用

    app 下载更新 file-downloader 文件下载库的简单介绍和使用 今天介绍一个下载库:file-downloader 文件下载库 说明: * 本文内容来自原 file-downloader ...

  5. Java中Set集合是如何实现添加元素保证不重复的?

    Java中Set集合是如何实现添加元素保证不重复的? Set集合是一个无序的不可以重复的集合.今天来看一下为什么不可以重复. Set是一个接口,最常用的实现类就是HashSet,今天我们就拿HashS ...

  6. Linux下的MySQL5.7.14启动方法

    启动MySQL服务: systemctl start mysql 启动MySQL服务(安全方式): mysqld_safe --user=mysql & 登录MySQL(有密码): mysql ...

  7. 原生js代码挑战之动态添加双色球

    var ballArr = []; //存放已有的红球,用来排除重复和排序window.onload = function(){ var btn = document.createElement(&q ...

  8. nativescript——轮播图组件

    import { Directive, ElementRef, AfterViewInit, Input, OnDestroy } from "@angular/core"; im ...

  9. [LeetCode] Max Consecutive Ones II 最大连续1的个数之二

    Given a binary array, find the maximum number of consecutive 1s in this array if you can flip at mos ...

  10. 【USACO】电子游戏 有条件的背包

    题目描述 翰的奶牛玩游戏成瘾!本来约翰是想把她们拖去电击治疗的,但是他发现奶牛们在玩游戏后生产 了更多的牛奶,也就支持它们了. 但是,奶牛在选择游戏平台上的分歧很大:有些奶牛想买 Xbox 360 来 ...