Linked Questions
10 questions linked to/from How to apply refactoring on Latex code?
214
votes
19
answers
48k
views
How can we draw a Christmas tree with decorations, using TikZ?
I would like to use TikZ for drawing a christmas tree. Here's a start, I used the lindenmayersystems library for drawing a tree:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{...
2
votes
3
answers
244
views
How to include brackets in bullet list (itemize)
I want to generate following point form with brackets in each item:
This is the LaTeX code I used:
\section{Timeline}
\begin{itemize}[label=\textbullet]
\item [{[Month 1–2]}] Lorem Ipsum is simply ...
0
votes
5
answers
925
views
How to include result values in a LaTeX document?
We are often in the following situation: a lengthy (data analysis) computation spits out a bunch of result values. Imagine a Python or script or an R script doing some resource intensive calculations.
...
4
votes
1
answer
352
views
Vector Clock Diagrams for Distributed Systems using TikZ
I am trying to draw a vector clock diagram (primarily for showing causality in distributed systems). What I want is something like this (but not exactly, this is merely an example):
Here is what I ...
2
votes
1
answer
756
views
Request for a Well-Structured D&D Character Sheet in LaTeX
I’m currently looking for a more aesthetically pleasing and well-structured D&D character sheet template for LaTeX. I find the official ones somewhat lacking in terms of structure and visual ...
3
votes
3
answers
124
views
referencing "modified" paragraph numbers
For legal documents I need the paragraphs numbered in the format section.paragraph. So e.g. the third paragraph in section 12 would be 12.3. I don't need subsections.
The paragraphs are all indented ...
2
votes
2
answers
139
views
Draw diagrams by changing a parameter
I created a diagram whose code I give below.
I would like to be able to accumulate diagrams on the same graph with a parameter that changes: in my wish, it is to modify the concentration (currently, ...
0
votes
3
answers
288
views
Bubble / satellite diagram with children
I've got the following code with Latex smartdiagram package that produces the attached bubble diagram.
But I would like to be able to have child satellites in it (see prototype image below).
Is it ...
3
votes
1
answer
200
views
How to draw clustered lattice and tight binding models in LaTeX?
I would like to draw lattice models such as these
In LaTeX, however, I'm not sure where to start from. Is there a way to draw these things without going point by point, line by line, etc., in TikZ?
...
3
votes
2
answers
137
views
Best practice for structuring a long thesis with \input
I am about to start writing my thesis, which will be a fairly long document.
I would like to organize the project in a clean and maintainable way using.
This is what I came up with, is it good, or is ...