Skip to main content

Questions tagged [points]

The tag has no usage guidance.

4 votes
1 answer
121 views

Simple question about drawing the real line using tikz

I have never drawn anything of LateX before, and I would like to represent intervals of the form [x,x'], with both x,x' real numbers, as I show below. I have 0 experience with tikz and altough I've ...
Rodrigo's user avatar
  • 491
4 votes
1 answer
607 views

Plot several connected points

I have the following code, a minimal working example only with 10 points: \documentclass{article} \usepackage{tikz,pgfplots} \usetikzlibrary{calc} \usetikzlibrary{positioning} \begin{document} \...
Angelo Aliano Filho's user avatar
4 votes
1 answer
1k views

Aligning points in right margin

I was wondering if someone could help me align the marks in the right margin. Thanks in advance!! \documentclass{exam} \usepackage[utf8]{inputenc} \usepackage[left=1cm, right=4cm, top=2cm]{geometry} ...
LaurenJ's user avatar
  • 43
4 votes
1 answer
208 views

Points Format in examclass -- add time

I have been trying to find a way to add time per question within the points option (so that each question shows [X points, Y mins.] but I still have no idea how. Is there any way to add a second ...
Vitor Cavaco's user avatar
4 votes
1 answer
379 views

Showing points and total points using exercise or any other suitable package

I want to prepare a book with many chapters (and sections), notes, exercises and linked solutions at the end of the book . I decided to adopt the example from on matching enumerated exercises with ...
Freeman's user avatar
  • 299
3 votes
2 answers
518 views

How to change syntax for color and fill color in tkz-eulide

In tkz-euclide, points are filled in grey with a black outline. I can setup points to be completely black by using \tkzSetUpPoint[fill=black] Now what I would like to have a new keyword rot so that ...
Shakaja's user avatar
  • 155
3 votes
1 answer
492 views

Placing points on right without margin

I'm using the exam document class, and have played around with the options for points placement. Essentially, I want something that works like \pointsdroppedatright. The only problem is that it ...
zenofpython's user avatar
3 votes
1 answer
2k views

Drawing a point [duplicate]

How do I draw a simple point using the tikz package? I can draw a line, a square, a circle and more, but not sure how to draw a point. I tried \draw(0,0); expecting it to plot a point, but that didn'...
user avatar
2 votes
2 answers
1k views

How to create a point cloud in a 3D coordinate system with TikZ?

I want to create a simple point cloud in a coordinate system similar to this one: but without the axes being annotated by their values. For these example points: \pgfplotstableread{ X Y Z 2.2 14 4 ...
Rani's user avatar
  • 130
2 votes
1 answer
221 views

Changing the color of points in brackets in a question with documentclass "exam"

I'm quite new to LaTex and I do try to write an exam with the doumentclass "exam". Everything is good so far but now I want to have the given points of questions to appear in a different color than ...
Martin Heydenreich's user avatar
2 votes
2 answers
640 views

Points printed right after part question in exam class

I'm using the exam class (exam.cls) to make an exam. I'm trying to get the points printed right after the part question. Anyone an idea how to achieve this? \documentclass[11pt]{exam} \begin{document}...
BoukjeDG's user avatar
2 votes
2 answers
1k views

Creating an answer line with point value in an exam

I'm creating an exam and trying to format the answer line, and having a world of trouble with it. My ideal format is to have: The question Vertical space (for workings) Then a right-aligned answer ...
Weezbee's user avatar
  • 33
2 votes
1 answer
405 views

How to create empty boxes at right page margin in exam class

I want to create exams. Therefore I will use the exam package. How can I create emtpy boxes at the right page margin? I need this for adding up the earned points of each question. My current ...
Maximilian's user avatar
2 votes
0 answers
75 views

connecting nearest points [closed]

I'm fairly new to pgfplots and latex and strugling a bit with connecting points in pgfplots. I have a bunch of points and want pgfplots to connect each point to the point next to them. To get a line ...
Johannes Behrens's user avatar
2 votes
0 answers
141 views

How to mark the question's source in exam class?

I am using exam class to prepare a question bank and I wanted to mark the source of the question(that is from where I have taken) at the end of the question. How to achieve this? MWE: \...
David's user avatar
  • 1,984

15 30 50 per page