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

推荐订阅源

MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
博客园 - 叶小钗
A
About on SuperTechFans
Last Week in AI
Last Week in AI
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
博客园 - 司徒正美
博客园 - Franky
博客园 - 【当耐特】
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
J
Java Code Geeks

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.