Search found 1967 matches

by cgnieder
Fri Apr 01, 2022 9:49 am
Forum: Math & Science
Topic: ChemFig reaction scheme
Replies: 1
Views: 3512

ChemFig reaction scheme

Crosspost: https://tex.stackexchange.com/questions/639039/ . The answer there by polyn has the following suggestion:

\documentclass{article}
\usepackage{chemfig}
\begin{document}
\schemestart
\subscheme{
\subscheme{D + L}
\arrow(a--b){0}[-90,0.3]
\subscheme{I + H}
\arrow{0}[-90,0.3]
\subscheme{I ...
by cgnieder
Fri Apr 01, 2022 9:46 am
Forum: General
Topic: Adding a List of Acronyms with 'acro' package to the Table of Contents
Replies: 2
Views: 7889

Adding a List of Acronyms with 'acro' package to the Table of Contents

The code cannot be compiled as we don't have any of the files you're inputting.

Also you can't have \newpage and \tableofcontents and so on before \begin{document} .

The biggest problem with the code above: \makelistoftables and \makelistoffigures are undefined... they are not standard LaTeX ...
by cgnieder
Fri Feb 04, 2022 8:20 pm
Forum: General
Topic: \newcommand. Cannot create macros called \x1 and \x2
Replies: 3
Views: 5284

\newcommand. Cannot create macros called \x1 and \x2

command names cannot have digits in them. Command names may only consist of what (La)TeX regards as “letters”, see the TeX FAQ: https://texfaq.org/FAQ-linmacnames
by cgnieder
Fri Jan 14, 2022 8:40 pm
Forum: Theses, Books, Title pages
Topic: List of Abbreviations
Replies: 1
Views: 4313

List of Abbreviations

Common packages for a task like this are acro, acronym, nomencl and glossaries
by cgnieder
Thu Jan 06, 2022 5:30 pm
Forum: Page Layout
Topic: LaTeX: How to make acronyms automatically printet in its long form into the footnotes
Replies: 1
Views: 8976

LaTeX: How to make acronyms automatically printet in its long form into the footnotes

I answered the same question on TeX.sx :

The package fixfoot can be used for footnotes with the same text that are repeatedly used.

Switching from the acronym package to acro we can
modify \DeclareAcronym to also declare a new fixed footnote;
define a new template for the first appearance which ...
by cgnieder
Sat May 16, 2020 6:03 pm
Forum: Others
Topic: MusixTeX: Extend \crescendo across bars
Replies: 5
Views: 27807

MusixTeX: Extend \crescendo across bars

My best guess is that this is a font-setup problem but since I actually never really use MusixTeX I can't really help.
by cgnieder
Wed May 06, 2020 11:06 am
Forum: Graphics, Figures & Tables
Topic: List of Figures not appearing when placed after table of contents
Replies: 1
Views: 3927

List of Figures not appearing when placed after table of contents

You posted the exact same question here: https://latex.org/forum/viewtopic.php?f=44&t=33426 so I will lock this thread in order to avoid double answer.