Search found 4 matches

by fumarat
Sun Jan 13, 2013 2:56 pm
Forum: Graphics, Figures & Tables
Topic: subcaption | Uppercase in References to Sub-figure
Replies: 6
Views: 15517

Re: subcaption | Uppercase in References to Sub-figure

Wow, you are my hero :D

A simple and perfect solution! Plus: the small changes didn't destroy my layout!

Thank you very much.
I will mark this problem as solved.
by fumarat
Sat Jan 12, 2013 4:56 pm
Forum: Graphics, Figures & Tables
Topic: subcaption | Uppercase in References to Sub-figure
Replies: 6
Views: 15517

subcaption | Uppercase in References to Sub-figure

Here is a MWE finally.
\documentclass[11pt,twoside,openright,BCOR=12mm,DIV=13,headinclude=false,footinclude=false]{scrreprt}
\raggedbottom

% Schriftarten
\setkomafont{sectioning}{\normalcolor\bfseries}
%\addtokomafont{subsection}{\Large}
\addtokomafont{subsubsection}{\large}
\addtokomafont{caption ...
by fumarat
Fri Jan 11, 2013 10:48 pm
Forum: Graphics, Figures & Tables
Topic: subcaption | Uppercase in References to Sub-figure
Replies: 6
Views: 15517

subcaption | Uppercase in References to Sub-figure

And how should the sub-captions look like? "(a)" or "(A)" or something completely different?
The sub-captions of my figures are formatted like this.
A B and so on, so there is figure 4 A and 4 B
For example, when I refer to figure 4A with the \autoref command, the result is "Abb. 4a". As you can ...
by fumarat
Fri Jan 11, 2013 12:42 pm
Forum: Graphics, Figures & Tables
Topic: subcaption | Uppercase in References to Sub-figure
Replies: 6
Views: 15517

subcaption | Uppercase in References to Sub-figure

Hey guys,

I've been a frequent reader of the forum throughout my masters thesis. I found solutions to all of my problems. But now there is one, for which I can't find a solution at all. I hope you guys can help me out with that one.

I am using the hyperref package with the following setup ...