Progress bar in custom frame title in metropolis theme [beamer]












1















Using this answer I have added my university logo to the frame title of my beamer slides I made using the Metropolis theme. MWE:



documentclass[9pt,aspectratio=169,]{beamer}
usetheme[progressbar=frametitle,
subsectionpage=progressbar,
block=fill]{Metropolis}
usepackage[export]{adjustbox}

makeatletter
setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
setbeamertemplate{frametitle}{%
nointerlineskip%
begin{beamercolorbox}[%
wd=paperwidth,%
sep=0pt,%
leftskip=metropolis@frametitle@padding,%
rightskip=metropolis@frametitle@padding,%
]{frametitle}%
metropolis@frametitlestrut@start%
insertframetitle%
nolinebreak%
metropolis@frametitlestrut@end%
hfill
includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
end{beamercolorbox}
}

begin{document}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

end{document}


But now I have no progress bar below the frame title anymore. I tried to add it back in with code from the Metropolis manual, but was unsuccessful. Any help is appreciated. Thanks!



Output










share|improve this question




















  • 1





    Maybe helpful: tex.stackexchange.com/q/59742/31034

    – ferahfeza
    Mar 4 at 23:12
















1















Using this answer I have added my university logo to the frame title of my beamer slides I made using the Metropolis theme. MWE:



documentclass[9pt,aspectratio=169,]{beamer}
usetheme[progressbar=frametitle,
subsectionpage=progressbar,
block=fill]{Metropolis}
usepackage[export]{adjustbox}

makeatletter
setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
setbeamertemplate{frametitle}{%
nointerlineskip%
begin{beamercolorbox}[%
wd=paperwidth,%
sep=0pt,%
leftskip=metropolis@frametitle@padding,%
rightskip=metropolis@frametitle@padding,%
]{frametitle}%
metropolis@frametitlestrut@start%
insertframetitle%
nolinebreak%
metropolis@frametitlestrut@end%
hfill
includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
end{beamercolorbox}
}

begin{document}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

end{document}


But now I have no progress bar below the frame title anymore. I tried to add it back in with code from the Metropolis manual, but was unsuccessful. Any help is appreciated. Thanks!



Output










share|improve this question




















  • 1





    Maybe helpful: tex.stackexchange.com/q/59742/31034

    – ferahfeza
    Mar 4 at 23:12














1












1








1








Using this answer I have added my university logo to the frame title of my beamer slides I made using the Metropolis theme. MWE:



documentclass[9pt,aspectratio=169,]{beamer}
usetheme[progressbar=frametitle,
subsectionpage=progressbar,
block=fill]{Metropolis}
usepackage[export]{adjustbox}

makeatletter
setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
setbeamertemplate{frametitle}{%
nointerlineskip%
begin{beamercolorbox}[%
wd=paperwidth,%
sep=0pt,%
leftskip=metropolis@frametitle@padding,%
rightskip=metropolis@frametitle@padding,%
]{frametitle}%
metropolis@frametitlestrut@start%
insertframetitle%
nolinebreak%
metropolis@frametitlestrut@end%
hfill
includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
end{beamercolorbox}
}

begin{document}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

end{document}


But now I have no progress bar below the frame title anymore. I tried to add it back in with code from the Metropolis manual, but was unsuccessful. Any help is appreciated. Thanks!



Output










share|improve this question
















Using this answer I have added my university logo to the frame title of my beamer slides I made using the Metropolis theme. MWE:



documentclass[9pt,aspectratio=169,]{beamer}
usetheme[progressbar=frametitle,
subsectionpage=progressbar,
block=fill]{Metropolis}
usepackage[export]{adjustbox}

makeatletter
setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
setbeamertemplate{frametitle}{%
nointerlineskip%
begin{beamercolorbox}[%
wd=paperwidth,%
sep=0pt,%
leftskip=metropolis@frametitle@padding,%
rightskip=metropolis@frametitle@padding,%
]{frametitle}%
metropolis@frametitlestrut@start%
insertframetitle%
nolinebreak%
metropolis@frametitlestrut@end%
hfill
includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
end{beamercolorbox}
}

