Red boxes around navigation buttons in Beamer












1















When I am trying to create a presentation in Beamer, all of the navigation buttons have red boxes around them and I can't seem to find anything in the code which would cause this. When I hide the navigation symbols, the boxes go away as well but there is also a red box around the title in the footer of each slide. Has anyone seen this before and know how to fix it? The odd thing is that this is now happening when I compile presentations that I made awhile ago which have never given me any trouble, but now when I run them they have the navigation button and footer boxes. Any help would be greatly appreciated!



Here is the code for my presentation (currently of only the title page):



documentclass{beamer}

usepackage{beamerthemesplit}
usetheme{Warsaw}
usepackage{graphicx}


title[Title]{Presentation Title}

author[Name]{Name}

date{Date}

begin{document}

frame{titlepage}

end{document}


and here is what I am getting from this:
enter image description here










share|improve this question









New contributor




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
















  • 1





    Can you make a minimal working example (MWE)? Did you change any hyperref settings? How do you compile your document? Pdflatex or something else?

    – samcarter
    4 hours ago













  • I am using TexWorks, I did make any hyperref setting changes, and I believe (correct me if I am wrong) that this demonstrates a MWE: documentclass{beamer} usepackage{beamerthemesplit} usetheme{Warsaw} usepackage{graphicx} title[Title]{Presentation Title} author[Name]{Name} date{Date} begin{document} frame{titlepage} end{document}

    – Erica
    4 hours ago













  • (Sorry about the formatting there, I could not find a way to spread it out as it is displayed in the question.)

    – Erica
    4 hours ago











  • Thanks for the reply! Can you please add the .log file of your MWE? If it is too long to add to the question, you could post it to pastebin.com

    – samcarter
    4 hours ago













  • Unrelated to the problem: you don't need usepackage{graphicx} with beamer

    – samcarter
    4 hours ago
















1















When I am trying to create a presentation in Beamer, all of the navigation buttons have red boxes around them and I can't seem to find anything in the code which would cause this. When I hide the navigation symbols, the boxes go away as well but there is also a red box around the title in the footer of each slide. Has anyone seen this before and know how to fix it? The odd thing is that this is now happening when I compile presentations that I made awhile ago which have never given me any trouble, but now when I run them they have the navigation button and footer boxes. Any help would be greatly appreciated!



Here is the code for my presentation (currently of only the title page):



documentclass{beamer}

usepackage{beamerthemesplit}
usetheme{Warsaw}
usepackage{graphicx}


title[Title]{Presentation Title}

author[Name]{Name}

date{Date}

begin{document}

frame{titlepage}

end{document}


and here is what I am getting from this:
enter image description here










share|improve this question









New contributor




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
















  • 1





    Can you make a minimal working example (MWE)? Did you change any hyperref settings? How do you compile your document? Pdflatex or something else?

    – samcarter
    4 hours ago













  • I am using TexWorks, I did make any hyperref setting changes, and I believe (correct me if I am wrong) that this demonstrates a MWE: documentclass{beamer} usepackage{beamerthemesplit} usetheme{Warsaw} usepackage{graphicx} title[Title]{Presentation Title} author[Name]{Name} date{Date} begin{document} frame{titlepage} end{document}

    – Erica
    4 hours ago













  • (Sorry about the formatting there, I could not find a way to spread it out as it is displayed in the question.)

    – Erica
    4 hours ago











  • Thanks for the reply! Can you please add the .log file of your MWE? If it is too long to add to the question, you could post it to pastebin.com

    – samcarter
    4 hours ago













  • Unrelated to the problem: you don't need usepackage{graphicx} with beamer

    – samcarter
    4 hours ago














1












1








1








When I am trying to create a presentation in Beamer, all of the navigation buttons have red boxes around them and I can't seem to find anything in the code which would cause this. When I hide the navigation symbols, the boxes go away as well but there is also a red box around the title in the footer of each slide. Has anyone seen this before and know how to fix it? The odd thing is that this is now happening when I compile presentations that I made awhile ago which have never given me any trouble, but now when I run them they have the navigation button and footer boxes. Any help would be greatly appreciated!



Here is the code for my presentation (currently of only the title page):



documentclass{beamer}

usepackage{beamerthemesplit}
usetheme{Warsaw}
usepackage{graphicx}


title[Title]{Presentation Title}

author[Name]{Name}

date{Date}

begin{document}

frame{titlepage}

end{document}


and here is what I am getting from this:
enter image description here










share|improve this question









New contributor




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












When I am trying to create a presentation in Beamer, all of the navigation buttons have red boxes around them and I can't seem to find anything in the code which would cause this. When I hide the navigation symbols, the boxes go away as well but there is also a red box around the title in the footer of each slide. Has anyone seen this before and know how to fix it? The odd thing is that this is now happening when I compile presentations that I made awhile ago which have never given me any trouble, but now when I run them they have the navigation button and footer boxes. Any help would be greatly appreciated!



