LaTeX.org
LaTeX.org is a TeX and LaTeX forum, suited for LaTeX beginners and experts who help them. Here are the newest questions. Sorry that the code formatting is not preserved through the RSS feed.
- XeTeX • Re: RTL Languages and XeTexby Stefan Kottwitz on April 3, 2026 at 1:51 pm
Welcome to the forum!You could put this in your document preamble:Code: \usepackage{fontspec}\defaultfontfeatures{Ligatures=TeX, Scale=MatchLowercase}\setmainfont{Latin Modern Roman}\setsansfont{Latin Modern Sans}\setmonofont{Latin Modern Mono}\usepackage{unicode-math}\setmathfont{Latin Modern Math}That uses Latin Modern, a redesigned version of the default Computer Modern font, which is often considered a replacement. I wouldn't go back to the default font; use Latin Modern instead (also because of the better font encoding).StefanStatistics: Posted by Stefan Kottwitz — Fri Apr 03, 2026 3:51 pm
- XeTeX • RTL Languages and XeTexby RTLatex on April 2, 2026 at 5:07 pm
Hello,I think this post better fits in XeTex but maybe the admins will deem it to fit more in the LyX forum (forgive me in advance if so).When I click "Use XeTeX fonts" i can never find the original LyX font that renders with pdftex and am always stuck with fonts that look like word which i heavily dislike.Is there any solution for it? as XeTeX will make my life much much easier?thanksStatistics: Posted by RTLatex — Thu Apr 02, 2026 7:07 pm
- Text Formatting • Re: A circle around one or two lettersby Shea12Shea12 on March 31, 2026 at 6:58 pm
Hello,The way you currently circle letters is first setting the size of the text, then circling. This method will not generate the same sized circles depending on the size/length of string you choose. One method is to force text into a box, then circle that. I came up with a small example with \resizebox from the graphicx package. The downfall to this method is the text may appear squished or stretched or too small trying to fit it in the box.Code: \documentclass{article}\usepackage{tikz}\usepackage{graphicx}\def\NRU#1{\tikz\node[circle,draw,inner sep=1pt,outer sep=1pt]{\scriptsize #1};}\def\NRD#1{\tikz\node[circle,draw,inner sep=1pt,outer sep=1pt]{\tiny #1};}\def\NewA#1{\tikz\node[circle,draw,inner sep=1pt,outer sep=1pt]{\resizebox{4pt}{4pt}{#1}};}\begin{document}Here are a lot of words. Here are a lot of words. Here are a lot of words. Here are a lot of words.\NRU{S}, \NRU{1}, \NRU{2}, \NRD{13}, \NRD{23}, \NRD{24}, and \NRD{1234}Here are a lot of words. Here are a lot of words. Here are a lot of words. Here are a lot of words.\vspace{1 cm}Here are a lot of words. Here are a lot of words. Here are a lot of words. Here are a lot of words. \NewA{S}, \NewA{1}, \NewA{2}, \NewA{13}, \NewA{23}, \NewA{24} and \NewA{1234}Here are a lot of words. Here are a lot of words. Here are a lot of words. Here are a lot of words. \end{document}Statistics: Posted by Shea12Shea12 — Tue Mar 31, 2026 8:58 pm
- Text Formatting • Re: Putting examples in single spaceby Shea12Shea12 on March 31, 2026 at 3:40 pm
Hello,Spacing can be resolved a number of different ways. Since it sounds like you want to switch between spacings a lot, consider using \usepackage{setspace}. It will let you be able to define environments with your desired spacing.Code: \documentclass{book}\usepackage{lipsum}\usepackage{setspace}\begin{document}\begin{spacing}{2}\textbf{Double spacing:} \lipsum[1]\end{spacing}\begin{spacing}{1}\textbf{Single spacing:} \lipsum[2]\end{spacing}\end{document}Regarding creating "double column" examples, this sounds like a table could be used.Statistics: Posted by Shea12Shea12 — Tue Mar 31, 2026 5:40 pm
- Graphics, Figures & Tables • Re: Is it possible to display a figure over two pages?by Shea12Shea12 on March 31, 2026 at 3:19 pm
Hello,I have some clarifying questions about your mise_en_page.pdf. I think something that would be helpful is labeling your Page-numbers and which images are cropped/go-together. As a note, when I think of "book", I think of "2 page scrolling", and you have a very unique 2x4 page going on here.Additional comments:\usepackage{tikz} - Is a good package to consider for drawing and cropping images. An example has been created here-AlanStatistics: Posted by Shea12Shea12 — Tue Mar 31, 2026 5:19 pm
- Graphics, Figures & Tables • Re: figure captions beyond right marginby david_alan_clarke on March 30, 2026 at 6:21 pm
Sorry again, one more thing. In case anyone is looking to recreate my PDF, you'll need my two "figures". These are attached. fig1.eps fig1.epsThanks. fig2.epsStatistics: Posted by david_alan_clarke — Mon Mar 30, 2026 8:21 pm
- Graphics, Figures & Tables • Re: figure captions beyond right marginby david_alan_clarke on March 30, 2026 at 6:10 pm
Quick follow-up: Sorry, I'm new to this forum, and it was not at all obvious to me how to make my file attachments appear as is rather than download links. Perhaps someone could educate me there too!Thanks.Statistics: Posted by david_alan_clarke — Mon Mar 30, 2026 8:10 pm
- Graphics, Figures & Tables • figure captions beyond right marginby david_alan_clarke on March 30, 2026 at 6:01 pm
I've recently migrated to MacOS 26.3.1 with LaTeX version 3.141592653-2.6-1.40.27 from a much earlier MacOS (Mojave) with LaTeX version 3.14159265-2.6-1.40.18 and noticed that figure captions, both full-width and those in wrapped figures, continue on beyond the right text margin. This was not the case for the older version of LaTeX and its driving me nuts!I have pared my problem down to what I hope is a minimal LaTeX file where the only two packages I link are wrapfig and caption. The problem persists when I eliminate the wrap figure package. captions.texUsing the newer LaTeX and issuing the commandslatex captions.latexdvips -t letter -o captions.ps captions.dvips2pdf captions.psproduces the following PDF: captions.pdfWhat it *looks* like to me is a sign error. The amount by which the caption hangs *over* the margin looks like the amount by which it should fall short of the margin.Using the *identical* LaTeX file and issuing the *identical* commands with the older LaTeX version gives a PDF with the captions centred properly: captions_OK.pdfThanks for any help!Statistics: Posted by david_alan_clarke — Mon Mar 30, 2026 8:01 pm
- TeXShop • Re: spline library for tikz in texshop v5.57by Stefan Kottwitz on March 27, 2026 at 10:34 am
You can also install the package in your TeX tree. I did this on TeX Live 2026 for the forum online compiler:creating a folder "spline" under /usr/local/texlive/2026/texmf-dist/tex/latex/putting tikzlibraryspline.code.tex into that folderrefresh the package database by running texhash on the command lineNow, the forum compiler works with the spline library, you can test it by clicking the "Run LaTeX here" button:Code: \documentclass[tikz,border=10pt]{standalone}\usetikzlibrary{spline}\begin{document}\begin{tikzpicture}% \draw[thin,dotted] (-3,-3) grid (3,3);% \draw[->] (-3,0) -- (3,0);% \draw[->] (0,-3) -- (0,3); %\draw[domain=-3:3,samples=50,color=gray!50,thick] plot (\x, \x^3/5 - \x); \foreach \x/\y in { -3/-2.4, -1.3/0.86, 1.3/-0.86, 3/2.4 } \fill (\x,\y) circle (0.6mm);% \coordinate (A) at (-3,-2.4);% \coordinate (B) at (-1.3,0.86);% \coordinate (C) at (1.3,-0.86);% \coordinate (D) at (3,2.4); \draw[thick] (-3,-2.4) to[spline coordinates=S, spline through={(-1.3,0.86)(1.3,-0.86)}] (3,2.4); \foreach \i [evaluate=\i as \j using \i+1] in {1,2,...,\tikzsplinesegments} { \draw[thin] (S K-\i) -- (S P-\i) (S K-\j) -- (S Q-\i); \fill[gray!50,semithick] (S P-\i) circle (0.6mm); \fill[gray!50,semithick] (S Q-\i) circle (0.6mm); }\end{tikzpicture}\end{document}The example is from my TikZ book.StefanStatistics: Posted by Stefan Kottwitz — Fri Mar 27, 2026 12:34 pm
- TeXShop • Re: spline library for tikz in texshop v5.57by Stefan Kottwitz on March 27, 2026 at 10:10 am
Hi Christopher,welcome to the forum!Instead of using \usetikzlibrary{spline}, you can put the file tikzlibraryspline.code.tex into the same folder as your document is, and then load the library like this:Code: \makeatletter\input{tikzlibraryspline.code}\let\tikz@library@spline@loaded\empty\makeatotherStefanStatistics: Posted by Stefan Kottwitz — Fri Mar 27, 2026 12:10 pm
- TeXShop • spline library for tikz in texshop v5.57by CDWilliams2026 on March 22, 2026 at 10:57 pm
Hi:How to load the spline library using: \usetikzlibrary{spline} ?I get the error message:Error: I did not find the tikz library 'spline'. I looked for files named tikzlibraryspline.code.tex and pgflibraryspline.code.tex, but neither could be found in the current texmf trees..(/usr/local/texlive/2026/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)(./08-bezier-splines.aux)(/usr/local/texlive/2026/texmf-dist/tex/context/base/mkii/supp-pdf.mkii[Loading MPS to PDF converter (version 2006.09.02).]) (/usr/local/texlive/2026/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty(/usr/local/texlive/2026/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))I have the folder "tikzlibraryspline-master" located in the same folder as my *.tex file.What should I do to correct this problem?Thanks,ChristopherStatistics: Posted by CDWilliams2026 — Mon Mar 23, 2026 12:57 am
- Graphics, Figures & Tables • Re: Too many tables in a pageby Shea12Shea12 on March 16, 2026 at 5:00 pm
Stefan,Thank you!Statistics: Posted by Shea12Shea12 — Mon Mar 16, 2026 7:00 pm
- Graphics, Figures & Tables • Is it possible to display a figure over two pages?by Sparrow on March 13, 2026 at 5:25 pm
am looking to create a layout for a book. This layout is intended to resemble those found in illustrated books, such as role-playing games, fantasy, science fiction, or glossaries. To illustrate this book, I would like to be able to place images wherever I like. For example, attaching an image to the right edge of a page, or placing an image at the very top or bottom. One feature that could be useful would be the ability to display images across two pages, so that when the book is opened, the image spans both pages entirely.I understand that these illustration techniques are complex. However, I would like to know the possibilities, because let's be honest, chatbots are of limited help in this area.To associate the words with the images, you will find my illustrated examples in the attached documents. mise_en_page.pdfStatistics: Posted by Sparrow — Fri Mar 13, 2026 7:25 pm
- Graphics, Figures & Tables • Re: Too many tables in a pageby Stefan Kottwitz on March 13, 2026 at 4:02 pm
Hi Alan,excellent minimal example!You can add a "!" option to allow LaTeX easier, relaxed float placement with less restrictions:Code: \begin{table}[!ht]In addition, you could tell LaTeX to make dedicated float pages only if the floats would occupy 90% of the page height, for example:Code: \renewcommand{\floatpagefraction}{0.9}Indeed, in a preview, the compiler doesn't work properly. Please send the post; you can still edit it afterwards. I don't have a solution for this currently.StefanStatistics: Posted by Stefan Kottwitz — Fri Mar 13, 2026 6:02 pm
- Graphics, Figures & Tables • Too many tables in a pageby Shea12Shea12 on March 12, 2026 at 3:50 pm
Hello,I'm trying to better understand how tables align themselves automatically on their own. I've noticed that if you do not use page breaks and there are too tables in a page, text can appear in places you do not expect and tables end up "vertically centered/justified".If there are too many tables placed (and no page break is used):1. Is there a way to force text after a table?2. Is there a way to prevent the "vertically centered/justified" (e.i. tables are forced to the top of the page / have no excess vertical spacing)?Here is an example below:One unrelated question: Is there a way to preview and test the latex code when posting a new topic on this website? When I preview and try to run/compile the code, I find it crashes. I have been creating working examples outside and pasting them in.Thank you,AlanCode: \documentclass{book}\begin{document}%adjust some margins \setlength{\voffset}{-0.35in} \setlength{\headheight}{45pt} \setlength{\headsep}{8pt} \setlength{\textheight}{660pt}Notice the 2 tables on this page, the vertical spacing between them aren't so bad.\begin{table}[ht]\centering\caption{Caption} \begin{tabular}{|c|c|} \hline A & 1 \\ \hline B & 2 \\ \hline C & 3 \\ \hline D & 4 \\ \hline E & 5\\ \hline F & 6 \\ \hline G & 7 \\ \hline H & 8 \\ \hline I & 9 \\ \hline \end{tabular}\end{table}\begin{table}[ht]\centering\caption{Caption} \begin{tabular}{|c|c|} \hline A & 1 \\ \hline B & 2 \\ \hline C & 3 \\ \hline D & 4 \\ \hline E & 5\\ \hline F & 6 \\ \hline G & 7 \\ \hline H & 8 \\ \hline I & 9 \\ \hline \end{tabular}\end{table}Let's say there is text after the first two tables\begin{table}[ht]\centering\caption{Caption} \begin{tabular}{|c|c|} \hline A & 1 \\ \hline B & 2 \\ \hline C & 3 \\ \hline D & 4 \\ \hline E & 5\\ \hline F & 6 \\ \hline G & 7 \\ \hline H & 8 \\ \hline I & 9 \\ \hline \end{tabular}\end{table}This text should be after the third table. Also note that the third table is centered on the new page and not at the top\end{document}Statistics: Posted by Shea12Shea12 — Thu Mar 12, 2026 5:50 pm
- Announcements • Re: DANTE Meeting March 2026 (German text)by Stefan Kottwitz on March 12, 2026 at 6:15 am
Update: the talk program will be streamed online at https://xyz123.dante.de/dante2026-videoraum/ The access password was sent via the [dante-ev] mailing list.Program: https://www.dante.de/veranstaltungen/dante2026/For the general meeting on Saturday, there will be a different video room. Access details can be requested before Saturday 08:30 by email at office@dante.de.I’ve added that at the top as well.StefanStatistics: Posted by Stefan Kottwitz — Thu Mar 12, 2026 8:15 am
- Graphics, Figures & Tables • Re: Partially horrible page buildingby WebFritzi on March 11, 2026 at 10:10 am
Thanks a lot, Stefan.Statistics: Posted by WebFritzi — Wed Mar 11, 2026 12:10 pm
- Graphics, Figures & Tables • Re: Partially horrible page buildingby Stefan Kottwitz on March 11, 2026 at 9:06 am
Oh I wrote in German Though it's a forum in English, I'd better keep that. I see that you wrote \samepage{...} like a command; however, it's an environment and should be used like this: \begin{samepage} ... \end{samepage} Used as a command, it starts the page breaking restriction (it shall not break a page within a paragraph) and it's never ended. If you are curious, you can use it again and write \begin{samepage} ... \end{samepage} instead.Another smart solution to prevent breaking of an itemize environment and keep it together with the text before, as I saw in your document:Code: \usepackage{needspace}% in the preamble...\needspace{5\baselineskip}\smallskip\noindent\textit{Beispiele...}\begin{itemize}...\end{itemize}StefanStatistics: Posted by Stefan Kottwitz — Wed Mar 11, 2026 11:06 am
- Graphics, Figures & Tables • Re: Partially horrible page buildingby WebFritzi on March 10, 2026 at 5:25 pm
Danke, Stefan! Ich habe selbst nochmal nachgeforscht und herausgefunden, dass es tatsächlich eine samepage-Umgebung in Kapitel 3.1 war (siehe mein letztes EDIT). Ich habe das jetzt entfernt und in ein \pagebreak umgewandelt.Jetzt sieht es wieder aus wie vorher.Was mich wirklich wundert: Das 4. Kapitel beginnt ja viel Später ganz oben auf der Seite - ganz egal, ob da vorher ein samepage war oder nicht. Warum zum Geier ist das Verhalten mit samepage so krass anders?Statistics: Posted by WebFritzi — Tue Mar 10, 2026 7:25 pm
- Graphics, Figures & Tables • Re: Partially horrible page buildingby Stefan Kottwitz on March 10, 2026 at 5:20 pm
Hallo,das klingt nach Balancierung der Seitenhöhen, was für LaTeX schwierig werden kann, es zu erfüllen, wenn große "Stücke" drin sind, wie "samepage" (nicht umbrechbar) oder große Bilder.Du kannst das abschalten mit \raggedbottom in der Präambel. Sieht das besser aus?StefanStatistics: Posted by Stefan Kottwitz — Tue Mar 10, 2026 7:20 pm
- Graphics, Figures & Tables • Partially horrible page buildingby WebFritzi on March 10, 2026 at 4:54 pm
Hi @all,I have created some lecture notes (see attachment). I had first typed in everything from Section 4 onwards and recently added the rest (Sections 1 - 3). Before, everything looked fine, but after adding the first sections (with many TikZ pictures) things got wrong. It starts with the bad vertical spacing in the enumerate environment on page 30. Pages 42, 43, 44 look horrible and so on. You'll see it when you delete the first 3 sections, then everything looks fine.I really don't have an idea what the problem is, since I also don't get any warnings. I'm completely puzzled and desperate. I'd be more than happy if anyone of you could help me.EDIT: I deleted the samepage-environment in Subsection 3.1, and it's fine again. This seemed to be the solution. But why? main.pdf main.texStatistics: Posted by WebFritzi — Tue Mar 10, 2026 6:54 pm
- General • LaTeX Beginner’s Guide, 3rd Edition Released (March 2026)by Stefan Kottwitz on March 8, 2026 at 11:49 pm
The third, improved, and extended edition of the LaTeX Beginner’s Guide was published this month, March 2026.Compared to the first edition from 2011 and the second edition from 2021, the book has been thoroughly revised. The code examples were updated to work with current LaTeX classes and packages as used in 2026, so everything compiles smoothly with modern distributions.This edition also adds new material. There are chapters on creating presentation slides, a closer look at TeX engines and formats, and a section on using AI tools such as ChatGPT to speed up coding, reviewing, and even parts of the writing and publishing workflow.The book now has about 400 pages and is printed in color, which helps especially with presentation examples and other colored output. As before, it focuses on hands-on examples that show how to structure documents, typeset mathematics, create tables and figures, manage citations and bibliographies, and produce professional PDFs for research papers, theses, or books.There’s also a companion website at: https://latexguide.orgIt hosts all code examples along with an integrated online LaTeX compiler, so you can run and edit the examples directly in your browser—even on a phone or tablet.The book is available as a printed edition and as a Kindle ebook. If you buy either version, you can also download the DRM-free PDF for free from the publisher’s website: https://packt.link/free-ebook/9781805804574About the authorStefan Kottwitz has been active in the LaTeX community for many years, helping users online and building resources around the ecosystem. He has written more than 10,000 forum posts on LaTeX.org alone, providing support and advice to users worldwide.He maintains several LaTeX community platforms, including the forums LaTeX.org and goLaTeX.de, and the Q&A sites TeXwelt.de and TeXnique.fr. He also runs the graphics gallery sites TeXample.net, TikZ.net, PGFplots.net, Asymp.net and FeynM.net. He runs CTAN LaTeX software mirrors in the EU, UK, US, and Japan, and the TeXdoc.org documentation service.Stefan is a moderator on TeX Stack Exchange and matheplanet.com, and writes blog posts on LaTeX.net, TeX.co, and TeX-talk.net.He distilled this experience into several books. In addition to the LaTeX Beginner’s Guide, he also wrote the LaTeX Cookbook and LaTeX Graphics with TikZ with Packt Publishing, both of which were also translated into Japanese by Asakura Publishing.Find the book here: packt.link/n96MxStatistics: Posted by Stefan Kottwitz — Mon Mar 09, 2026 1:49 am
- General • New ConTeXt bookby Stefan Kottwitz on March 1, 2026 at 1:36 pm
Just now, February/March 2026, Henning Hraban Ramm has published a new book: “Drucksachen gestalten mit ConTeXt und LuaMetaTeX” (Designing Printed Materials with ConTeXt and LuaMetaTeX). I just posted about it in German on TeXwelt.de and wanted to share it here as well.As an alternative to LaTeX, ConTeXt is also a powerful TeX macro package for creating typographically clean and technically well-structured documents. In particular, it’s a coherent, integrated system, unlike LaTeX, which is not a collection of many separate packages from different developers. With LuaMetaTeX as its modern engine, ConTeXt combines classic typesetting quality with direct Lua programming and automation.Like LaTeX, ConTeXt suits authors with a sense for typography, publishers and self-publishers, technical documentation, and academic writing. It also works very well for XML-based workflows and automated typesetting processes.The book is written in German and starts with installation, then systematically walks through the core concepts of ConTeXt. It explains how to structure documents, build layouts, and handle typographic details properly. In the design and typography sections, it covers boxes, fonts, multilingual typesetting, tables, colors, math typesetting, images, and floats, as well as references and bibliographies. It also explains practical production topics, from print-ready PDFs to (serial) letters and presentations, including processing XML and CSV data.At 524 pages, the book costs 39.95 EUR and is available to DANTE members for 31.96 EUR; details are available via email at office@dante.de.I’ve browsed through it and can already say: a clear reading recommendation!Statistics: Posted by Stefan Kottwitz — Sun Mar 01, 2026 3:36 pm
- BibTeX, biblatex and biber • Re: Biblatex : No max names in alphabetic citation keyby user-112358 on February 25, 2026 at 8:26 pm
It worked, thank you!Statistics: Posted by user-112358 — Wed Feb 25, 2026 10:26 pm
- BibTeX, biblatex and biber • Re: Biblatex : No max names in alphabetic citation keyby Stefan Kottwitz on February 23, 2026 at 11:59 am
Hi,welcome to the forum!Use the option maxalphanames=99.StefanStatistics: Posted by Stefan Kottwitz — Mon Feb 23, 2026 1:59 pm
- BibTeX, biblatex and biber • Biblatex : No max names in alphabetic citation keyby user-112358 on February 19, 2026 at 6:49 pm
I am using Biblatex with alphabetic citation key. When I cite a source with more than 3 authors, the citation key becomes [Name1+Date]. I would like the citation key to be [Initial_1 Initial_2 Initial_3 Initial_4...Date] no matter how many authors wrote the source.How can I achieve this ? I tried modifying maxnames, minnames, maxalphanames etc. but didn't manage to do it.MWE : I would like to produce the following outputLorem Ipsum [ABCDE26].References[ABCDE26] Alice, Bob, Carol, David, and Eve. Title. 2026.Here is the latex code that I am using :Code: \documentclass{article}\usepackage[style=alphabetic,maxnames=4,minnames=3,maxbibnames=99]{biblatex}\usepackage{filecontents}\begin{filecontents}{references.bib}@misc{source, author = {Alice and Bob and Carol and David and Eve}, year = {2026}, title = {Title},}\end{filecontents}\addbibresource{references.bib}\begin{document}Lorem Ipsum \autocite{source}.\printbibliography\end{document}Statistics: Posted by user-112358 — Thu Feb 19, 2026 8:49 pm
- BibTeX, biblatex and biber • Re: long citations for multiple formatsby joshchristlieb on February 19, 2026 at 8:39 am
On LaTeX.org you’ll find a lot of discussions that mix practical typesetting questions with quirks of embedding multimedia into documents. In threads where users ask about including audio or video in PDFs or presentations, participants often dive deep into how packages like multimedia or movie15 handle sound and what formats LaTeX can reasonably support - problems like distortion, clip playback issues, or commands that just won’t behave as expected. That sort of troubleshooting is common on this forum, where the focus is on making LaTeX do exactly what you need. When working with audio content that isn’t easily searchable or editable, some LaTeX users mention using a transcribe recording to text tool to turn spoken content into readable text before embedding excerpts or scripts into their documents, which can make it a lot easier to reference an audio source in a paper or presentation.Statistics: Posted by joshchristlieb — Thu Feb 19, 2026 10:39 am
- Text Formatting • Re: Text formattingby Jongomez on February 11, 2026 at 11:46 am
Hello Stefan,thank you for your previous suggestion about the *Language Support* section of the **enotez** manual.I have reviewed it carefully. Unfortunately, the issue I am facing is not related to language strings, but to hyperlink anchors when redefining chapter-based endnote headings.**Goal*** Endnotes grouped by chapter (split = chapter)* Custom chapter labels (e.g. “HITZAURREA”, “KAPITULUA 1”, etc.)* Working hyperlinks in both directions: * superscript in text → endnote * endnote number → back to text**Current behaviour*** Grouping by chapter works.* Custom headings work.* Hyperlinks stop working completely when redefining `\enotez@heading@chapter`.If I remove the redefinition, hyperlinks work again.**Minimal mechanism involved**I am mapping chapter numbers to custom titles and then overriding:\renewcommand*\enotez@heading@chapter[1]{%\par\bigskip{\centering\Large\bfseries \GetChapterTitle{#1}\par}\medskip}This visually works, but disables all hyperref anchors.**What I have tried*** Different compilation orders* Clearing auxiliary files* TeX Live 2024 and 2025* Avoiding counter redefinitions* Using enotez split/reset combinationsThe problem appears specifically when the internal heading macro is replaced, suggesting that some anchor creation inside enotez is lost.**Question**Is there a supported way to customise chapter-based endnote headings *without* overriding `\enotez@heading@chapter`, or a documented hook that preserves hyperlink anchors?I am trying to avoid patching internal macros if possible.Thank you very much for any guidance.Best regards,JonStatistics: Posted by Jongomez — Wed Feb 11, 2026 1:46 pm
- General • Set numwidth in \lstlistoflistingsby escherichia150 on February 11, 2026 at 11:31 am
I have a problem setting the numwidth in the \lstlistoflistings. For the\listoffigures it is possible to set the numwidht (see line 4 in the codesnippet) but the pendant for the \lstlistoflistings (see line 5 in the codesnippet) does not work. Is there a solution?Code: \documentclass[11pt,a4paper]{scrreprt}\usepackage{listings}\DeclareTOCStyleEntry[numwidth=3em]{tocline}{figure}\DeclareTOCStyleEntry[numwidth=3em]{tocline}{lstlisting}\setcounter{chapter}{100}\begin{document}\listoffigures\lstlistoflistings\chapter{Next Chapter}\begin{figure}\caption{A figure}\end{figure}\begin{lstlisting}[caption={Example code}]print("Hello world")\end{lstlisting}\end{document}Statistics: Posted by escherichia150 — Wed Feb 11, 2026 1:31 pm
- TeX Live and MacTeX • Re: Hyperref not working – only on my system?by Stefan Kottwitz on February 8, 2026 at 9:04 pm
Hi Chris,welcome to the forum!Yes, it's your local installation. The code is fine. Looks like some package tries to load a file without a name, so it ends up with ".def".At least try again in a different folder to make sure it's not a file in the document folder that causes it.Hard to say, perhaps run an update or reinstall.StefanStatistics: Posted by Stefan Kottwitz — Sun Feb 08, 2026 11:04 pm
- TeX Live and MacTeX • Hyperref not working – only on my system?by chrisbau76 on February 8, 2026 at 6:58 pm
Hi there,I cannot make the most minimal example work (see below). A friend of mine cannot reproduce the error. So I am thinking, my local files might be the problem. I just installed MacTeX 2025, which works fine – unless I use hyperref.Any ideas?Thanks!Chris BauerCode: \documentclass[11pt]{article}\usepackage{hyperref}\begin{document}test\end{document}LOG: This is pdfTeX, Version 3.141592653-2.6-1.40.28 (TeX Live 2025) (preloaded format=pdflatex) restricted \write18 enabled.entering extended mode(./Ohne-Titel.texLaTeX2e <2025-11-01>L3 programming layer <2026-01-19>(/usr/local/texlive/2025/texmf-dist/tex/latex/base/article.clsDocument Class: article 2025/01/22 v1.4n Standard LaTeX document class(/usr/local/texlive/2025/texmf-dist/tex/latex/base/size11.clo))(/usr/local/texlive/2025/texmf-dist/tex/latex/hyperref/hyperref.sty(./iftex.sty) (/usr/local/texlive/2025/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/2025/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty)(/usr/local/texlive/2025/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)(/usr/local/texlive/2025/texmf-dist/tex/generic/pdfescape/pdfescape.sty(/usr/local/texlive/2025/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)(/usr/local/texlive/2025/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty(/usr/local/texlive/2025/texmf-dist/tex/generic/infwarerr/infwarerr.sty)))(/usr/local/texlive/2025/texmf-dist/tex/latex/hycolor/hycolor.sty)(/usr/local/texlive/2025/texmf-dist/tex/latex/hyperref/nameref.sty(/usr/local/texlive/2025/texmf-dist/tex/latex/refcount/refcount.sty)(/usr/local/texlive/2025/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty (/usr/local/texlive/2025/texmf-dist/tex/latex/kvoptions/kvoptions.sty)))(/usr/local/texlive/2025/texmf-dist/tex/latex/etoolbox/etoolbox.sty)(/usr/local/texlive/2025/texmf-dist/tex/generic/stringenc/stringenc.sty)(/usr/local/texlive/2025/texmf-dist/tex/latex/hyperref/pd1enc.def)(/usr/local/texlive/2025/texmf-dist/tex/generic/intcalc/intcalc.sty)(/usr/local/texlive/2025/texmf-dist/tex/latex/hyperref/puenc.def)(/usr/local/texlive/2025/texmf-dist/tex/latex/url/url.sty)(/usr/local/texlive/2025/texmf-dist/tex/generic/bitset/bitset.sty(/usr/local/texlive/2025/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)))./Ohne-Titel.tex:3: Extra \else.\Hy@AtEndOfPackageHook ...color}\fi \fi \fi \else \def \HyOpt@DriverType { (...l.3 \begin {document}? ./Ohne-Titel.tex:3: Extra \fi.\Hy@AtEndOfPackageHook ...\HyOpt@CustomDriver \fi \Hy@InfoNoLine {Driver\HyO...l.3 \begin {document}? ! LaTeX Error: File `.def' not found.Type X to quit or <RETURN> to proceed,or enter new name. (Default extension: def)Enter file name: (/usr/local/texlive/2025/texmf-dist/tex/latex/tools/.tex File ignored)./Ohne-Titel.tex:3: Package hyperref Error: This should not happen!(hyperref) Missing version of `.def'.See the hyperref package documentation for explanation.Type H <return> for immediate help. ... l.3 \begin {document}? ./Ohne-Titel.tex:3: Extra \fi.<argument> ...op@@ }\expandafter \@firstofone \fi l.3 \begin {document}? (/usr/local/texlive/2025/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def)(./Ohne-Titel.aux)./Ohne-Titel.tex:3: Undefined control sequence.\Hy@AtBeginDocumentHook ...lse \hyper@anchorstart {Doc-Start}\hyper@anchoren...l.3 \begin{document} ? ./Ohne-Titel.tex:3: Undefined control sequence.\Hy@AtBeginDocumentHook ...Start}\hyper@anchorend \fi \Hy@pdfstringfalse \@i...l.3 \begin{document} ? ./Ohne-Titel.tex:5: Undefined control sequence.\@hyper@@anchor ...nchor@spot \else \hyper@anchor {#1}\fi \expandafter \put@...l.5 \end{document} ? [1{/usr/local/texlive/2025/texmf-var/fonts/map/pdftex/updmap/pdftex.map}](./Ohne-Titel.aux) )</usr/local/texlive/2025/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>Output written on Ohne-Titel.pdf (1 page, 13548 bytes).SyncTeX written on Ohne-Titel.synctex.gz.Transcript written on Ohne-Titel.log.Statistics: Posted by chrisbau76 — Sun Feb 08, 2026 8:58 pm
- Announcements • DANTE Meeting March 2026 (German text)by Stefan Kottwitz on February 8, 2026 at 2:33 pm
Update: the talk program will be streamed online at https://xyz123.dante.de/dante2026-videoraum/ The access password was sent via the [dante-ev] mailing list.Program: https://www.dante.de/veranstaltungen/dante2026/For the general meeting on Saturday, there will be a different video room. Access details can be requested before Saturday 08:30 by email at office@dante.de.DANTE-Frühjahrstagung März 2026Vom 12.–14. März 2026 findet die DANTE-Frühjahrstagung 2026 in Lahnau statt. Alle, die sich für TeX, LaTeX, ConTeXt, Typografie und verwandte Themen interessieren und fachlichen wie persönlichen Austausch schätzen, sind herzlich willkommen!Die Tagung läuft von Donnerstag bis Samstag, mit einem optionalen Einstieg schon am Mittwoch, 11. März, zu Einführungskursen und zum Vorabendtreff.Der Veranstalter DANTE e.V. ist der deutschsprachige Verein für Anwender von TeX, LaTeX, ConTeXt und verwandten Themen, vom Einsteiger bis zum Profi.Veranstaltungsort ist:WIWA Wilhelm Wagner GmbH & Co. KG Gewerbestraße 1–3 35633 LahnauLahnau liegt zwischen Wetzlar und Gießen. Beide Städte sind gut per Bahn erreichbar. Von dort fahren die Buslinien 24 und 240 direkt in die Nähe des Tagungsortes.Das Programm im ÜberblickMittwoch, 11. März 2026 (nachmittags)ConTeXt-Einführung (Hraban Ramm)LaTeX-Einführung (Philipp Kammerer) (jeweils bis zu 3 Stunden, TeX Live sollte man bereits installiert haben)Vorabendtreff zum lockeren AnkommenDonnerstag, 12. März 20269:00–17:00 Uhr: Vortragsprogramm (im Aufbau, siehe unten)19 Uhr AbendtreffFreitag, 13. März 20269:30 Uhr: Werksführung bei Leica Camera13:00–17:00 Uhr: Vortragsprogramm19 Uhr Gemeinsames TagungsessenSamstag, 14. März 2026 (ab 9:00 Uhr)68. Mitgliederversammlung von DANTE e.V. (auch für interessierte Nicht-Mitglieder offen)Hier ist schonmal eine Liste der bisher zugesagten Vorträge, noch ohne zeitliche Einordnung:samcarter — Zisterzienser Ziffern mit LaTeX (Lightning Talk) Zisterzienser Ziffern sind ein Zahlensystem, das im Mittelalter von Mönchen des Zisterzienserordens entwickelt wurde. Nach einer kurzen Einführung in dieses heute fast vergessene Zahlensystem werden die LaTeX-Pakete xistercian und cistercian vorgestellt, mit denen sich Zisterzienser Ziffern in LaTeX darstellen lassen.Marei Peischl & Patrick Gundlach — LaTeX und ZUGFeRD Der Vortrag erklärt, was eine elektronische Rechnung nach EN 16931 ist, welche Rolle ZUGFeRD dabei spielt und wie sich ZUGFeRD-Rechnungen mit LaTeX erstellen und nutzen lassen.Adelheid Bonnetsmüller — Having Fun With LaTeX XII In der Vortragsreihe „Having Fun With LaTeX“ werden seit vielen Jahren kleinere LaTeX-Pakete vorgestellt, die nützlich sind oder einfach Spaß machen – und in jedem Fall zeigen, wie vielfältig das LaTeX-Universum ist.Peter Turczak & Hraban Ramm — WIWAdoc – professioneller Textsatz im Unternehmen Vorstellung der Firma WIWA sowie des LaTeX-basierten Dokumentationssystems WIWAdoc für den professionellen Einsatz im Unternehmen.Hraban Ramm — Datenzentrierte Dokumente mit ConTeXt WIWA-Datenblätter werden aus verschiedenen Quellen wie CSV, JSON und Markdown mithilfe von Lua in ConTeXt zusammengestellt.Ulrike Fischer, LaTeX Team — (folgt)Frank Mittelbach, LaTeX Team — (folgt)Ulrik Vieth — OpenType Mathematikschriften: Was gibt es Neues? Überblick über aktuell verfügbare OpenType-Mathematikschriften sowie über neue Entwicklungen der letzten Zeit.Marei Peischl — Engagement bei DANTE: wie und was?Stephan Lukasczyk & Adelheid Bonnetsmüller — Campai: Einblick in das neue Mitgliederverwaltungs- und Buchungsprogramm bei DANTE e.V. Campai wird seit Ende 2023 für die Mitgliederverwaltung und seit 2025 für die Buchhaltung bei DANTE e.V. eingesetzt. Der Vortrag stellt das System vor, zeigt seine Funktionen und gibt Einblick in die praktische Arbeit damit. Fragen und Diskussionen sind ausdrücklich willkommen.Lust, selbst einen Vortrag zu halten? Es werden noch Beiträge gesucht, auch kurze Lightning Talks, sowohl zu TeX, LaTeX, ConTeXt, Schriftsatz, Schriftentwicklung als auch zu angrenzenden Themen.Alle Infos zu Anreise, Übernachtungsmöglichkeiten, genauen Zeiten, Kosten und zur Einreichung von Vorträgen finden sich hier: https://www.dante.de/veranstaltungen/dante2026/ sowie in der Einladung auf der tex-d-l Mailing-Liste.Die Anmeldung ist bereits offen: www.dante.de/anmeldung-dante-2026Neben all den Vorträgen und Workshops trifft man bekannte Gesichter wieder, lernt neue kennen und führt Gespräche, die man online so nicht hätte. Nach meiner Erfahrung ist alles sehr entspannt, offen und herzlich. Ich war schon öfter dabei und habe früher auch gelegentlich Tagungsberichte hier und da notiert.Bei Fragen kann man sich auch direkt an die Organisatoren wenden, per email an dante2026@dante.de.Bis dann!StefanStatistics: Posted by Stefan Kottwitz — Sun Feb 08, 2026 4:33 pm
- LyX • [Tool] DropLyx - A tool for collaborative LyX editing via Dropboxby JohannesEmm on February 5, 2026 at 11:20 pm
Hi,new member and long time big lyx fan here. And while trying to convince al my collaborators to use it, most often find myself using rather frustrating services like overleaf, sharepoint, or gdocs, which all have their (severe) limitations. Yet the collaborative aspect is dearly missed at lyx.Therefore, I've put together a small utility that might help if you're editing LyX documents collaboratively through Dropbox (or similar sync services).DropLyxThe problem it tries to solve:When multiple people edit the same .lyx file through Dropbox, you typically find out someone else was editing only after you've both saved conflicting versions. Then you're manually comparing .emergency files.What it does:Adds file locking (shows who's currently editing in the system tray)Auto-merges changes when you both edited different parts of the documentCreates backup files when conflicts can't be auto-resolvedRuns as a lightweight system tray appCurrent status:Windows version tested and workingLinux/macOS versions compile but need testingUses 3-way merge (baseline/local/remote) for non-conflicting changesLine-based merging, so it works reasonably well for LaTeX structureKnown limitations:Won't replace proper version control (Git + latexdiff is still better for complex projects)Line-based merging means same-line edits require manual resolution (would say pretty rare)Relies on Dropbox/sync service to propagate lock filesGitHub: https://github.com/JohannesEmm/DropLyxBinaries for Win/Linux/Mac are available here: https://github.com/JohannesEmm/DropLyx/ ... tag/v0.2.0Looking for:Anyone willing to test, especially on Linux/macOSFeedback on the merge logic and workflowBug reports / edge cases I haven't consideredBuilt this mainly because coordinating who's editing what via email/chat was getting tedious on collaborative projects, as a lyx-integrated solutions seems not on the horizon and challenging at present.CheersJohannesStatistics: Posted by JohannesEmm — Fri Feb 06, 2026 1:20 am
- Text Formatting • Trying to link the header to the first page of the chapterby Scuttlebutt on February 2, 2026 at 4:58 am
This is what I am trying right now.\fancyhead[LE,RO]{\hyperlink{chapter.\thechapter}{\leftmark}}But for some reason its not working. I think this is a deeper problem, because when I just stick \thechapter into the document it returns a 0, even though I'm in the 3rd chapter. I was able to manually increment \thechapter, but even then it didn't work. It was only when I placed a label chapter.3 that it worked (keeping the manual assignment of the chapter 3).Obviously my issue with \thechapter is its own problem that I have to solve by going through all my code, etc. I've determined its not based on \frontmatter, etc.The real question is "Is this the correct/best way to even do this? Is there a better way?"Oh, and it is using extbook as the document type, and XeLaTeX as the rendering engine, in case that matters.Statistics: Posted by Scuttlebutt — Mon Feb 02, 2026 6:58 am
- General • Re: Numbering Issue in Cross-Referencing a Definition Blockby ranaya123 on January 29, 2026 at 2:49 am
I found the solution by myself. The trick is to use referencing as follows:So the second argument (within the bracket) of the definition block is therefore the cross referencing! I didn't know that. Code: \begin{definition}{}{2_1} \ref{def:2_1}Statistics: Posted by ranaya123 — Thu Jan 29, 2026 4:49 am
- General • Numbering Issue in Cross-Referencing a Definition Blockby ranaya123 on January 27, 2026 at 5:54 pm
I have some definition blocks written in my Latex code. These blocks give a nice graphical view to my definitions and here's how the code looks like:In preamb:Code: \newtcbtheorem[number within=section]{definition}{Definition} { theorem style = plain apart, enhanced, frame hidden, breakable, boxrule=2mm,titlerule=0mm,toptitle=1mm,bottomtitle=1mm, fonttitle=\bfseries\large, fontupper=\normalsize, coltitle=black!60!PinkNude, colbacktitle=white!70!PinkNude, colback=white!80!PinkNude }{def}And here's an example definition block: Code: \begin{definition}{}{}\label{def:2_1} \begin{itemize}[leftmargin=*] \item The \textit{inertial delay} is the time delay consumed by an electrical signal to activate a single MOSFET transistor. \vspace*{1mm} \item The \textit{inertial delay} is the time delay consumed by an electrical signal to activate a single MOSFET transistor. \end{itemize} \end{definition}And the cross reference:we define the inertial delay ($\tau$\textsubscript{D}) of a MOSFET in the definition block \ref{def:2_1}.However, this does not produce the correct cross referencing as shown below:Can anybody shed a light on to what's happening here? Why the cross-referencing is wrong here?Thanks and RegardsStatistics: Posted by ranaya123 — Tue Jan 27, 2026 7:54 pm
- Templates, Wizards & Tools • Template for a novelby Worklaw on January 27, 2026 at 2:53 pm
You can download a free template, suitable for a thriller or similar, from:https://charlesrozel.github.io/Blog/202 ... plate.htmlStatistics: Posted by Worklaw — Tue Jan 27, 2026 4:53 pm
- LyX • Re: Side-by-side subfigures don't work for program listingsby jamshark70 on January 17, 2026 at 2:38 am
\includegraphics sets the baseline to the bottom. The baseline of your listing, top, is aligned with the baseline of the image, the bottom.Ohhh I see. I could never have guessed that, since both minipages are set to top alignment. That's counterintuitive, isn't it? A parent object, a minipage (top alignment), contains a child object, an \includegraphics with implicit bottom alignment -- I would really expect the child object not to be able to override the parent.But your comment pointed me to another solution -- to set middle alignment. This looks even nicer on the page than top alignment.(Still undecided whether I will continue with LyX or start writing LaTeX directly.)hjhStatistics: Posted by jamshark70 — Sat Jan 17, 2026 4:38 am
- LyX • Re: Initial pains: for now, fontsby Stefan Kottwitz on January 16, 2026 at 7:15 pm
Great! LuaTeX is often a better choice than XeTeX anyway, as the maintenance and future of XeTeX seem unclear.StefanStatistics: Posted by Stefan Kottwitz — Fri Jan 16, 2026 9:15 pm
- LyX • Re: Side-by-side subfigures don't work for program listingsby Stefan Kottwitz on January 16, 2026 at 6:54 pm
\includegraphics sets the baseline to the bottom. The baseline of your listing, top, is aligned with the baseline of the image, the bottom. A quick fix is to insert \vspace{0pt} right before the \includegraphics command; this way, the reference point will be the top, and both subfigures will be top-aligned.StefanStatistics: Posted by Stefan Kottwitz — Fri Jan 16, 2026 8:54 pm
- Text Formatting • Re: Latex Bibliography Placement Issue (MikTex+TexMaker)by ranaya123 on January 16, 2026 at 9:43 am
Finally I found where the issue was and it was a simple mistake. So after the fresh installation of MikTex and TexMaker, the cm-super package was necessary for certain texts. The solution that solved the above issue was, changing the name of the .pdf file from "main-change" to "main". Strange isn't it ? I don't understand how the name change affects the appearance of Bibliography section. Any clue ?There was no issue in the inclusion of .bib files.Statistics: Posted by ranaya123 — Fri Jan 16, 2026 11:43 am
- LyX • Side-by-side subfigures don't work for program listingsby jamshark70 on January 16, 2026 at 8:42 am
Here, I have followed the instructions in https://wiki.lyx.org/FAQ/FiguresSideBySide:FloatSubfigure (width 0.45\textwidth)Horizontal fillSubfigure (width 0.45\textwidth)In the page screenshot, the top float places a program listing into the first subfigure and an image into the second, and the program listing's top boundary aligns with the image's bottom boundary. The lower float has two images and those are horizontally aligned as I expected.https://tex.stackexchange.com/questions ... -in-memoir says "The listings has full width so that will never work. You may need to wrap the listings in a minipage to control the width" but LyX is already wrapping it in a minipage (exported):Code: \begin{figure}\begin{minipage}[t]{0.45\textwidth}%\begin{lstlisting}... code here...\end{lstlisting}%\end{minipage}\hfill{}%\begin{minipage}[t]{0.45\textwidth}%\includegraphics{../img/02-02-pd-phasor}%\end{minipage}I have to admit i really don't understand what is going on here. Why does a child element not obey its parent's bounds?Unfortunately, in this document, I expect to have many pairs of code listings alongside images; lack of a solution would be a deal-breaker. So, how to fix this?hjhStatistics: Posted by jamshark70 — Fri Jan 16, 2026 10:42 am
- LyX • Re: Initial pains: for now, fontsby jamshark70 on January 16, 2026 at 8:19 am
Are you sure that LyX is configured to use XeLaTeX? Because the default setting for LyX is pdfLaTeX (Document/Settings/Compiler), and that cannot use TTF fonts. On the other hand, you would get a fontspec error earlier because that cannot be used with pdfLaTeX at all. But check anyway, also to see if LyX is set to LuaLaTeX, which works with fontspec, but perhaps that engine doesn't find the font.Thanks.i think the point of confusion for me was that default output format with TeX fonts is PDF while the default output format with non-TeX fonts is DVI. That is, a reasonable user expectation would be that flipping the non-TeX font switch should just enable the fonts and not also switch to a radically different output format."PDF (LuaTeX)" does work.So this one is solved.hjhStatistics: Posted by jamshark70 — Fri Jan 16, 2026 10:19 am
- LyX • Re: Initial pains: for now, fontsby Stefan Kottwitz on January 15, 2026 at 10:38 am
Hi,welcome to the forum!Are you sure that LyX is configured to use XeLaTeX? Because the default setting for LyX is pdfLaTeX (Document/Settings/Compiler), and that cannot use TTF fonts. On the other hand, you would get a fontspec error earlier because that cannot be used with pdfLaTeX at all. But check anyway, also to see if LyX is set to LuaLaTeX, which works with fontspec, but perhaps that engine doesn't find the font.If LyX is also set to compile with XeLaTeX, then please make a small test document with that font, and add here as attachments:the .lyx documentthe LaTeX export documentthe logfile of a LyX runthe logfile of a xelatex runPerhaps we can see the cause then.StefanStatistics: Posted by Stefan Kottwitz — Thu Jan 15, 2026 12:38 pm
- LyX • Initial pains: for now, fontsby jamshark70 on January 15, 2026 at 7:43 am
I had been using emacs org-mode LaTeX export for writing documents, but it seems for a current project that I have outgrown this. So I was looking at LyX. I'm pretty sure it can handle what I need (maybe), but...I like Charis SIL for body text. In my ~/.fonts directory, I have the four CharisSIL-B.ttf, CharisSIL-BI.ttf, CharisSIL-I.ttf and CharisSIL-R.ttf files.In LyX, i've gone to document settings, selected "Use non-TeX fonts." Charis SIL does appear in the font menu, so clearly the font exists and is being recognized as such.Then when I view the document, I get:(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.styPackage: fontenc 2021/04/29 v2.0v Standard LaTeX package! Font \TU/lmr/m/n/10=[lmroman10-regular]:+tlig; at 10pt not loadable: metric data not found or bad.! Font \TU/lmr/bx/n/10=[lmroman10-bold]:+tlig; at 10pt not loadable: metric data not found or bad.<to be read again> ! Package fontspec Error: The font "CharisSIL" cannot be found.! Font \TU/CharisSIL(0)/m/n/10=CharisSIL:mode=node;language=dflt;+tlig; at 10pt not loadable: metric data not found or bad.<to be read again> etc. etc.Now the funny thing is, in my org-mode export setup I have:#+LATEX_HEADER: \usepackage{fontspec}#+LATEX_HEADER: \setmainfont[Ligatures={Common,TeX}]{CharisSIL}#+LATEX_HEADER: \setmonofont{Inconsolata}... and it works. So xelatex on my system has no problem with this font -- but LyX does.At this point, I've spent the majority of a working day first fighting with an intractable problem with org-mode export, and now fighting with basic rendering in LyX. I would like to stay focused on solutions here, but it has been a frustrating day of not writing but rather beating my head against fruitless web searches.(After resolving those, I will have a different problem to report, where side by side subframes are being rendered vertically rather than horizontally aligned as they are in the editor.)hjhStatistics: Posted by jamshark70 — Thu Jan 15, 2026 9:43 am
- General • Re: [Fix] LaTeX Error: Unknown message 'caption-code-by-class-deactivated' (tocbasic / KOMA-Script)by joezhou on January 12, 2026 at 4:20 pm
Thanks for your share. This solves my problem.Statistics: Posted by joezhou — Mon Jan 12, 2026 6:20 pm
- Text Formatting • Putting examples in single spaceby ishidac on January 10, 2026 at 1:50 am
Hello, everyone. I'm using a model to write my thesis, but some text formatting rules changed and I'm trying to adapt it. In my university, it is needed that the text should be in double space, and examples in single space, but either my whole file goes single space or double space. I would also like the option to have examples in double columns.Code: \example \exitem \ipa [AAAA] \excont ?? \exitem \ipa [BBBB] \excont ??This is my CLS file:Code: \NeedsTeXFormat{LaTeX2e}\ProvidesClass{configuracoes/ufpa-ppgem-abntex2}[2019/01/07 v1.0]% Repassa os parâmetros ao abntex2\DeclareOption*{\PassOptionsToClass{\CurrentOption}{abntex2}}\PassOptionsToClass{% 12pt, a4paper, brazil,}{abntex2}\ProcessOptions\relax\LoadClass{abntex2}% ==============================% PACOTES BÁSICOS% ==============================\RequirePackage[brazilian, hyperpageref]{backref}\hypersetup{linkcolor=black}\RequirePackage{makeidx}\RequirePackage{chngcntr}% -------- Contadores --------\newcounter{example}\newcounter{subexample}\renewcommand{\theexample}{(\arabic{example})}\renewcommand{\thesubexample}{\alph{subexample}.}% -------- Iniciar exemplo --------\newcommand{\example}{% \noindent \refstepcounter{example}% \setcounter{subexample}{0}% \theexample\quad}% -------- Subexemplo --------\newcommand{\exitem}{% \refstepcounter{subexample}% \par \hangindent=2.5em \hangafter=1 \makebox[2em][l]{\thesubexample}%}% -------- Continuação do mesmo subexemplo --------\newcommand{\excont}{% \par \hangindent=2.5em \hangafter=1 \hspace*{2em}%}% FONTES\RequirePackage{fontspec}% fonte principal\setmainfont{Times New Roman}% fonte IPA (Charis SIL recomendada)\newfontfamily\ipa[Scale=MatchLowercase]{Charis SIL}% -----------------------------------------------------------------------------% Configurações gerais% -----------------------------------------------------------------------------% Retira o espaço extra desnecessário nas frases\frenchspacing% Configurações do pacote backref usado sem a opção hyperpageref de backref%\renewcommand{\backrefpagesname}{Citado na(s) p\'agina(s):~}% Texto padrão antes do número das páginas\renewcommand{\backref}{}% Define as listas de item compactas (sem espaçamento entre os itens)\setlist{noitemsep, topsep=0pt, parsep=0pt, partopsep=0pt}% Define os textos da citação\renewcommand*{\backrefalt}[4]{% \ifcase #1 Nenhuma cita\c{c}\~ao no texto. \or Citado na p\'agina #2. \else Citado #1 vezes nas p\'aginas #2. \fi}\usepackage{chngcntr}\counterwithout{figure}{chapter}\counterwithout{table}{chapter}%\counterwithin{algorithm}{chapter}% Define a numeração das equações de forma sequencial%\counterwithout{equation}{chapter}% -----------------------------------------------------------------------------% Comandos de dados% -----------------------------------------------------------------------------% Comandos de dados - Departamento\providecommand{\imprimirdepartamento}{}\newcommand{\departamento}[1]{\renewcommand{\imprimirdepartamento}{#1}}\providecommand{\imprimirdepartamentof}{}\newcommand{\departamentof}[1]{\renewcommand{\imprimirdepartamentof}{#1}}% Comandos de dados - Programa\providecommand{\imprimirprograma}{}\newcommand{\programa}[1]{\renewcommand{\imprimirprograma}{#1}}% Comandos de dados - Subtítulo do trabalho\providecommand{\imprimirsubtitulo}{}\newcommand{\subtitulo}[1]{\renewcommand{\imprimirsubtitulo}{#1}}% Comandos de dados - Instituição do orientador\providecommand{\imprimirinstOrientador}{}\newcommand{\instOrientador}[1]{\renewcommand{\imprimirinstOrientador}{#1}}% Comandos de dados - Instituição do coorientador\providecommand{\imprimirinstCoorientador}{}\newcommand{\instCoorientador}[1]{\renewcommand{\imprimirinstCoorientador}{#1}}% Comandos de dados - Tipo de trabalho acadêmico (trabalho de conclusão de curso, tese, dissertação ou projeto de qualificação)\providecommand{\imprimirprojeto}{}\newcommand{\projeto}[1]{\renewcommand{\imprimirprojeto}{#1}}% Comandos de dados - Título Acadêmico a ser alcançado (Bacharel, Tecnólogo)\providecommand{\imprimirtituloAcademico}{}\newcommand{\tituloAcademico}[1]{\renewcommand{\imprimirtituloAcademico}{#1}}% Comandos de dados - Título em Inglês\providecommand{\imprimirautorcitacao}{}\newcommand{\autorcitacao}[1]{\renewcommand{\imprimirautorcitacao}{#1}}% Comandos de dados - Nome autor para citação\providecommand{\imprimirtitleabstract}{}\newcommand{\titleabstract}[1]{\renewcommand{\imprimirtitleabstract}{#1}}% Comandos de dados - Área de concentração com Rótulo\newcommand{\imprimirareaconcentracaoRotulo}{\'Area de concentra\c{c}\~ao: }\providecommand{\imprimirareaconcentracao}{}\newcommand{\areaconcentracao}[1]{\renewcommand{\imprimirareaconcentracao}{#1}}% Comandos de dados - linha de pesquisa\newcommand{\imprimirlinhapesquisaRotulo}{Linha de pesquisa: }\providecommand{\imprimirlinhapesquisa}{}\newcommand{\linhapesquisa}[1]{\renewcommand{\imprimirlinhapesquisa}{#1}}% Comandos de dados - Texto da folha de aprovação%\providecommand{\imprimirtextopadraofolhadeaprovacao}{} %\newcommand{\textopadraofolhadeaprovacao}[1]{\renewcommand{\imprimirtextopadraofolhadeaprovacao}{#1}}\providecommand{\imprimirdataaprovacao}{}\newcommand{\dataaprovacao}[1]{\renewcommand{\imprimirdataaprovacao}{#1}}\providecommand{\imprimirconceito}{}\newcommand{\conceito}[1]{\renewcommand{\imprimirconceito}{#1}}\providecommand{\imprimirnomePrimeiromembro}{}\newcommand{\nomePrimeiromembro}[1]{\renewcommand{\imprimirnomePrimeiromembro}{#1}}\providecommand{\imprimirinstPrimeiromembro}{}\newcommand{\instPrimeiromembro}[1]{\renewcommand{\imprimirinstPrimeiromembro}{#1}}\providecommand{\imprimirnomeSegundomembro}{}\newcommand{\nomeSegundomembro}[1]{\renewcommand{\imprimirnomeSegundomembro}{#1}}\providecommand{\imprimirinstSegundomembro}{}\newcommand{\instSegundomembro}[1]{\renewcommand{\imprimirinstSegundomembro}{#1}}\providecommand{\imprimirnomeTerceiromembro}{}\newcommand{\nomeTerceiromembro}[1]{\renewcommand{\imprimirnomeTerceiromembro}{#1}}\providecommand{\imprimirinstTerceiromembro}{}\newcommand{\instTerceiromembro}[1]{\renewcommand{\imprimirinstTerceiromembro}{#1}}% Comandos de dados - Logomarca da instituição\providecommand{\imprimirlogoinstituicao}{}\newcommand{\logoinstituicao}[2]{\renewcommand{\imprimirlogoinstituicao}{\includegraphics[width={#1}]{#2}}}% -----------------------------------------------------------------------------% Estilo de elementos% -----------------------------------------------------------------------------% Elementos pré-textuais\renewcommand{\pretextual}{% \pagenumbering{arabic} \aliaspagestyle{chapter}{empty} \pagestyle{empty} \aliaspagestyle{cleared}{empty} \aliaspagestyle{part}{empty}}% Configura layout para elementos textuais\renewcommand{\textual}{% %\pagenumbering{arabic} % A numeração das páginas é em algarismos arábicos, inciando em 1 \pagestyle{simple}%\pagestyle{abntheadings} \aliaspagestyle{chapter}{abntchapfirst} \nouppercaseheads \bookmarksetup{startatroot} \begin{DoubleSpacing}}% Configura layout para elementos pós-textuais\renewcommand{\postextual}{% \end{DoubleSpacing} \chapterstyle{abnt} \phantompart}% -----------------------------------------------------------------------------% Objetos flutuantes% -----------------------------------------------------------------------------% Comando que trata a fonte nos objetos flutuantes\renewcommand{\fonte}[1]{% \begin{SingleSpacing}\par\end{SingleSpacing} \centering\footnotesize{Fonte: #1}}% Comando que trata as notas nos objetos flutuantes\renewcommand{\nota}[1]{% \begin{SingleSpacing}\par\end{SingleSpacing} \begin{tabular}{l p{.85\textwidth}}% Nota: & #1 \end{tabular}}% -----------------------------------------------------------------------------% Parágrafos% -----------------------------------------------------------------------------% Tamanho da indentação do parágrafo\setlength{\parindent}{1.5cm}% Espaçamento entre um parágrafo e outro%\setlength{\parskip}{0.0cm}% -----------------------------------------------------------------------------% Fontes% -----------------------------------------------------------------------------% Redefinição de fontes\renewcommand{\ABNTEXchapterfont}{\normalfont}\renewcommand{\ABNTEXchapterfontsize}{\normalsize\bfseries}\renewcommand{\ABNTEXpartfont}{\normalfont}\renewcommand{\ABNTEXpartfontsize}{\ABNTEXchapterfontsize}\renewcommand{\ABNTEXsectionfont}{\normalfont}\renewcommand{\ABNTEXsectionfontsize}{\normalsize\bfseries}\renewcommand{\ABNTEXsubsectionfont}{\normalfont}\renewcommand{\ABNTEXsubsectionfontsize}{\normalsize}\renewcommand{\ABNTEXsubsubsectionfont}{\normalfont}\renewcommand{\ABNTEXsubsubsectionfontsize}{\normalsize}\renewcommand{\ABNTEXsubsubsubsectionfont}{\normalfont}\renewcommand{\ABNTEXsubsubsubsectionfontsize}{\normalsize}\makeatletter\renewcommand{\ABNTEXchapterupperifneeded}[1]{#1}\makeatother% -----------------------------------------------------------------------------% Sumário% -----------------------------------------------------------------------------% Travessão no sumário para apêndices e anexos%\renewcommand{\cftchapteraftersnum}{\hfill\textendash\hfill}% Insere espaço entre os itens do sumário de diferentes capítulos%\setlength{\cftbeforechapterskip}{1.0em \@plus\p@}% impedir caixa alta nos títulos\renewcommand{\ABNTEXchapterupperifneeded}[1]{#1}% remover negrito de seção e subseção no sumário\renewcommand{\cftsectionfont}{\normalfont}\renewcommand{\cftsectionpagefont}{\normalfont}\renewcommand{\cftsubsectionfont}{\normalfont}\renewcommand{\cftsubsectionpagefont}{\normalfont}%recuo\setlength{\cftsectionindent}{0em}\setlength{\cftsectionnumwidth}{3em}\setlength{\cftsubsectionindent}{3em}\setlength{\cftsubsectionnumwidth}{3.2em}\setlength{\cftsubsubsectionindent}{6.2em}\setlength{\cftsubsubsectionnumwidth}{3.4em}% -----------------------------------------------------------------------------% Listas% -----------------------------------------------------------------------------% Define os títulos das listas\addto\captionsbrazil{%% Ajusta nomes padrões do babel \renewcommand{\listadesiglasname}{LISTA DE SIGLAS} \renewcommand{\listadesimbolosname}{LISTA DE S\'{I}MBOLOS} \renewcommand{\listfigurename}{LISTA DE FIGURAS} \renewcommand{\listtablename}{LISTA DE TABELAS} \renewcommand{\indexname}{\'{I}NDICE REMISSIVO}\renewcommand{\bibname}{REFER\^{E}NCIAS}% Ajusta nomes usados com a macro \autoref \renewcommand{\pageautorefname}{p\'agina} \renewcommand{\sectionautorefname}{Se\c{c}\~ao} \renewcommand{\subsectionautorefname}{Subse\c{c}\~ao} \renewcommand{\subsubsectionautorefname}{Subsubse\c{c}\~ao} \renewcommand{\paragraphautorefname}{Subse\c{c}\~ao}}% Cria a lista de quadros\newcommand{\listofquadrosname}{Lista de Quadros}\newcommand{\quadroname}{Quadro}\newfloat[chapter]{quadro}{loq}{\quadroname}\newlistof{listofquadros}{loq}{\listofquadrosname}\newlistentry{quadro}{loq}{0}\counterwithout{quadro}{chapter}\renewcommand{\cftquadroname}{\quadroname\space}\renewcommand*{\cftquadroaftersnum}{\hfill--\hfill}% -----------------------------------------------------------------------------% Capa% -----------------------------------------------------------------------------\makeatletter\renewcommand{\imprimircapa}{ \begin{capa} \begin{center}\begin{figure}[h]\center\imprimirlogoinstituicao\end{figure}\begin{SingleSpacing} \large\MakeUppercase{\imprimirinstituicao} \\ \abntex@ifnotempty{\imprimirdepartamento} { \MakeUppercase{\imprimirdepartamento} \\ }\abntex@ifnotempty{\imprimirdepartamentof} { \MakeUppercase{\imprimirdepartamentof} \\ } \large\MakeUppercase{\imprimirprograma} \\\end{SingleSpacing} \end{center} \vspace{60pt}\begin{center}\large\MakeUppercase{\imprimirautor}\\\end{center}\vspace{60pt} %120 \begin{center} \ABNTEXchapterfont\large\MakeUppercase{\imprimirtitulo} \abntex@ifnotempty{\imprimirsubtitulo} {% {\ABNTEXchapterfont: }{\large{\imprimirsubtitulo}} } \end{center}\vspace{120pt}%\begin{center}%\large\MakeUppercase{\imprimirprojeto}%\end{center}\vfill \begin{center}\begin{SingleSpacing} \large\MakeUppercase{\imprimirlocal}\\ \large\MakeUppercase{\imprimirdata}\end{SingleSpacing} \end{center} \end{capa}}\makeatother% -----------------------------------------------------------------------------% Folha de rosto% -----------------------------------------------------------------------------\makeatletter\renewcommand{\folhaderostocontent}{% %\begin{figure}[h]%\center%\includegraphics[width=2.1cm]{ufpa}%\end{figure}%\begin{center}%\begin{SingleSpacing}%\large\MakeUppercase{\imprimirinstituicao} \\%{%\MakeUppercase{\imprimirdepartamento} \\%}%\large\MakeUppercase{\imprimirprograma} \\%\end{SingleSpacing}%\vspace{60pt}%\end{center}\begin{center}\large\MakeUppercase{\imprimirautor}\\\end{center} \setcounter{page}{1} %\begin{center} % \large\MakeUppercase{\imprimirautor}\\ %\end{center} \vspace*{60pt}%{96pt} \begin{center} \ABNTEXchapterfont\large\MakeUppercase{\imprimirtitulo} \abntex@ifnotempty{\imprimirsubtitulo}{% {\ABNTEXchapterfont: }{\large{\imprimirsubtitulo}} } \end{center} \vspace*{20pt} \abntex@ifnotempty{\imprimirpreambulo} {% \SingleSpacing \begin{tabular}{p{.25\textwidth}p{.13\textwidth}p{.44\textwidth}} & \multicolumn{2}{p{.6\textwidth}}{\small\hyphenpenalty=10000{\imprimirpreambulo}} \\ & & \\ \abntex@ifnotempty{\imprimirareaconcentracao} {% & \multicolumn{2}{p{.6\textwidth}}{\small\hyphenpenalty=10000{\imprimirareaconcentracaoRotulo\imprimirareaconcentracao}} \\ & & \\ } \abntex@ifnotempty{\imprimirlinhapesquisa} {% & \multicolumn{2}{p{.6\textwidth}}{\small\hyphenpenalty=10000{\imprimirlinhapesquisaRotulo\imprimirlinhapesquisa}} \\ & & \\ } \abntex@ifnotempty{\imprimirorientador} {% & \small\imprimirorientadorRotulo & \imprimirorientador \\ & & \small\imprimirinstOrientador \\ & & \\ } \abntex@ifnotempty{\imprimircoorientador} {% & \small\imprimircoorientadorRotulo & \imprimircoorientador \\ & & \small\imprimirinstCoorientador } \end{tabular} } \vspace*{\fill} \begin{center}\begin{SingleSpacing} \large\MakeUppercase{\imprimirlocal}\\ \large\MakeUppercase{\imprimirdata}\end{SingleSpacing} \end{center}}\makeatother% -----------------------------------------------------------------------------%% Folha de aprovação%% -----------------------------------------------------------------------------%\makeatletter%\newcommand{\imprimirfolhadeaprovacao}%{%%\begin{center}%\large\MakeUppercase{\imprimirautor}\\%\end{center}%%\vspace*{60pt}%{96pt}% \begin{folhadeaprovacao}% \vspace*{\fill}%% \begin{tabular}{p{.45\textwidth}p{.45\textwidth}}% %& \imprimirtextopadraofolhadeaprovacao \\% & \insert{estrutura\pre-textuais\folhaaprova} \\% \end{tabular}%% \vspace*{\fill}% \end{folhadeaprovacao}%}%\makeatother% ----------------------------------------\makeatletter\newcommand{\imprimirfolhadeaprovacao}{% \begin{center} \large\MakeUppercase{\imprimirautor}\\ \end{center} \vspace*{\fill} \begin{center} \ABNTEXchapterfont\large\MakeUppercase{\imprimirtitulo} \abntex@ifnotempty{\imprimirsubtitulo}{% {\ABNTEXchapterfont: }{\large{\imprimirsubtitulo}} } \end{center} \vspace*{\fill} \abntex@ifnotempty{\imprimirpreambulo} {% \SingleSpacing \begin{tabular}{p{.25\textwidth}p{.13\textwidth}p{.44\textwidth}} & \multicolumn{2}{p{.6\textwidth}}{\small\hyphenpenalty=10000{\imprimirpreambulo}} \end{tabular} } \vspace*{\fill} \noindent %DATA DE APROVA\c{C}\~AO: \imprimirdataaprovacao \\ \\ %CONCEITO: \imprimirconceito \vspace*{\fill} %\assinatura{\imprimirorientador \\ Orientador - \imprimirinstOrientador} \assinatura{\imprimirorientador \\ Orientador - PPGL/UFPA} \assinatura{\imprimircoorientador \\ Coorientadora - McGill University} \assinatura{\imprimirnomePrimeiromembro \\ Membro - \imprimirinstPrimeiromembro} \assinatura{\imprimirnomeSegundomembro \\ Membro - \imprimirinstSegundomembro} % \assinatura{\imprimirnomeTerceiromembro \\ Membro - \imprimirinstTerceiromembro} % ocultar ou não dependendo do numero de professores na banca \begin{center}\begin{SingleSpacing} \MakeUppercase{\imprimirlocal}\\ \MakeUppercase{\imprimirdata}\end{SingleSpacing} \end{center}}\makeatother% ----------------------------------------%% -----------------------------------------------------------------------------% Dedicatória% -----------------------------------------------------------------------------\renewenvironment{dedicatoria}[1][]{% \ifthenelse{\equal{#1}{}}{% \PRIVATEbookmarkthis{\dedicatorianame} }{\pretextualchapter{#1}} \vspace*{\fill} \begin{flushright} \begin{minipage}{.5\textwidth} \begin{SingleSpacing} \setlength\parindent{0pt} \setlength\parskip{12pt}}{% \end{SingleSpacing} \end{minipage} \end{flushright}}% -----------------------------------------------------------------------------% Epígrafe% -----------------------------------------------------------------------------\renewenvironment{epigrafe}[1][]{% \ifthenelse{\equal{#1}{}} {% \PRIVATEbookmarkthis{\epigraphname} }{\pretextualchapter{#1}} \vspace*{\fill} \begin{flushright} \begin{minipage}{.5\textwidth} \begin{SingleSpacing} \setlength\parindent{0pt} \setlength\parskip{12pt}}{% \end{SingleSpacing} \end{minipage} \end{flushright}}%------------------------------------------------------%Pacotes \usepackage[alf]{abntex2cite}\makeatletter\renewcommand{\cite}[2][]{% (\citeauthoronline{#2}, \citeyear{#2}% \ifx#1\empty\else, #1\fi)%}\renewcommand{\citeonline}[2][]{% \citeauthoronline{#2} (\citeyear{#2}% \ifx#1\empty\else, #1\fi)%}\makeatother % Configura as citações bibliográficas conforme a norma ABNT% PACOTES----------------------------------------------------------------------\usepackage{subcaption}\usepackage{caption}\usepackage{varwidth}\usepackage{rotating}\usepackage{hyperref}\usepackage{amsmath}\RequirePackage{fontspec}\usepackage{booktabs} % Réguas horizontais em tabelas\usepackage{color, colortbl} % Controle das cores\usepackage{float} % Necessário para tabelas/figuras em ambiente multi-colunas\usepackage{graphicx} % Inclusão de gráficos e figuras\usepackage{icomma} % Uso de vírgulas em expressões matemáticas\usepackage{indentfirst} % Indenta o primeiro parágrafo de cada seção\usepackage{microtype} % Melhora a justificação do documento\usepackage{multirow, array} % Permite tabelas com múltiplas linhas e colunas\usepackage{subeqnarray} % Permite subnumeração de equações\usepackage{lastpage} % Para encontrar última página do documento\usepackage{verbatim} % Permite apresentar texto tal como escrito no documento, ainda que sejam comandos Latex\usepackage{amsfonts, amssymb, amsmath} % Fontes e símbolos matemáticos\usepackage[algoruled, portuguese]{algorithm2e} % Permite escrever algoritmos em português%\usepackage[scaled]{helvet} % Usa a fonte Helvetica%\usepackage{times} % Usa a fonte Times%\usepackage{palatino} % Usa a fonte Palatino\usepackage{lmodern} % Usa a fonte Latin Modern\usepackage[bottom]{footmisc} % Mantém as notas de rodapé sempre na mesma posição\usepackage{ae, aecompl} % Fontes de alta qualidade\usepackage{latexsym} % Símbolos matemáticos\usepackage{lscape} % Permite páginas em modo "paisagem"%\usepackage{picinpar} % Dispor imagens em parágrafos%\usepackage{scalefnt} % Permite redimensionar tamanho da fonte%\usepackage{subfig} % Posicionamento de figuras%\usepackage{upgreek} % Fonte letras gregas%\usepackage{amsmath}%\usepackage{breqn}% Redefine a fonte para uma fonte similar a Arial (fonte Helvetica)%\renewcommand*\familydefault{\sfdefault}%------------------------------------------------------%Configurações do pdf%\include{configuracoes/pacotes}\makeatletter\hypersetup{%portuguese,colorlinks=true, % true: "links" coloridos; false: "links" em caixas de textolinkcolor=black, % Define cor dos "links" internoscitecolor=black, % Define cor dos "links" para as referências bibliográficasfilecolor=black, % Define cor dos "links" para arquivosurlcolor=black, % Define a cor dos "hiperlinks"breaklinks=true,pdftitle={\@title},pdfauthor={\@author},pdfkeywords={abnt, latex, abntex, abntex2}}\makeatother% REDEFINIÇÃO DE LABELS---------------------------------------------------------\renewcommand{\algorithmautorefname}{Algoritmo}\def\equationautorefname~#1\null{Equa\c c\~ao~(#1)\null}% CRIA ÍNDICE REMISSIVO---------------------------------------------------------\makeindex% HIFENIZAÇÃO DE PALAVRAS QUE NÃO ESTÃO NO DICIONÁRIO---------------------------\hyphenation{%qua-dros-cha-veKat-sa-gge-los}Statistics: Posted by ishidac — Sat Jan 10, 2026 3:50 am
- LyX • Emacs key bindingsby symptom-heap-chuck on January 5, 2026 at 6:33 pm
Can LyX be configured to use Emacs navigation key-bindings, like ctrl-n and ctrl-p for down/up, without replacing any of the existing bindings?Statistics: Posted by symptom-heap-chuck — Mon Jan 05, 2026 8:33 pm
- Page Layout • Re: weird visual bugby roken on January 2, 2026 at 3:57 pm
exactly, thanks a lot Statistics: Posted by roken — Fri Jan 02, 2026 5:57 pm
- Page Layout • Re: weird visual bugby Haiopaio on January 1, 2026 at 5:15 pm
In cell no.1 you may have set inadvertently multirow. Remove the checkmark in table settings and you are done.Statistics: Posted by Haiopaio — Thu Jan 01, 2026 7:15 pm