惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
V
Visual Studio Blog
雷峰网
雷峰网
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
C
Check Point Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
D
Docker
IT之家
IT之家
博客园 - 聂微东
腾讯CDC
U
Unit 42
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog

Jonathan Fine

Towards 21st Century Digital Typography Lighter TeX Runs Faster Render Latex Multiple Ways A Blind Math User Story A Visually Impaired Coder's User Story Accessible and Tagged PDF User Stories and Accessibility New Online Tools for TeX Beginners Tex Hour Agenda Blind Math News Accessibility Evaluation: Open University and RNIB Accessibility Tools Latex math on social media Multi Author Docs Blind Math News Happy Birthday Don Knuth New Year's and Christmas Fun Tex Office Hours Importance of Typography UK TeX users — from here to there Calling UK LaTeX editors etc A LaTeX Typing Tutor About the LaTeX Typing Tutor London Scholarly Tech Meetup UK TeX User Group survives Jonathan Fine's statement for Chair of UK TUG Some new 2019 Q3 ac.uk LaTeX pages UK TUG — more news soon Why 2358? Why did I choose Hugo?
LaTeX Tutor Sub and Sup
2020-01-14 · via Jonathan Fine

POSTS

There are many online tutors for learning to type. They're useful. Here's one, that helps new LaTeX users learn and practice subscripts and superscripts. (It uses an instant-preview widget, based on MathJax.)

Although only a proof-of-concept prototype, it might already good enough to help some people. And perhaps inspire others.

Subscripts and superscripts

The lesson starts here. The basics are:

  • use underscore ‘_’ for subscript
  • use caret ‘^’ for superscript.

Grouping

This is an advanced topic, which can't be avoided.

Some formulas, such as $2^{10}=1024$, require grouping. Without grouping one gets $2^10=1024$, which is something different.

2^{10} = 1024 % With grouping. Correct.
2^10 = 1024 % Without grouping. Wrong.

The basics of grouping are:

  • use left curly brace ‘{’ to start a group
  • use right curly brace ‘}’ to end a group
  • the left and right curlies must be properly nested

Grouping is sometimes hard. Particularly when the nesting is complicated.

Instructions

  1. The exercise widget is below. The first two boxes contain formulas. Your task is to make the second box the same as the first.

  2. The third box (blue edged) is where you type the answer. Change its content, to change the second box.

  3. For these exercises, the third box starts with the correct answer, but with some of the ‘_^{}’ symbols removed.

  4. Your task is to add the missing symbols. That's all you need to do.

\[\] \[\]

  • First box: the mathematics to typeset.
  • Second box: your answer so far, typeset.
  • Third box (blue edge): type your answer here.
  • Done? Press [Enter] to get a new task.
  • Stuck? The solution is below.

Solution:

Interested? Want to help?

If you like this and want to help, please let me know. Here are some of the ways:

Careful, thought-out and friendly criticism is a sincere compliment, and a valuable source of help. (That's the way I see it, on my good days.)

Found a bug? Got an idea?

Well done. If it's a nice one, please add it to our collection.

Further reading

Here are some other posts that might interest you

Finally

While researching this page (I'm fairly new to twitter) I found this wonderful tweet from the UK's Royal National Institute for the Blind (RNIB):

Make sure you capitalize the first letter of each word in hashtags so that screen reader software reads out each word separately. It also makes them #EasierToRead!

Here's a link to the tweet.