Technical Formulas in LaTeX

Technical Formulas in LaTeX

Professional Development

9 Qs

quiz-placeholder

Similar activities

OOP Belitung

OOP Belitung

Professional Development

10 Qs

Microsoft Excel

Microsoft Excel

Professional Development

10 Qs

FC0106 EVALUACIÓN INICIACIÓN COMPETENCIAS BÁSICAS

FC0106 EVALUACIÓN INICIACIÓN COMPETENCIAS BÁSICAS

Professional Development

10 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Kiểm tra miệng: Bài 18 - Tin học 10

Kiểm tra miệng: Bài 18 - Tin học 10

Professional Development

10 Qs

Sistemas Binario y Decimal

Sistemas Binario y Decimal

Professional Development

12 Qs

Public Key Infrastructure

Public Key Infrastructure

Professional Development

10 Qs

Technical Formulas in LaTeX

Technical Formulas in LaTeX

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Meirian Lovelace-Tozer

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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}