Search found 5 matches

by kaszpore
Thu Dec 14, 2017 10:26 pm
Forum: BibTeX, biblatex and biber
Topic: Biblatex error depends on style
Replies: 3
Views: 8339

Biblatex error depends on style

They were all the same messages: missing "{" inserted.

In the meantime I have figured out what is causing the problem. Apparently, if the title of the cited reference contains formulae in math mode, they must be enclosed in {} brackets, e.g. {$10^{-3}$}, otherwise the phys style does not accept it ...
by kaszpore
Wed Dec 13, 2017 3:33 pm
Forum: BibTeX, biblatex and biber
Topic: Biblatex error depends on style
Replies: 3
Views: 8339

Biblatex error depends on style

Hi,

I'm trying to compile my thesis using latexmk / biblatex. It does compile without any problems when using style=chem-acs in biblatex, but I receive a bunch of error messages if I try it with style=phys (missing "{" inserted, the message points to the line when I actually invoke ...
by kaszpore
Mon Aug 14, 2017 6:26 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure positions
Replies: 4
Views: 5079

Subfigure positions

That's exactly what I was looking for! Thank you so much!
by kaszpore
Sun Aug 13, 2017 10:15 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure positions
Replies: 4
Views: 5079

Subfigure positions

Here is the code: \begin{figure}
\begin{subfigure}{0.5\textwidth}
\centering
\includegraphics[scale=0.5]{Fig1.pdf}
\caption{qwert}
\label{fig:Fig1}
\end{subfigure}
\begin{subfigure}{0.5\textwidth}
\centering
\includegraphics[scale=0.5]{Fig2.pdf}
\caption{asdfg}
\label{fig:Fig2}
\end ...
by kaszpore
Fri Aug 11, 2017 3:26 pm
Forum: Graphics, Figures & Tables
Topic: Subfigure positions
Replies: 4
Views: 5079

Subfigure positions

Hi Everybody,

I need some help with positioning figures using subfigure. I have two figures, Fig1 and Fig2, I want them in the same {figure} environment, appearing next to each other. The problem is that Fig2 is considerably smaller along the vertical direction, and hence it is shifted upwards with ...