Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
82 views

How to put a picture side to the multiple alternatives using the exam class?

I want to put a picture right next to the multiple choices using the exam class, but I can only get it above or below the choices. Here my code: \documentclass[12pt,a4paper,addpoints]{exam} \...
Cristian David Oliva San Martn's user avatar
0 votes
1 answer
282 views

exam: paracol \setcolumnwidth doesn't work as expected for a two-column part

Why does the image in the second column not fill a width of 0.34\linewidth as expected? \documentclass{exam} \usepackage[a4paper, top=1.9cm, left=2cm, right=2cm, bottom=2.2cm,showframe]{geometry} \...
Diaa's user avatar
  • 9,689
0 votes
1 answer
119 views

xparse / wrapfigure: \intextsep doesn't affect the output when set inside a \NewDocumentEnvironment

For the following, why does \setlength{\intextsep}{#5} inside \NewDocumentEnvironment{mywrapfigure} not have any effect on the output, which makes me have to use \setlength{\intextsep}{0pt} locally ...
Diaa's user avatar
  • 9,689
1 vote
2 answers
2k views

Using table inside solution environment of exam documentclass

I am trying to use the table environment inside the solution environment of the exam documentclass. Unfortunately this doesnt work as stated in this question since table is also a float. The ...
Finn's user avatar
  • 379
1 vote
1 answer
231 views

Sketching within a Solution Environment

I wish to sketch a set within a solution environment, but my attempts have led to the following error message: LaTeX Error: Float(s) lost. How do I fix this? Here is a snippet of my code \...
Matthew's user avatar
  • 125
4 votes
1 answer
800 views

How to add logo at exam class with two column?

I have a problem about "How to add logo at Exam class with two column ?". My MWE like this : \documentclass[11pt,addpoints,answers,twocolumn]{exam} \usepackage{graphicx,lastpage} \usepackage{...
Hirwanto's user avatar
  • 1,335
2 votes
2 answers
1k views

Image inside exam environment above question

I am wondering how can I fix the constant problem in inserting an image for a question. When I insert the image, I always have the image being above the question number. I want the question number to ...
1028's user avatar
  • 647
2 votes
1 answer
1k views

A new figure environment for the exam class

The incompatibility of having a float inside the solutions box of the exam class is somewhat well known. Multiple solutions for this exist, almost all of which use some variant of the caption package ...
user2751530's user avatar
  • 1,102
1 vote
1 answer
968 views

Entering figure in the header in exam class

I am using the exam class for preparing a question paper. Can anyone tell me how to insert a figure in the header? My aim is to insert the university's letterhead at the top of the paper. regards Leo
Leo's user avatar
  • 13
3 votes
1 answer
799 views

Placing figures adjacent to exam choices

In the following mwe, I'd like the circular ohm formula figure to be positioned further to the right and the bottom of the figure lined up with choice D of question 4. I don't want the blank space ...
sixoklok's user avatar
10 votes
1 answer
2k views

Lost float in exam class

For some reason, I can't seem to put a figure or a table environment inside a solution environment while using the exam class. It produces a float is lost error. Has anyone found a way to bypass this ...
Jean-Sébastien's user avatar
9 votes
1 answer
6k views

how to put figures on a page in exam class!

I am trying to put four figures in one page. I have tried using \clearpage, \afterpage{\clearpage} with afterpage package as suggested and worked successfully in many other cases. I have also tried ...
Khaaba's user avatar
  • 1,858