Search found 2 matches

by DPetrov
Sat Apr 20, 2013 11:18 pm
Forum: Graphics, Figures & Tables
Topic: Wrapped Figure causes Error
Replies: 1
Views: 3775

Wrapped Figure causes Error

Hello everyone, here is my problem:
\usepackage{wrapfig}
...
\begin{wrapfigure}{r}{width=0.5\textwidth}
\begin{center}
\includegraphics[width=0.45\textwidth]{123.jpg}
\caption{123}\label{123}
\end{center}
\end{wrapfigure}
This piece of code produces the following error.
!Missing Number ...
by DPetrov
Sat Apr 20, 2013 6:06 pm
Forum: Text Formatting
Topic: Alter Font Size of Chapter Headings in Appendices
Replies: 1
Views: 2550

Alter Font Size of Chapter Headings in Appendices

Hello everyone,

I want to edit the font size of my chapter headings. I am using a bit of code like this.

Code: Select all

\begin{appendices}
\chapter{Foo}
...
\end{appendices}
I would be grateful if anyone responds.

Thanks in advance.