Tagged Questions
4
votes
3answers
6k views
How to order 3 images horizontally?
I use the following code to include three images:
\begin{figure}[h]
\includegraphics{delete_gesture.png}
\caption{Awesome Image}
\label{fig:awesome_image}
\end{figure}
\begin{figure}[h]
...
3
votes
2answers
389 views
Generate line hash scale
I want to recreate the original NASA TLX Question from here, but how do you generate the hash scale?