Skip to main content

Questions tagged [order]

3 votes
1 answer
104 views

(This question is a follow up of Spurious space before footnotemarks when both babel-french, fnpct and the reverse option of the latter are used) The answer was to add \setfnpct{before-footnote-space=...
Denis Bitouzé's user avatar
2 votes
2 answers
837 views

I'm trying to polish a typical template that I frequently use to write books on maths and physics (so I usually load a large set of packages!). Some packages may be old and obsolete, others may clash ...
Cham's user avatar
  • 2,674
0 votes
0 answers
39 views

For watermarking effects, I want LaTeX to render content starting from the top of the current page. Like a page break (\pagebreak or \newpage) but without feeding the page. I know there are packages ...
ByteEater's user avatar
  • 163
2 votes
0 answers
75 views

I’m trying to make a foreign language commentary that has vocabulary help for all words on a given page, as well as grammatical notes on individual words, phrases, sentences, etc. It seemed reledmac ...
Brother Thurm's user avatar
0 votes
0 answers
22 views

the problem is that for the entry @commantary the bibliography will show the given name of the editors first and then the family name. i tried in vain to change the bbx file to show first the family ...
Leon_a's user avatar
  • 1
0 votes
0 answers
74 views

it's my third day of fighting biblatex already. I'm writting my thesis from economics and have some strict editting requirements. I did my best to match the required citation scheme and after hundreds ...
DamurDamuros's user avatar
3 votes
1 answer
156 views

I want to reverse the order of the sections in my document. Is it possible to have a command or environment reversed for doing in the following way: main.tex \documentclass{article} # packages and ...
raf's user avatar
  • 1,111
0 votes
1 answer
134 views

Over time, I have written a LaTeX document for some work I'm doing. Basically, I have a main.tex file that imports each of my little chapters, bibliography, and whatever I have. Is there a way to, ...
Orsu's user avatar
  • 125
1 vote
1 answer
63 views

I am editing a bst file and I need to produce the following reference of a book chapter: Surname, IN (Year). 'Title of chapter', in Editor Surname, IN (ed.), Name of Book, Place:Publisher, pp. 1-10. ...
Martin's user avatar
  • 11
0 votes
0 answers
53 views

Let's suppose that, in the source file of a class, different instructions are added to the same hook (e.g. begindocument/end) in different (potentially distant) places, and in a certain order. Is ...
Denis Bitouzé's user avatar
0 votes
0 answers
28 views

I don't know how to fix the order of page numbering for table of contents, list of figures, list of tables, and nomenclature. I use \renewcommand to change the Arabic numbers to Roman; however, for ...
Hossein's user avatar
2 votes
1 answer
245 views

I love cooking large menus whenever we have family or friends visiting us but I tend to struggle with my time management in terms of preparation for different courses. This is why I thought of ...
SignPadDeck's user avatar
1 vote
1 answer
54 views

I need to arrange the subentries in alpha order not with the words like and, as, the, and for etc. \documentclass{article} \usepackage{makeidx} \makeindex \begin{document} This is for test\index{...
GowriSaro's user avatar
  • 928