Here is the code for my presentation (currently of only the title page):



documentclass{beamer}

usepackage{beamerthemesplit}
usetheme{Warsaw}
usepackage{graphicx}


title[Title]{Presentation Title}

author[Name]{Name}

date{Date}

begin{document}

frame{titlepage}

end{document}


and here is what I am getting from this:
enter image description here







beamer presentations






share|improve this question









New contributor




Erica 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




Erica 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 4 hours ago









samcarter

93.3k7105302




93.3k7105302






New contributor




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









asked 4 hours ago









EricaErica

62




62




New contributor




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





New contributor





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






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








  • 1





    Can you make a minimal working example (MWE)? Did you change any hyperref settings? How do you compile your document? Pdflatex or something else?

    – samcarter
    4 hours ago













  • I am using TexWorks, I did make any hyperref setting changes, and I believe (correct me if I am wrong) that this demonstrates a MWE: documentclass{beamer} usepackage{beamerthemesplit} usetheme{Warsaw} usepackage{graphicx} title[Title]{Presentation Title} author[Name]{Name} date{Date} begin{document} frame{titlepage} end{document}

    – Erica
    4 hours ago













  • (Sorry about the formatting there, I could not find a way to spread it out as it is displayed in the question.)

    – Erica
    4 hours ago











  • Thanks for the reply! Can you please add the .log file of your MWE? If it is too long to add to the question, you could post it to pastebin.com

    – samcarter
    4 hours ago













  • Unrelated to the problem: you don't need usepackage{graphicx} with beamer

    – samcarter
    4 hours ago














  • 1





    Can you make a minimal working example (MWE)? Did you change any hyperref settings? How do you compile your document? Pdflatex or something else?

    – samcarter
    4 hours ago













  • I am using TexWorks, I did make any hyperref setting changes, and I believe (correct me if I am wrong) that this demonstrates a MWE: documentclass{beamer} usepackage{beamerthemesplit} usetheme{Warsaw} usepackage{graphicx} title[Title]{Presentation Title} author[Name]{Name} date{Date} begin{document} frame{titlepage} end{document}

    – Erica
    4 hours ago













  • (Sorry about the formatting there, I could not find a way to spread it out as it is displayed in the question.)

    – Erica
    4 hours ago











  • Thanks for the reply! Can you please add the .log file of your MWE? If it is too long to add to the question, you could post it to pastebin.com

    – samcarter
    4 hours ago













  • Unrelated to the problem: you don't need usepackage{graphicx} with beamer

    – samcarter
    4 hours ago








1




1





Can you make a minimal working example (MWE)? Did you change any hyperref settings? How do you compile your document? Pdflatex or something else?

– samcarter
4 hours ago







Can you make a minimal working example (MWE)? Did you change any hyperref settings? How do you compile your document? Pdflatex or something else?

– samcarter
4 hours ago















I am using TexWorks, I did make any hyperref setting changes, and I believe (correct me if I am wrong) that this demonstrates a MWE: documentclass{beamer} usepackage{beamerthemesplit} usetheme{Warsaw} usepackage{graphicx} title[Title]{Presentation Title} author[Name]{Name} date{Date} begin{document} frame{titlepage} end{document}

– Erica
4 hours ago







I am using TexWorks, I did make any hyperref setting changes, and I believe (correct me if I am wrong) that this demonstrates a MWE: documentclass{beamer} usepackage{beamerthemesplit} usetheme{Warsaw} usepackage{graphicx} title[Title]{Presentation Title} author[Name]{Name} date{Date} begin{document} frame{titlepage} end{document}

– Erica
4 hours ago















(Sorry about the formatting there, I could not find a way to spread it out as it is displayed in the question.)

– Erica
4 hours ago





(Sorry about the formatting there, I could not find a way to spread it out as it is displayed in the question.)

– Erica
4 hours ago













Thanks for the reply! Can you please add the .log file of your MWE? If it is too long to add to the question, you could post it to pastebin.com

– samcarter
4 hours ago







Thanks for the reply! Can you please add the .log file of your MWE? If it is too long to add to the question, you could post it to pastebin.com

– samcarter
4 hours ago















Unrelated to the problem: you don't need usepackage{graphicx} with beamer

– samcarter
4 hours ago





Unrelated to the problem: you don't need usepackage{graphicx} with beamer

– samcarter
4 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
});


}
});






Erica 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%2f482644%2fred-boxes-around-navigation-buttons-in-beamer%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








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










draft saved

draft discarded


















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













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












Erica 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%2f482644%2fred-boxes-around-navigation-buttons-in-beamer%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

Lallio

Futebolista

Jornalista