customize reference to subfloatLaTeX Error: File subfigure.sty not foundHow use LaTeX counters to label knitr code chunks?Wrong reference number for subfloatsubfloat reference label language?referencing in subfloat not workingMultiple questions regarding formatting tablesReference of subfloat not appearing in pdfCustomize reference systemText inside Figures appear too tiny with respect to the document and are spaced far apartIs there a maximum number of tikzpictures with label that can be compiled successfully with the tikz external library?
Modeling an IP Address
Pattern match does not work in bash script
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
How to format long polynomial?
Why is consensus so controversial in Britain?
"You are your self first supporter", a more proper way to say it
Replacing matching entries in one column of a file by another column from a different file
Is it unprofessional to ask if a job posting on GlassDoor is real?
Is a conference paper whose proceedings will be published in IEEE Xplore counted as a publication?
How can bays and straits be determined in a procedurally generated map?
How does one intimidate enemies without having the capacity for violence?
What are these boxed doors outside store fronts in New York?
What's the output of a record cartridge playing an out-of-speed record
Can a Warlock become Neutral Good?
can i play a electric guitar through a bass amp?
What is the offset in a seaplane's hull?
Can divisibility rules for digits be generalized to sum of digits
Schoenfled Residua test shows proportionality hazard assumptions holds but Kaplan-Meier plots intersect
Adding span tags within wp_list_pages list items
The Clique vs. Independent Set Problem
How much RAM could one put in a typical 80386 setup?
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
Why Is Death Allowed In the Matrix?
Dragon forelimb placement
customize reference to subfloat
LaTeX Error: File subfigure.sty not foundHow use LaTeX counters to label knitr code chunks?Wrong reference number for subfloatsubfloat reference label language?referencing in subfloat not workingMultiple questions regarding formatting tablesReference of subfloat not appearing in pdfCustomize reference systemText inside Figures appear too tiny with respect to the document and are spaced far apartIs there a maximum number of tikzpictures with label that can be compiled successfully with the tikz external library?
This script:
documentclassarticle
usepackagegraphicx
usepackagesubfig
begindocument
See Fig. reffig:exa
beginfigure
centering
subfloat[example a]
labelfig:exa
includegraphics[width=0.5textwidth]example-image-a
subfloat[example b]
labelfig:exb
includegraphics[width=0.5textwidth]example-image-b
endfigure
enddocument
renders output

How can I format the reference to subfloat as "Fig. 1(a)".
cross-referencing subfloats
add a comment |
This script:
documentclassarticle
usepackagegraphicx
usepackagesubfig
begindocument
See Fig. reffig:exa
beginfigure
centering
subfloat[example a]
labelfig:exa
includegraphics[width=0.5textwidth]example-image-a
subfloat[example b]
labelfig:exb
includegraphics[width=0.5textwidth]example-image-b
endfigure
enddocument
renders output

How can I format the reference to subfloat as "Fig. 1(a)".
cross-referencing subfloats
add a comment |
This script:
documentclassarticle
usepackagegraphicx
usepackagesubfig
begindocument
See Fig. reffig:exa
beginfigure
centering
subfloat[example a]
labelfig:exa
includegraphics[width=0.5textwidth]example-image-a
subfloat[example b]
labelfig:exb
includegraphics[width=0.5textwidth]example-image-b
endfigure
enddocument
renders output

How can I format the reference to subfloat as "Fig. 1(a)".
cross-referencing subfloats
This script:
documentclassarticle
usepackagegraphicx
usepackagesubfig
begindocument
See Fig. reffig:exa
beginfigure
centering
subfloat[example a]
labelfig:exa
includegraphics[width=0.5textwidth]example-image-a
subfloat[example b]
labelfig:exb
includegraphics[width=0.5textwidth]example-image-b
endfigure
enddocument
renders output

How can I format the reference to subfloat as "Fig. 1(a)".
cross-referencing subfloats
cross-referencing subfloats
asked 13 mins ago
ViestursViesturs
1,94041227
1,94041227
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483583%2fcustomize-reference-to-subfloat%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483583%2fcustomize-reference-to-subfloat%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown