Do any of you how to make this part of my Index:
where "Principio de Arquimedes" means "Archimede's principle" to look something like this:
As you can see, I want that all the phrases that start with "Principio" (Principle) to be in some kind of a list.
If someone can tell me how, I'd appreciate that a lot!


\indexcommand? I'd like to read the documentation to make a better index – Peluche Jul 31 '23 at 21:28\usepackage[noautomatic]{imakeidx}. The command to make index:\makeindex[columns = 2, title = References, intoc, options = -s myindex.ist]. To do the index you should create .ist file (for instanse, as it done here. The file must be in the same folder with your main .tex file. – Anton Dmitrievich Aug 03 '23 at 18:11upmendex. I use Windows 10 and TeXstudio, so to include index to my main file I should do: 1. Compile main .tex file. 2. Run command line from the path where my .tex file is. 3. Paste thereupmendex -s names <your file>.idx, where "names" is your .ist file and "