begin{document}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

end{document}


But now I have no progress bar below the frame title anymore. I tried to add it back in with code from the Metropolis manual, but was unsuccessful. Any help is appreciated. Thanks!



Output







beamer beamer-metropolis






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 4 at 22:47







Alexander91

















asked Mar 4 at 21:29









Alexander91Alexander91

62




62








  • 1





    Maybe helpful: tex.stackexchange.com/q/59742/31034

    – ferahfeza
    Mar 4 at 23:12














  • 1





    Maybe helpful: tex.stackexchange.com/q/59742/31034

    – ferahfeza
    Mar 4 at 23:12








1




1





Maybe helpful: tex.stackexchange.com/q/59742/31034

– ferahfeza
Mar 4 at 23:12





Maybe helpful: tex.stackexchange.com/q/59742/31034

– ferahfeza
Mar 4 at 23:12










1 Answer
1






active

oldest

votes


















1














You can add usebeamertemplate*{progress bar in head/foot} at the end of your custom frametitle definition:



documentclass[9pt,aspectratio=169,]{beamer}
usetheme[progressbar=frametitle,
subsectionpage=progressbar,
block=fill]{metropolis}
usepackage[export]{adjustbox}

makeatletter
setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
setbeamertemplate{frametitle}{%
nointerlineskip%
begin{beamercolorbox}[%
wd=paperwidth,%
sep=0pt,%
leftskip=metropolis@frametitle@padding,%
rightskip=metropolis@frametitle@padding,%
]{frametitle}%
metropolis@frametitlestrut@start%
insertframetitle%
nolinebreak%
metropolis@frametitlestrut@end%
hfill
includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
end{beamercolorbox}
usebeamertemplate*{progress bar in head/foot}
}

setlength{metropolis@progressinheadfoot@linewidth}{3pt}% just to better see that it's working


begin{document}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

begin{frame}
frametitle{Frame title}
Contents...
end{frame}

end{document}


enter image description here






