Questions tagged [setcounter]

34 questions
3
votes
1 answer

How to set equation counter as three to the power "a"

I want my counter to look like this: \setcounter{equation}{3^a} %and \setcounter{equation}{$3^a$} %doesnt work OR maybe Im wrong and thats not counter
1
vote
1 answer

How to expand a macro in \setcounter?

I am using exam class to typeset an exam. As MWE, my exam has an MCQ section and Short answer sections. In the grade table, I want the MCQ section to display as one row of total marks (instead of 20-30 boxes of 1 point), and the Short section to be…
welcomb
  • 80
0
votes
0 answers

\subsection without \section is numbered 0.1. How do I make it 1.1 without the \section?

I'm using \documentclass{amsbook} I'll grant it's a little unusual but I'd like to open a chapter with a series of subsections, but without a section. When I do this I get the numbering noted in the question: 0.1 A Subsection. Which I would like to…
TonyK
  • 625
  • 2
  • 9
0
votes
0 answers

When I use the \setcounter{page}{1} I got a blank page after my preface

When I use the \setcounter{page}{1} I got a blank page after my preface but no page number. Is there's a way to remove it ? I already use the \let\cleardoublepage\clearpage I'm using a re:view https://github.com/kmuto/reviewto generate a latex
Udot
  • 45