Search found 7 matches

by mushishi
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.
by mushishi
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 ...
by mushishi
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.
by mushishi
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 ...
by mushishi
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 ...
by mushishi
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.
by mushishi
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 ...