Font size
WorksheetsLaTeX Workshop Quiz
Total questions: 16
Worksheet time: 5mins
TeX was created by who in 1978?
What is LaTeX (and TeX)? Select all correct answers.
A document preparation system
The material gloves are made out of
A mark up language
A milky fluid found in many plants
True or False: The first line of your LaTeX file is \begin{document}
True
False
What's the best way to collaborate on a LaTeX project?
In-person, with a printed copy
Email the pdf
By sharing on Overleaf
In LaTeX, environments are like which of the following?
Which environment is used to insert an image?
figure
insertgraphic
insertimage
burger
How can I resize an image? Select all correct answers.
Change the scale
Change the height
Change the width
You can't
Where will my image appear? Select all correct answers.
Always on a new page
LaTeX will choose the 'optimal' positioning for me
I can use [h] so my image appears 'here'
On Mars
Which environment is used to create an unordered list?
itemize
enumerate
itemise
burger
Which environment is used to create an ordered list?
itemize
enumerate
itemise
burger
True or False: The command \next is used to list the next item on a list
True
False
True or False: The tabs (indents) are not necessary in LaTeX.
True
False
Which of these environments can be used when creating a table in LaTeX? Select all correct answers.
table
hammer
burger
tabular
Which symbol is the alignment character?
@
#
&
!
How can you deal with an error? Select all correct answers.
Share my project with a friend and ask for help
Check the error log and Google it
Ask a question on Slack
Panic and shut down the computer!
True or False: Packages are added in the preamble, before \begin{document}
True
False
