Skip to main content

Questions tagged [lists]

{lists} is about list environments. If your question deals with a specific list environment, such as {itemize}, {enumerate}, or {description}, add that tag along with this one. {enumitem} is a popular package for customizing lists. For registers like a "List of figures", use {table-of-contents} instead.

4 votes
2 answers
155 views

Adjusting the indentation and the horizontal spacing in tables in latex

I'm trying to make a partial list of symbols in my thesis. So far, I have written this code \documentclass[12pt,a4paper,openany]{book} \usepackage[utf8]{inputenc} \usepackage[left=1in, right=1in, top=...
Hussein Eid's user avatar
0 votes
0 answers
26 views

Issues with rubric and enumitem in CV template using curve

I was working on the following CV template and learnt a bit about the \documentclass{curve} and how it is used for CV writing in LaTex. Specifically, among the various sections of that template the ...
Matteo's user avatar
  • 365
1 vote
1 answer
39 views

make4ht: configure the list style

I like to match the list style of HTML output with the PDF. When I use \item[] in the 2nd level of any list, there should also be no item label in HTML. And in the case of using \item in the 2nd level,...
raf's user avatar
  • 785
3 votes
2 answers
110 views

Building a Table by Enumerating Rows [duplicate]

Consider the following table I need to quickly add/delete/exchange rows, and the number is automatically enumerated just like in the enumerate environment. Adding new columns is also needed, though ...
fajar's user avatar
  • 387
0 votes
0 answers
36 views

Why is the line spacing between the bullet points so low?

Why is the line spacing between the bullet points so low? I want to have the line spacing by 1.25 \documentclass[12pt]{article} \usepackage{amssymb} %for \blacksquare \usepackage{multienum} \...
tro_latex's user avatar
0 votes
0 answers
34 views

Latex installation or workspace configuration breaking \begin{enumerate}

Task Description: I am writing my thesis with latex in vscode. Sometimes I write using my desktop PC and other times using my laptop when I am travelling. I have setup git version control for this ...
Evangelos Vlachos's user avatar
1 vote
2 answers
51 views

Reducing the gap in the Lemma environment with enumerate

\documentclass{article} \usepackage{amsthm} \newtheorem{lemma}{Lemma} \begin{document} \begin{lemma} \begin{enumerate} \item $(a + b)^2 = a^2 + 2ab + b^2$. \item $(a - b)^2 = a^2 - 2ab + ...
RFZ's user avatar
  • 395
0 votes
0 answers
25 views

How to get an italic letter with a dot as accent in the symbols list

I want to use the symbol for the volumetric flow V (with a point on top of it). But I also want to define it as a symbol to be shown in my listofsymbols at the end of my document. I have troubles ...
Fabian Erhart's user avatar
9 votes
0 answers
115 views

lists, peek operations and microtype trouble

LaTeX's peek operations are a bit of a black box for me and I'm struggle to get microtype protrusion to behave in a custom list which has a peek operation at the beginning of it. The following silly ...
David Purton's user avatar
  • 26.4k
0 votes
1 answer
33 views

personal start in enumerate inside newlist

With newlist, I defined an "exercise" list which starts from 1 and goes on in the natural way (2, 3, 4...). What I would like is to modify the code in order to start it from 0.1 and go on ...
Henry's user avatar
  • 402
1 vote
1 answer
135 views

Creating LaTeX Macros to Generate Tables from Predefined Variables

I've been struggling for the past two days to create macros for populating a thesis title page, as I'm planning to share it as a template with my colleagues. As you all know, thesis title pages have ...
Mycroft_47's user avatar
0 votes
1 answer
38 views

Adding a list of graphs

In my report I need list of table List of figure List of graphs but a list of graphs does not exist in regular latex. How can define list of graphs for my document?
walid's user avatar
  • 51
0 votes
0 answers
24 views

Line-spacing in lists

In my document I want 1.5 spacing between the lines. However, in my lists I don't see the 1.5. It seems that it's still 1.0 (single spacing). This is my code: \documentclass[a4paper, dutch, 12pt]{...
fswaan's user avatar
  • 3
5 votes
4 answers
686 views

How can I make this kind of list 1., 1.1, 1.1.1, ... and 1.2, 1.2.1, 1.2.1.1, ...?

Code \documentclass[draft,a4paper,12pt,finnish]{article} \usepackage{babel} \usepackage[showframe]{geometry} \usepackage[backend=bibtex]{biblatex} % before hyperref \usepackage[obeyspaces,spaces]{...
Léo Léopold Hertz 준영's user avatar
0 votes
0 answers
45 views

how to correctly use \enumitem or \enumitem-zref for referencing a bullet point

Hi there I was looking for a possible alternative to cross-reference a bullet point in-text in my report document. Currently, I'm doing as follow: \documentclass[12pt]{report} \usepackage{xcolor} \...
Matteo's user avatar
  • 365

15 30 50 per page
1
2 3 4 5
197