overleaf上使用latex快捷键
overleaf帮助文档!
https://www.overleaf.com/learn/latex/Questions/How_do_I_insert_an_image_into_my_document%3F
-
Ctrl
+/
Comment a block of text -
Ctrl
+,
Finds page from source code -
Ctrl
+.
Refresh preview -
Ctrl
+Z
Undo -
Ctrl
+B
Bold -
Ctrl
+I
Italics
参考:https://tex.stackovernet.com/cn/q/70606
使用技巧:
latex中输入%
先在文件的开头添加宏包:
\usepackage{amssymb}
\usepackage{amsmath}
百分号可以用 \% 来输入,反斜杠用 \backslash 输入。(注意反斜杠算符号,要在$...$或者$$...$$中输入)