Search found 39 matches
- Wed Aug 27, 2025 10:41 am
- Forum: Text Formatting
- Topic: Changing incorrectly formatted quotations to correctly formatted quotations.
- Replies: 0
- Views: 9982
Changing incorrectly formatted quotations to correctly formatted quotations.
Periodically I tried to find solutions to quotation wrong facing leading quotation mark, e.g. ”They". Searches found posts from 2012 but the quotes package only produced errors and loading csquotes did not seem to make a difference. I have eventualy found the backtick that does result in correct ...
- Mon May 26, 2025 11:04 am
- Forum: Document Classes
- Topic: Emergency stop error in running preamble
- Replies: 6
- Views: 48049
Re: Emergency stop error in running preamble
Thanks, much appreciated.
- Sun May 25, 2025 10:42 pm
- Forum: Document Classes
- Topic: Emergency stop error in running preamble
- Replies: 6
- Views: 48049
Re: Emergency stop error in running preamble
Thanks again Stefan,
I had also mistakenly been trying to compile individual chapters.
I see I need to leave myself some notes.
I had also mistakenly been trying to compile individual chapters.
I see I need to leave myself some notes.
- Sat May 24, 2025 10:54 pm
- Forum: Document Classes
- Topic: Emergency stop error in running preamble
- Replies: 6
- Views: 48049
Re: Emergency stop error in running preamble
Hello Stefan,
Thanks for your reply. I only added that document class line in recently because I received this message without it:
Thanks for your reply. I only added that document class line in recently because I received this message without it:
- Sat May 24, 2025 2:38 am
- Forum: Document Classes
- Topic: Emergency stop error in running preamble
- Replies: 6
- Views: 48049
Emergency stop error in running preamble
Because of the file size I decided to work with individual documents rather than the book class. I've returned to the book class after a year off and found code that previously worked, no longer does. The Texmaker version is 5.1.4 (I'll download the newer version but thought I'd see if the problem ...
- Sat Jun 08, 2024 1:18 am
- Forum: Fonts & Character Sets
- Topic: LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
- Replies: 19
- Views: 70100
LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
Many thanks Rainer and Stefan,
This has identified the problem and also provided a fix, for this problem and likely others I'll come across.
Bob
This has identified the problem and also provided a fix, for this problem and likely others I'll come across.
Bob
- Fri Jun 07, 2024 3:13 am
- Forum: Fonts & Character Sets
- Topic: LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
- Replies: 19
- Views: 70100
LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
Hello Rainer,
Thanks for your reply.
I'm not sure I completely understood your test. I typed your text, but had to copy from MS WORD the á because I didn't know how to directly type this into Texmaker. If this is ok, Lázaro displays correctly.
I have attached a zio file that contains the tex file ...
Thanks for your reply.
I'm not sure I completely understood your test. I typed your text, but had to copy from MS WORD the á because I didn't know how to directly type this into Texmaker. If this is ok, Lázaro displays correctly.
I have attached a zio file that contains the tex file ...
- Wed Jun 05, 2024 11:57 pm
- Forum: Fonts & Character Sets
- Topic: LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
- Replies: 19
- Views: 70100
LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
Thanks Stefan.
I added in the packages, 1 by 1
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
the error remained, in both Texmaker and Texlive.
I then tried compiling with LuaLaTeX and XeLaTeX. The file compiled without error but the characters don't appear in the ...
I added in the packages, 1 by 1
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
the error remained, in both Texmaker and Texlive.
I then tried compiling with LuaLaTeX and XeLaTeX. The file compiled without error but the characters don't appear in the ...
- Wed Jun 05, 2024 1:41 am
- Forum: Fonts & Character Sets
- Topic: LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
- Replies: 19
- Views: 70100
LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
Hopefully with photos, an executable example.
\documentclass{article}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage[a4paper, total={7in, 10in}]{geometry}
\usepackage{graphicx}
\usepackage[english] {babel}
\usepackage{blindtext}
\usepackage[section]{placeins}
\usepackage{subcaption ...
\documentclass{article}
\usepackage{xcolor}
\usepackage{titlesec}
\usepackage[a4paper, total={7in, 10in}]{geometry}
\usepackage{graphicx}
\usepackage[english] {babel}
\usepackage{blindtext}
\usepackage[section]{placeins}
\usepackage{subcaption ...
- Wed Jun 05, 2024 1:36 am
- Forum: Fonts & Character Sets
- Topic: LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
- Replies: 19
- Views: 70100
LaTeX Error: Unicode character ́ (U+0301) not set up for use with LaTeX.
Hello Stefan,
Removing this code below and the file runs. I tried running the file without the photos and with just the text, and I still get the error, so it is not because I included this in the caption.
Thanks again.
Bob
\begin{figure}[htb]
\centering
\begin{subfigure}{0.45\textwidth ...
Removing this code below and the file runs. I tried running the file without the photos and with just the text, and I still get the error, so it is not because I included this in the caption.
Thanks again.
Bob
\begin{figure}[htb]
\centering
\begin{subfigure}{0.45\textwidth ...