Latex: using figure and caption in documentclass slidesWhich TeX App and packages are optimal for creating...

Do my Windows system binaries contain sensitive information?

Why can I easily sing or whistle a tune I've just heard, but not as easily reproduce it on an instrument?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

LTSpice: When running a linear AC simulation, how to view the voltage ratio between two voltages?

Am I a Rude Number?

Criticizing long fiction. How is it different from short?

Can I retract my name from an already published manuscript?

Connecting top and bottom of adjacent circles

What is the meaning of "pick up" in this sentence?

Why zero tolerance on nudity in space?

Could quantum mechanics be necessary to analyze some biology scenarios?

F1 visa even for a three-week course?

How to properly claim credit for peer review?

Which branches of mathematics can be done just in terms of morphisms and composition?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Eww, those bytes are gross

Predict mars robot position

Why is c4 a better move in this position?

Quenching swords in dragon blood; why?

Avoiding morning and evening handshakes

How to avoid being sexist when trying to employ someone to function in a very sexist environment?

How can I mix up weapons for large groups of similar monsters/characters?

How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?

What does a violin mute do?



Latex: using figure and caption in documentclass slides


Which TeX App and packages are optimal for creating slides on Japanese?Problem when I make presentation slides using Latexbegin{figure} Your command was ignored using the slides presetHow to present latex slides with notes













0















In documentclass[12pt]{slides} I am using



documentclass[12pt]{slides}

usepackage{graphicx}
begin{document}


begin{figure}[h]
centering
includegraphics[height=2.5cm]{example-image}
caption{W-labeled H-diagram label{Fig:W-labeled-4-heap}}
end{figure}
end{document}


