Search found 4 matches

by VitorPossebom
Sun May 10, 2015 4:37 am
Forum: Articles, Essays, and Journal Templates
Topic: Problem with subfloats and \vref
Replies: 5
Views: 14021

Re: Problem with subfloats and \vref

Thank you very much, Johannes_B. It worked perfectly now. By the way, it is a very beautiful template.
by VitorPossebom
Sat May 09, 2015 4:04 pm
Forum: Articles, Essays, and Journal Templates
Topic: Problem with subfloats and \vref
Replies: 5
Views: 14021

Problem with subfloats and \vref

If sending you my figures files is any way helpful, I also attached them to this message:
Model 1
model1.png
model1.png (4.87 KiB) Viewed 14013 times
Model 2
model2.png
model2.png (3.48 KiB) Viewed 14013 times
by VitorPossebom
Sat May 09, 2015 4:01 pm
Forum: Articles, Essays, and Journal Templates
Topic: Problem with subfloats and \vref
Replies: 5
Views: 14021

Problem with subfloats and \vref

Thank you very much, Johannes_B.

The funny thing is that, when I run the following code,


\documentclass{article}
\usepackage{graphicx}
\usepackage{subfig}
\begin{document}
\begin{figure}[h]
\centering
\caption{Intuitive explanation of Models 1 and 2}
\label{intuition}
\subfloat[Linear projection ...
by VitorPossebom
Sat May 09, 2015 3:53 am
Forum: Articles, Essays, and Journal Templates
Topic: Problem with subfloats and \vref
Replies: 5
Views: 14021

Problem with subfloats and \vref

Hello,

I want to create a figure (figure 1) with two subfigures (subfigures 1a and 1b) and to use \vref to make references to the subfigures in my text. When I insert the figure's caption at the end of the environment "figure" and write \vref{levelintuition} or \vref{growthintuition} as I do in the ...