Technical Formulas in LaTeX

Technical Formulas in LaTeX

Professional Development

9 Qs

quiz-placeholder

Similar activities

Do You Know ALL Alphabet Binary Code?

Do You Know ALL Alphabet Binary Code?

3rd Grade - Professional Development

11 Qs

ImageNet Classification Reading PoW

ImageNet Classification Reading PoW

Professional Development

10 Qs

IGI (DIKLAT IGI SUMSEL)

IGI (DIKLAT IGI SUMSEL)

Professional Development

11 Qs

Micro processor

Micro processor

Professional Development

10 Qs

Verificação de Aprendizagem de Interações Profissionais

Verificação de Aprendizagem de Interações Profissionais

Professional Development

14 Qs

Mech 3

Mech 3

Professional Development

10 Qs

Blender

Blender

7th Grade - Professional Development

11 Qs

Quiz : Naviguer dans un cours Moodle

Quiz : Naviguer dans un cours Moodle

Professional Development

10 Qs

Technical Formulas in LaTeX

Technical Formulas in LaTeX

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Meirian Lovelace-Tozer

Used 11+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

TeX was created by who in 1978?

Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When we want to type a formula in LaTeX, which mode do we use?

formula mode

math mode

computer mode

error mode

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol can be used to enter math mode?

$

*

&

=

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

True or false: Formulas on Wikipedia are often written using TeX code.

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol is the alignment character in LaTeX?

!

@

#

$

&

6.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

How do you create unnumbered equations in math mode? Select all correct answers.

Use \begin{equation} or \begin{align}

Use \begin{equation*} or \begin{align*}

Use in-line math mode: $ $ or \( \)

Use the command \nonumber

7.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

How easy is it to type a formula in LaTeX? Select all correct answers.

I can copy-paste from Wikipedia

I can refer to a cheat sheet or DeTeXify

I can take a photo with MathPix

I can use the geometry package: https://ctan.org/pkg/geometry

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

3.14 is close enough

pi

\pi

\pie

9.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

\lim_h\to 0 \frac{f(x+h) - f(x)}{h}

\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

\lim_{h \to 0} \frac{f(x+h) - f(x)} / {h}

lim_h->0 \fraction{f(x+h)-f(x)} {h}