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 ...
Search found 1967 matches
- Fri Apr 01, 2022 9:49 am
- Forum: Math & Science
- Topic: ChemFig reaction scheme
- Replies: 1
- Views: 3512
- 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 ...
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 ...
- Thu Mar 31, 2022 5:07 pm
- Forum: Page Layout
- Topic: Different Margins for every odd page
- Replies: 2
- Views: 4756
- 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
- Wed Jan 26, 2022 6:40 pm
- Forum: Fonts & Character Sets
- Topic: Thích Nhất Hạnh in LaTeX tufte-book class
- Replies: 1
- Views: 3207
- Sat Jan 15, 2022 12:10 pm
- Forum: General
- Topic: \acro - Hyper reference undefined - but not everywhere
- Replies: 10
- Views: 24679
- Fri Jan 14, 2022 8:40 pm
- Forum: Theses, Books, Title pages
- Topic: List of Abbreviations
- Replies: 1
- Views: 4313
- 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 ...
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 ...
- 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.
- 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.