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

All Questions

Tagged with
1 vote
1 answer
113 views

How to make a loop-generated table depending on the outcome of a calculation?

As a Dutch teacher my grading scale goes from 1,0 to 10,0. The calculation of the grade depends on three variables: the N-term; the score of the student; the total number of points for the exam. I ...
KenAdams's user avatar
  • 139
0 votes
2 answers
142 views

Modify gradetable in exam class

I'm using the exam class. I would like to modify the grade table so that instead of "Question" it would read "Domanda", instead of "Score" it would read "Punteggio&...
avati91's user avatar
  • 175
0 votes
1 answer
33 views

Table: Adjust width of cells

I want to create the layout shown below which appears at the top of a math test. The code currently renders as shown below. The cells with "Name" and "Period" need to be further ...
Siuslaw Math's user avatar
2 votes
1 answer
74 views

How to generate a numbered table with uniform distribution of numbers?

I want to generate a table for multiple choices with the following requirements Numbers are distributed uniformly on \linewidth Dot separators of numbers are aligned between rows Ability to customize ...
Al-Motasem Aldaoudeyeh's user avatar
0 votes
1 answer
82 views

Exam Class: Setting of question paper with Co, parts and Subparts

I would like to know in a exam class how to type a question paper of the below format 11 a)(i) State and prove Baye’s theorem. (Applying) CO1 ...
SAGITHYA's user avatar
1 vote
1 answer
36 views

How to reduce the gap between a table (CO Mapping table) and /fbox environment (for instructions)?

The gap between the table and instructions is too much. I would like to reduce it significantly. Kindly help. \documentclass[12pt,a4paper,addpoints,answers]{exam} % import packages \usepackage[utf8]{...
Saurabh Kumar Pandey's user avatar
0 votes
1 answer
58 views

landscape Header on the long side

Page 2 is to be displayed in landscape format. How to place the header on the top long side on this page? \documentclass[12pt,addpoints]{exam} \usepackage[a4paper,left=2cm, right=2cm, top=3cm,bottom=...
Z.J's user avatar
  • 389
2 votes
1 answer
187 views

Create table with for loop (\Numpoint loops) and formula

Im trying to get a table added to my exam tex file that shows the grade earned based on all possible amounts of scorable points. I am running intwo two issues: The amount of \numpoints of the {exam} ...
Zr.Ms. Bruinvis's user avatar
1 vote
0 answers
39 views

How to change the layout of the grading table in the exam document class (follow-up)

This 8-year old answer doesn't seem to work anymore with the most recent version of exam class. So, I would like to understand what changes are needed to get the desired output of point tables ...
Diaa's user avatar
  • 9,689
3 votes
2 answers
695 views

Generate a grading table for exam using tabularray

I would like to have two commands that automate the generation of both vertical and horizontal grading tables to look the same as those manually written by me below. \documentclass[a4paper,addpoints,...
Diaa's user avatar
  • 9,689
1 vote
1 answer
65 views

Automatically generate tabel that shows grade corresponding to number of points within exam

I would like to automatically add a table that shows the height of the grade corresponging to the number of points. So far, I have \tcprintroundresult{1} \tcsetcoltype{|c|c|}{>{\centering\...
KenAdams's user avatar
  • 139
0 votes
1 answer
555 views

exam: two-column questions

Following-up this question and considering the two-column MWE below, I would like to 1- understand why the inter-line spacing inside minipage is bigger than that of both tabular and paracol 2- know ...
Diaa's user avatar
  • 9,689
0 votes
1 answer
131 views

Misplaced noalign when using >{\centering} [duplicate]

I have the below code, and I want to center the col. elemnts so I used {||>{\centering}p{0.5\textwidth}||>{\centering}>p{0.3\textwidth}|}, but I got this error "\misplaced noalign" ...
Diana's user avatar
  • 1,289
0 votes
1 answer
115 views

longtable/exam: longtable doesn't page-break inside the solution environment

In the following, the longtable is not breakable inside the solution environment. So, how to make the it respect \newpage to break the table over the two pages? \documentclass[answers]{exam} \...
Diaa's user avatar
  • 9,689
5 votes
2 answers
1k views

Automate Box Method / Area Model for Polynomial Division in LaTeX

I am writing worksheets with polynomial division using area models (often called "box method"): The process is very slow for making dozens of problems, especially when the problems are bigger, like ...
EthanAlvaree's user avatar
  • 1,421

15 30 50 per page