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

All Questions

Tagged with
1 vote
2 answers
80 views

Tricky problem with embedding graphics next to text in an exam (possibly using paracol)

I need to create an exam with a complex structure (using parts, subparts and occasionally even subsubparts). At the same time I have only a limited number of pages available and thus need to place ...
Photon's user avatar
  • 265
1 vote
1 answer
93 views

Trying to move this logo to the right of the page

Firstly, I apologise in advance if this is a really silly and obvious one. I am trying to add a logo to the right side of every single page. I am not sure why this image is constantly showing in the ...
user292225's user avatar
1 vote
1 answer
934 views

Image going down in the next page, shifted towards right

\documentclass[12pt]{exam} \newtheorem{theorem}{Theorem} \usepackage{graphicx} \usepackage{amsmath} \usepackage{commath} \usepackage{epstopdf} \usepackage{tikzpagenodes} \...
Rishab Shinghal's user avatar
2 votes
3 answers
348 views

Custom picture placement in exam style

How can I put my image next to the text in the exam style? I want it to look like the second example. I am using tikz to draw the picture. The code is really long so I won't post it all here but this ...
Angela van Wyngaard's user avatar
2 votes
1 answer
3k views

Add picture in Exam class

I am writing assignment using exam class. I am having difficulty in adding pictures. Could anyone help me with it, please? The following is my work. As a test, I attach the following picture. \...
LaTeXFan's user avatar
  • 1,573
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
4 votes
1 answer
621 views

What is the simplest way to get graphs for each answer choice like in the example below

I am trying to make an exam with multiple questions having graphs as answer choices. I want them to be aligned as shown below. Thank you in advance!
1028's user avatar
  • 647
7 votes
3 answers
5k views

Make an exam format with a logo

I am trying to make a header of an exam page but with logo. Below is my code. \usepackage{graphicx} \begin{document} \firstpageheadrule \begin{figure}[] \includegraphics[width=20mm]{logo.png} \...
Henry's user avatar
  • 1,165
0 votes
0 answers
200 views

PDFLATEX : Cover Page Image with No Margin [duplicate]

I'm creating exam paper using exam class as mentioned below: \documentclass[a4paper,addpoints,answers,10pt]{exam} \usepackage{tikz} \usepackage{graphicx} \usepackage{wallpaper} \TileWallPaper{\...
Pawan Mude's user avatar
  • 2,931
14 votes
3 answers
2k views

Exam Class : With Question with images and border

I'm learning Exam Class to generate question paper. Sample tex code is mentioned below: \documentclass{exam} \usepackage{tikz} \newcommand*\circled[1]{\tikz[baseline=(char.base)]{ \node[...
Pawan Mude's user avatar
  • 2,931
8 votes
1 answer
9k views

How to insert logo in exam document class?

I would like to insert a logo for the exam questionnaire on the upper right where the title is placed but i dont know how.. i would like to appear it this way.
Kayla's user avatar
  • 1,665
6 votes
1 answer
3k views

How to include graphics with width in the exam class?

I am trying to compose an exam with a figure as part of the question. However, I am having trouble using the standard \includegraphics command with pdflatex. I can not specify the arguments to \...
Neil's user avatar
  • 367