share|improve this answer























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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477777%2fprogress-bar-in-custom-frame-title-in-metropolis-theme-beamer%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    You can add usebeamertemplate*{progress bar in head/foot} at the end of your custom frametitle definition:



    documentclass[9pt,aspectratio=169,]{beamer}
    usetheme[progressbar=frametitle,
    subsectionpage=progressbar,
    block=fill]{metropolis}
    usepackage[export]{adjustbox}

    makeatletter
    setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
    setbeamertemplate{frametitle}{%
    nointerlineskip%
    begin{beamercolorbox}[%
    wd=paperwidth,%
    sep=0pt,%
    leftskip=metropolis@frametitle@padding,%
    rightskip=metropolis@frametitle@padding,%
    ]{frametitle}%
    metropolis@frametitlestrut@start%
    insertframetitle%
    nolinebreak%
    metropolis@frametitlestrut@end%
    hfill
    includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
    end{beamercolorbox}
    usebeamertemplate*{progress bar in head/foot}
    }

    setlength{metropolis@progressinheadfoot@linewidth}{3pt}% just to better see that it's working


    begin{document}

    begin{frame}
    frametitle{Frame title}
    Contents...
    end{frame}

    begin{frame}
    frametitle{Frame title}
    Contents...
    end{frame}

    begin{frame}
    frametitle{Frame title}
    Contents...
    end{frame}

    end{document}


    enter image description here






    share|improve this answer




























      1














      You can add usebeamertemplate*{progress bar in head/foot} at the end of your custom frametitle definition:



      documentclass[9pt,aspectratio=169,]{beamer}
      usetheme[progressbar=frametitle,
      subsectionpage=progressbar,
      block=fill]{metropolis}
      usepackage[export]{adjustbox}

      makeatletter
      setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
      setbeamertemplate{frametitle}{%
      nointerlineskip%
      begin{beamercolorbox}[%
      wd=paperwidth,%
      sep=0pt,%
      leftskip=metropolis@frametitle@padding,%
      rightskip=metropolis@frametitle@padding,%
      ]{frametitle}%
      metropolis@frametitlestrut@start%
      insertframetitle%
      nolinebreak%
      metropolis@frametitlestrut@end%
      hfill
      includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
      end{beamercolorbox}
      usebeamertemplate*{progress bar in head/foot}
      }

      setlength{metropolis@progressinheadfoot@linewidth}{3pt}% just to better see that it's working


      begin{document}

      begin{frame}
      frametitle{Frame title}
      Contents...
      end{frame}

      begin{frame}
      frametitle{Frame title}
      Contents...
      end{frame}

      begin{frame}
      frametitle{Frame title}
      Contents...
      end{frame}

      end{document}


      enter image description here






      share|improve this answer


























        1












        1








        1







        You can add usebeamertemplate*{progress bar in head/foot} at the end of your custom frametitle definition:



        documentclass[9pt,aspectratio=169,]{beamer}
        usetheme[progressbar=frametitle,
        subsectionpage=progressbar,
        block=fill]{metropolis}
        usepackage[export]{adjustbox}

        makeatletter
        setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
        setbeamertemplate{frametitle}{%
        nointerlineskip%
        begin{beamercolorbox}[%
        wd=paperwidth,%
        sep=0pt,%
        leftskip=metropolis@frametitle@padding,%
        rightskip=metropolis@frametitle@padding,%
        ]{frametitle}%
        metropolis@frametitlestrut@start%
        insertframetitle%
        nolinebreak%
        metropolis@frametitlestrut@end%
        hfill
        includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
        end{beamercolorbox}
        usebeamertemplate*{progress bar in head/foot}
        }

        setlength{metropolis@progressinheadfoot@linewidth}{3pt}% just to better see that it's working


        begin{document}

        begin{frame}
        frametitle{Frame title}
        Contents...
        end{frame}

        begin{frame}
        frametitle{Frame title}
        Contents...
        end{frame}

        begin{frame}
        frametitle{Frame title}
        Contents...
        end{frame}

        end{document}


        enter image description here






        share|improve this answer













        You can add usebeamertemplate*{progress bar in head/foot} at the end of your custom frametitle definition:



        documentclass[9pt,aspectratio=169,]{beamer}
        usetheme[progressbar=frametitle,
        subsectionpage=progressbar,
        block=fill]{metropolis}
        usepackage[export]{adjustbox}

        makeatletter
        setlength{metropolis@frametitle@padding}{1.8ex}% <- default 2.2 ex
        setbeamertemplate{frametitle}{%
        nointerlineskip%
        begin{beamercolorbox}[%
        wd=paperwidth,%
        sep=0pt,%
        leftskip=metropolis@frametitle@padding,%
        rightskip=metropolis@frametitle@padding,%
        ]{frametitle}%
        metropolis@frametitlestrut@start%
        insertframetitle%
        nolinebreak%
        metropolis@frametitlestrut@end%
        hfill
        includegraphics[height=3ex,keepaspectratio,valign=c]{example-image}
        end{beamercolorbox}
        usebeamertemplate*{progress bar in head/foot}
        }

        setlength{metropolis@progressinheadfoot@linewidth}{3pt}% just to better see that it's working


        begin{document}

        begin{frame}
        frametitle{Frame title}
        Contents...
        end{frame}

        begin{frame}
        frametitle{Frame title}
        Contents...
        end{frame}

        begin{frame}
        frametitle{Frame title}
        Contents...
        end{frame}

        end{document}


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 7 at 15:11









        samcartersamcarter

        91.2k7104295




        91.2k7104295






























            draft saved

            draft discarded




















































            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%2f477777%2fprogress-bar-in-custom-frame-title-in-metropolis-theme-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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?