It displayed fine in an article I wrote, but not in slides. The [h] is displayed (which I've since removed and this works). Also, the caption is displayed next to the figure and no longer under it. The figure is displayed but does not match the size of the rest of the slides. Can you advise on how to adjust in a simple way, while still using slides?










share|improve this question









New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Is there a reason for using slides rather than beamer?

    – leandriis
    12 hours ago











  • Slides is what I use standard and I have set up matters for giving presentations. I don't need many frills, just a plain maths talk with figures. So if I can get a solution for figures and captions, matters are sorted. I don't have time to delve into beamer, but can visit at a later stage.

    – Mike
    12 hours ago






  • 1





    With the code you posted in your question I can not reproduce the output you describe. Could you please make a minimal working example (MWE) that reproduces the output you currently get?

    – leandriis
    12 hours ago






  • 1





    With the example as posted latex gives a clear warning that there is no 12pt option to the class, and an error that the figure environment is not defined. slides class does not support floats as there is no page breaking.

    – David Carlisle
    7 hours ago
















0















In documentclass[12pt]{slides} I am using



documentclass[12pt]{slides}

usepackage{graphicx}
begin{document}


begin{figure}[h]
centering
includegraphics[height=2.5cm]{example-image}
caption{W-labeled H-diagram label{Fig:W-labeled-4-heap}}
end{figure}
end{document}


It displayed fine in an article I wrote, but not in slides. The [h] is displayed (which I've since removed and this works). Also, the caption is displayed next to the figure and no longer under it. The figure is displayed but does not match the size of the rest of the slides. Can you advise on how to adjust in a simple way, while still using slides?










share|improve this question









New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Is there a reason for using slides rather than beamer?

    – leandriis
    12 hours ago











  • Slides is what I use standard and I have set up matters for giving presentations. I don't need many frills, just a plain maths talk with figures. So if I can get a solution for figures and captions, matters are sorted. I don't have time to delve into beamer, but can visit at a later stage.

    – Mike
    12 hours ago






  • 1





    With the code you posted in your question I can not reproduce the output you describe. Could you please make a minimal working example (MWE) that reproduces the output you currently get?

    – leandriis
    12 hours ago






  • 1





    With the example as posted latex gives a clear warning that there is no 12pt option to the class, and an error that the figure environment is not defined. slides class does not support floats as there is no page breaking.

    – David Carlisle
    7 hours ago














0












0








0








In documentclass[12pt]{slides} I am using



documentclass[12pt]{slides}

usepackage{graphicx}
begin{document}


begin{figure}[h]
centering
includegraphics[height=2.5cm]{example-image}
caption{W-labeled H-diagram label{Fig:W-labeled-4-heap}}
end{figure}
end{document}


It displayed fine in an article I wrote, but not in slides. The [h] is displayed (which I've since removed and this works). Also, the caption is displayed next to the figure and no longer under it. The figure is displayed but does not match the size of the rest of the slides. Can you advise on how to adjust in a simple way, while still using slides?










share|improve this question









New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












In documentclass[12pt]{slides} I am using



documentclass[12pt]{slides}

usepackage{graphicx}
begin{document}


begin{figure}[h]
centering
includegraphics[height=2.5cm]{example-image}
caption{W-labeled H-diagram label{Fig:W-labeled-4-heap}}
end{figure}
end{document}


It displayed fine in an article I wrote, but not in slides. The [h] is displayed (which I've since removed and this works). Also, the caption is displayed next to the figure and no longer under it. The figure is displayed but does not match the size of the rest of the slides. Can you advise on how to adjust in a simple way, while still using slides?







slideshow






share|improve this question









New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 7 hours ago









David Carlisle

493k4111371885




493k4111371885






New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 13 hours ago









MikeMike

1




1




New contributor




Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Mike is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Is there a reason for using slides rather than beamer?

    – leandriis
    12 hours ago











  • Slides is what I use standard and I have set up matters for giving presentations. I don't need many frills, just a plain maths talk with figures. So if I can get a solution for figures and captions, matters are sorted. I don't have time to delve into beamer, but can visit at a later stage.

    – Mike
    12 hours ago






  • 1





    With the code you posted in your question I can not reproduce the output you describe. Could you please make a minimal working example (MWE) that reproduces the output you currently get?

    – leandriis
    12 hours ago






  • 1





    With the example as posted latex gives a clear warning that there is no 12pt option to the class, and an error that the figure environment is not defined. slides class does not support floats as there is no page breaking.

    – David Carlisle
    7 hours ago



















  • Is there a reason for using slides rather than beamer?

    – leandriis
    12 hours ago











  • Slides is what I use standard and I have set up matters for giving presentations. I don't need many frills, just a plain maths talk with figures. So if I can get a solution for figures and captions, matters are sorted. I don't have time to delve into beamer, but can visit at a later stage.

    – Mike
    12 hours ago






  • 1





    With the code you posted in your question I can not reproduce the output you describe. Could you please make a minimal working example (MWE) that reproduces the output you currently get?

    – leandriis
    12 hours ago






  • 1





    With the example as posted latex gives a clear warning that there is no 12pt option to the class, and an error that the figure environment is not defined. slides class does not support floats as there is no page breaking.

    – David Carlisle
    7 hours ago

















Is there a reason for using slides rather than beamer?

– leandriis
12 hours ago





Is there a reason for using slides rather than beamer?

– leandriis
12 hours ago













Slides is what I use standard and I have set up matters for giving presentations. I don't need many frills, just a plain maths talk with figures. So if I can get a solution for figures and captions, matters are sorted. I don't have time to delve into beamer, but can visit at a later stage.

– Mike
12 hours ago





Slides is what I use standard and I have set up matters for giving presentations. I don't need many frills, just a plain maths talk with figures. So if I can get a solution for figures and captions, matters are sorted. I don't have time to delve into beamer, but can visit at a later stage.

– Mike
12 hours ago




1




1





With the code you posted in your question I can not reproduce the output you describe. Could you please make a minimal working example (MWE) that reproduces the output you currently get?

– leandriis
12 hours ago





With the code you posted in your question I can not reproduce the output you describe. Could you please make a minimal working example (MWE) that reproduces the output you currently get?

– leandriis
12 hours ago




1




1





With the example as posted latex gives a clear warning that there is no 12pt option to the class, and an error that the figure environment is not defined. slides class does not support floats as there is no page breaking.

– David Carlisle
7 hours ago





With the example as posted latex gives a clear warning that there is no 12pt option to the class, and an error that the figure environment is not defined. slides class does not support floats as there is no page breaking.

– David Carlisle
7 hours ago










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
});


}
});






Mike is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477548%2flatex-using-figure-and-caption-in-documentclass-slides%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








Mike is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Mike is a new contributor. Be nice, and check out our Code of Conduct.













Mike is a new contributor. Be nice, and check out our Code of Conduct.












Mike is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477548%2flatex-using-figure-and-caption-in-documentclass-slides%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...