Technical Formulas in LaTeX

Technical Formulas in LaTeX

Professional Development

9 Qs

quiz-placeholder

Similar activities

Thin & Light

Thin & Light

Professional Development

7 Qs

KUIS AWS-DAY3

KUIS AWS-DAY3

Professional Development

10 Qs

JMP Quizzard 3.o

JMP Quizzard 3.o

Professional Development

10 Qs

Sistemas Numéricos

Sistemas Numéricos

Professional Development

7 Qs

Modern Warships

Modern Warships

KG - Professional Development

10 Qs

Tower Defense Simulator Quiz PL

Tower Defense Simulator Quiz PL

Professional Development

13 Qs

ICT05 - Day 1

ICT05 - Day 1

Professional Development

10 Qs

Python pathlib module

Python pathlib module

Professional Development

11 Qs

Technical Formulas in LaTeX

Technical Formulas in LaTeX

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Meirian Lovelace-Tozer

Used 10+ 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}