Search found 7 matches
- Fri Jul 22, 2022 4:49 pm
- Forum: BibTeX, biblatex and biber
- Topic: Adding appendix after printbibliography causes "File ended while scanning use of \field"
- Replies: 1
- Views: 14932
Adding appendix after printbibliography causes "File ended while scanning use of \field"
I would also appreciate alternative approaches how to include non-essential slides at the very end of a presentation.
- Thu Jul 21, 2022 11:27 am
- Forum: BibTeX, biblatex and biber
- Topic: Adding appendix after printbibliography causes "File ended while scanning use of \field"
- Replies: 1
- Views: 14932
Adding appendix after printbibliography causes "File ended while scanning use of \field"
MWE:
% txs:///compile | txs:///biber | txs:///compile | txs:///view-pdf-internal --embedded
% compiler: XeLaTeX
\documentclass[t]{beamer}
% Use fontspec to get (Linux closest to) Arial font
% Requires use of XeLaTeX
\usepackage{fontspec}
\setmainfont{DejaVu Sans}
\setsansfont{DejaVu Sans}
% Also ...
% txs:///compile | txs:///biber | txs:///compile | txs:///view-pdf-internal --embedded
% compiler: XeLaTeX
\documentclass[t]{beamer}
% Use fontspec to get (Linux closest to) Arial font
% Requires use of XeLaTeX
\usepackage{fontspec}
\setmainfont{DejaVu Sans}
\setsansfont{DejaVu Sans}
% Also ...
- Tue Jul 12, 2022 10:57 am
- Forum: Presentations and Posters
- Topic: XeLaTeX + biber + 2-column-frame = errors
- Replies: 3
- Views: 17879
XeLaTeX + biber + 2-column-frame = errors
That resolves the problem, thanks. I still don't understand why the problem crops up, is this a compiler bug? Also, How do I change the title of my question? The current one is not descriptive.
- Mon Jul 11, 2022 5:41 pm
- Forum: Presentations and Posters
- Topic: XeLaTeX + biber + 2-column-frame = errors
- Replies: 3
- Views: 17879
XeLaTeX + biber + 2-column-frame = errors
MWE: presentation
% txs:///compile | txs:///biber | txs:///compile | txs:///view-pdf-internal --embedded
% compiler: XeLaTeX
\documentclass[t]{beamer}
% Use fontspec to get (Linux closest to) Arial font
% Requires use of XeLaTeX
\usepackage{fontspec}
\setmainfont{DejaVu Sans}
\setsansfont{DejaVu ...
% txs:///compile | txs:///biber | txs:///compile | txs:///view-pdf-internal --embedded
% compiler: XeLaTeX
\documentclass[t]{beamer}
% Use fontspec to get (Linux closest to) Arial font
% Requires use of XeLaTeX
\usepackage{fontspec}
\setmainfont{DejaVu Sans}
\setsansfont{DejaVu ...
- Thu May 05, 2022 3:58 pm
- Forum: Graphics, Figures & Tables
- Topic: Multirow overflowing neighboring cell
- Replies: 1
- Views: 969
Multirow overflowing neighboring cell
I am trying to create a table where there some cells have disproportionately more text than others, but don't want to bother with manual formatting. This is my current code:
\begin{table}
\begin{tabularx}{\textwidth}{X|X|X}
\centering
Case & Metric & Property \\
\hline
Either 1 or 2 only ...
\begin{table}
\begin{tabularx}{\textwidth}{X|X|X}
\centering
Case & Metric & Property \\
\hline
Either 1 or 2 only ...
- Thu Nov 07, 2019 10:00 am
- Forum: General
- Topic: Label above (automaton) node exhausts memory
- Replies: 2
- Views: 4556
Label above (automaton) node exhausts memory
This was the correct solution, thanks.
The tikz manual does mention curly braces for label in chapters 3.9 and 13.9, but only when specifying additional options before the label position.
The tikz manual does mention curly braces for label in chapters 3.9 and 13.9, but only when specifying additional options before the label position.
- Wed Nov 06, 2019 10:53 pm
- Forum: General
- Topic: Label above (automaton) node exhausts memory
- Replies: 2
- Views: 4556
Label above (automaton) node exhausts memory
Hello everyone,
I have narrowed my problem to the following MWE:
\begin{tikzpicture}[node distance=3cm,auto,sloped]
\tikzstyle{initial} = [initial by arrow,initial text = {}]
\node[state,initial,label=below:$\{a,b\}$] (q0s0) {$\langle q_0, s_0 \rangle$}; % this is where the problem occurs ...
I have narrowed my problem to the following MWE:
\begin{tikzpicture}[node distance=3cm,auto,sloped]
\tikzstyle{initial} = [initial by arrow,initial text = {}]
\node[state,initial,label=below:$\{a,b\}$] (q0s0) {$\langle q_0, s_0 \rangle$}; % this is where the problem occurs ...