Add a space between image and line in header












3















--- EDIT 2 ---



I've created the following header using an image editor to help you guys understand what I'm trying to do.
This is what I'm trying to do.



--- End of EDIT 2 ---



--- EDIT 1 ---



This is closer to what I have in my header. Only instead of actually writing "Chapter 1" and "Subsection", I'm using rightmark and leftmark, but the result is basically the same. And, of course, I'm using a different image.
The problem is with the line crossing the image. Or maybe with the length of the header line.



--- End of EDIT 1 ---



Ok, I think I've searched for this everywhere and I can't come up with an answer. Does anybody know how to put a space between the image and the header line, so that the line doesn't cross the image?
This is what I have so far.



documentclass[12pt,twoside]{report}
usepackage{graphicx}
usepackage{fancyhdr}
usepackage{blindtext}
pagestyle{fancy}
% ---------------------------- Header ---------------------------- %
fancyhead{}
fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
fancyhead[L]{raisebox{-.6height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
% ---------------------------- Footer ---------------------------- %
fancyfoot{}
fancyfoot[RE,RO]{thepage}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
begin{document}
blindtext
end{document}









share|improve this question

























  • Welcome to TeX SX! Just use raisebox{0pt}[0pt][0pt].

    – Bernard
    Mar 4 at 19:53











  • @Bernard... Is there a rasebox needed at all for this purpose? I didn't used one for my answer but I am not really good on fancyhdr usage... So, I would like to know if I should use a raisebox and why. (If you think that a comment on that is related to the question and thus good to be provided here)

    – koleygr
    Mar 4 at 19:57











  • For me, raisebox` is here to have the possibility to use the height and depth optional arguments, but there are of course other possibilities. However beware not to have warning abou headheight.

    – Bernard
    Mar 4 at 20:04













  • Thanks @Bernard.... I thought it would possibly help elsewhere too... But of course this could be help in other header commands... Thanks!

    – koleygr
    Mar 4 at 20:06











  • The raisebox is there to put the image in the same line as the header, not above it. But thanks anyway for all the answers so far!!

    – Kahlil Salome
    Mar 4 at 20:08


















3















--- EDIT 2 ---



I've created the following header using an image editor to help you guys understand what I'm trying to do.
This is what I'm trying to do.



--- End of EDIT 2 ---



--- EDIT 1 ---



This is closer to what I have in my header. Only instead of actually writing "Chapter 1" and "Subsection", I'm using rightmark and leftmark, but the result is basically the same. And, of course, I'm using a different image.
The problem is with the line crossing the image. Or maybe with the length of the header line.



--- End of EDIT 1 ---



Ok, I think I've searched for this everywhere and I can't come up with an answer. Does anybody know how to put a space between the image and the header line, so that the line doesn't cross the image?
This is what I have so far.



documentclass[12pt,twoside]{report}
usepackage{graphicx}
usepackage{fancyhdr}
usepackage{blindtext}
pagestyle{fancy}
% ---------------------------- Header ---------------------------- %
fancyhead{}
fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
fancyhead[L]{raisebox{-.6height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
% ---------------------------- Footer ---------------------------- %
fancyfoot{}
fancyfoot[RE,RO]{thepage}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
begin{document}
blindtext
end{document}









share|improve this question

























  • Welcome to TeX SX! Just use raisebox{0pt}[0pt][0pt].

    – Bernard
    Mar 4 at 19:53











  • @Bernard... Is there a rasebox needed at all for this purpose? I didn't used one for my answer but I am not really good on fancyhdr usage... So, I would like to know if I should use a raisebox and why. (If you think that a comment on that is related to the question and thus good to be provided here)

    – koleygr
    Mar 4 at 19:57











  • For me, raisebox` is here to have the possibility to use the height and depth optional arguments, but there are of course other possibilities. However beware not to have warning abou headheight.

    – Bernard
    Mar 4 at 20:04













  • Thanks @Bernard.... I thought it would possibly help elsewhere too... But of course this could be help in other header commands... Thanks!

    – koleygr
    Mar 4 at 20:06











  • The raisebox is there to put the image in the same line as the header, not above it. But thanks anyway for all the answers so far!!

    – Kahlil Salome
    Mar 4 at 20:08
















3












3








3








--- EDIT 2 ---



I've created the following header using an image editor to help you guys understand what I'm trying to do.
This is what I'm trying to do.



--- End of EDIT 2 ---



--- EDIT 1 ---



This is closer to what I have in my header. Only instead of actually writing "Chapter 1" and "Subsection", I'm using rightmark and leftmark, but the result is basically the same. And, of course, I'm using a different image.
The problem is with the line crossing the image. Or maybe with the length of the header line.



--- End of EDIT 1 ---



Ok, I think I've searched for this everywhere and I can't come up with an answer. Does anybody know how to put a space between the image and the header line, so that the line doesn't cross the image?
This is what I have so far.



documentclass[12pt,twoside]{report}
usepackage{graphicx}
usepackage{fancyhdr}
usepackage{blindtext}
pagestyle{fancy}
% ---------------------------- Header ---------------------------- %
fancyhead{}
fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
fancyhead[L]{raisebox{-.6height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
% ---------------------------- Footer ---------------------------- %
fancyfoot{}
fancyfoot[RE,RO]{thepage}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
begin{document}
blindtext
end{document}









share|improve this question
















--- EDIT 2 ---



I've created the following header using an image editor to help you guys understand what I'm trying to do.
This is what I'm trying to do.



--- End of EDIT 2 ---



--- EDIT 1 ---



This is closer to what I have in my header. Only instead of actually writing "Chapter 1" and "Subsection", I'm using rightmark and leftmark, but the result is basically the same. And, of course, I'm using a different image.
The problem is with the line crossing the image. Or maybe with the length of the header line.



--- End of EDIT 1 ---



Ok, I think I've searched for this everywhere and I can't come up with an answer. Does anybody know how to put a space between the image and the header line, so that the line doesn't cross the image?
This is what I have so far.



documentclass[12pt,twoside]{report}
usepackage{graphicx}
usepackage{fancyhdr}
usepackage{blindtext}
pagestyle{fancy}
% ---------------------------- Header ---------------------------- %
fancyhead{}
fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
fancyhead[L]{raisebox{-.6height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
% ---------------------------- Footer ---------------------------- %
fancyfoot{}
fancyfoot[RE,RO]{thepage}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
begin{document}
blindtext
end{document}






graphics header-footer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 4 at 21:35







Kahlil Salome

















asked Mar 4 at 19:45









Kahlil SalomeKahlil Salome

186




186













  • Welcome to TeX SX! Just use raisebox{0pt}[0pt][0pt].

    – Bernard
    Mar 4 at 19:53











  • @Bernard... Is there a rasebox needed at all for this purpose? I didn't used one for my answer but I am not really good on fancyhdr usage... So, I would like to know if I should use a raisebox and why. (If you think that a comment on that is related to the question and thus good to be provided here)

    – koleygr
    Mar 4 at 19:57











  • For me, raisebox` is here to have the possibility to use the height and depth optional arguments, but there are of course other possibilities. However beware not to have warning abou headheight.

    – Bernard
    Mar 4 at 20:04













  • Thanks @Bernard.... I thought it would possibly help elsewhere too... But of course this could be help in other header commands... Thanks!

    – koleygr
    Mar 4 at 20:06











  • The raisebox is there to put the image in the same line as the header, not above it. But thanks anyway for all the answers so far!!

    – Kahlil Salome
    Mar 4 at 20:08





















  • Welcome to TeX SX! Just use raisebox{0pt}[0pt][0pt].

    – Bernard
    Mar 4 at 19:53











  • @Bernard... Is there a rasebox needed at all for this purpose? I didn't used one for my answer but I am not really good on fancyhdr usage... So, I would like to know if I should use a raisebox and why. (If you think that a comment on that is related to the question and thus good to be provided here)

    – koleygr
    Mar 4 at 19:57











  • For me, raisebox` is here to have the possibility to use the height and depth optional arguments, but there are of course other possibilities. However beware not to have warning abou headheight.

    – Bernard
    Mar 4 at 20:04













  • Thanks @Bernard.... I thought it would possibly help elsewhere too... But of course this could be help in other header commands... Thanks!

    – koleygr
    Mar 4 at 20:06











  • The raisebox is there to put the image in the same line as the header, not above it. But thanks anyway for all the answers so far!!

    – Kahlil Salome
    Mar 4 at 20:08



















Welcome to TeX SX! Just use raisebox{0pt}[0pt][0pt].

– Bernard
Mar 4 at 19:53





Welcome to TeX SX! Just use raisebox{0pt}[0pt][0pt].

– Bernard
Mar 4 at 19:53













@Bernard... Is there a rasebox needed at all for this purpose? I didn't used one for my answer but I am not really good on fancyhdr usage... So, I would like to know if I should use a raisebox and why. (If you think that a comment on that is related to the question and thus good to be provided here)

– koleygr
Mar 4 at 19:57





@Bernard... Is there a rasebox needed at all for this purpose? I didn't used one for my answer but I am not really good on fancyhdr usage... So, I would like to know if I should use a raisebox and why. (If you think that a comment on that is related to the question and thus good to be provided here)

– koleygr
Mar 4 at 19:57













For me, raisebox` is here to have the possibility to use the height and depth optional arguments, but there are of course other possibilities. However beware not to have warning abou headheight.

– Bernard
Mar 4 at 20:04







For me, raisebox` is here to have the possibility to use the height and depth optional arguments, but there are of course other possibilities. However beware not to have warning abou headheight.

– Bernard
Mar 4 at 20:04















Thanks @Bernard.... I thought it would possibly help elsewhere too... But of course this could be help in other header commands... Thanks!

– koleygr
Mar 4 at 20:06





Thanks @Bernard.... I thought it would possibly help elsewhere too... But of course this could be help in other header commands... Thanks!

– koleygr
Mar 4 at 20:06













The raisebox is there to put the image in the same line as the header, not above it. But thanks anyway for all the answers so far!!

– Kahlil Salome
Mar 4 at 20:08







The raisebox is there to put the image in the same line as the header, not above it. But thanks anyway for all the answers so far!!

– Kahlil Salome
Mar 4 at 20:08












2 Answers
2






active

oldest

votes


















2














A simple solution redefines headrule to fine-tune its placement:



documentclass[12pt,twoside]{report}
usepackage{graphicx}
usepackage{fancyhdr}
usepackage{blindtext}
pagestyle{fancy}
% ---------------------------- Header ---------------------------- %
fancyhead{}
fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
fancyhead[L]{raisebox{-.7height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
% ---------------------------- Footer ---------------------------- %
fancyfoot{}
fancyfoot[RE,RO]{thepage}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
renewcommand{headrule}{hspace*{1.2cm}rule[2ex]{dimexprtextwidth-1.2cm}{0.4pt}}

begin{document}

blindtext

end{document}


enter image description here






share|improve this answer































    2














    Adding a vspace after your includegraphics should do the trick. No razebox needed:



    documentclass[12pt,twoside]{report}
    usepackage{graphicx}
    usepackage{fancyhdr}
    usepackage{blindtext}
    pagestyle{fancy}
    % ---------------------------- Header ---------------------------- %
    fancyhead{} % blank fancyhead command which clears all the header fields.%
    % --------- The lines below are commented because I'm using in the original file, but I think that there is no need for it in here. ---------
    % fancyhead[RE,RO]{nouppercase{rightmark}}
    % renewcommand{chaptermark}[1]{%
    % markboth{#1}{}}
    % fancyhead[CO,CE]{MakeUppercase{leftmark}}
    fancyhead[L]{includegraphics[width=1cm]{example-image-a}vspace{3pt}}
    % ---------------------------- Footer ---------------------------- %
    fancyfoot{} %Clears the footer fields using a blank fancyfoot command.%
    fancyfoot[RE,RO]{thepage} % makes the page number appear on the right of the footer for an even page and the right for an odd. The thepage command returns the page number of the page it's used on.
    renewcommand{headrulewidth}{0.4pt}
    renewcommand{footrulewidth}{0.4pt}
    begin{document}
    blindtext
    end{document}





    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%2f477761%2fadd-a-space-between-image-and-line-in-header%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      2














      A simple solution redefines headrule to fine-tune its placement:



      documentclass[12pt,twoside]{report}
      usepackage{graphicx}
      usepackage{fancyhdr}
      usepackage{blindtext}
      pagestyle{fancy}
      % ---------------------------- Header ---------------------------- %
      fancyhead{}
      fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
      fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
      fancyhead[L]{raisebox{-.7height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
      % ---------------------------- Footer ---------------------------- %
      fancyfoot{}
      fancyfoot[RE,RO]{thepage}
      renewcommand{headrulewidth}{0.4pt}
      renewcommand{footrulewidth}{0.4pt}
      renewcommand{headrule}{hspace*{1.2cm}rule[2ex]{dimexprtextwidth-1.2cm}{0.4pt}}

      begin{document}

      blindtext

      end{document}


      enter image description here






      share|improve this answer




























        2














        A simple solution redefines headrule to fine-tune its placement:



        documentclass[12pt,twoside]{report}
        usepackage{graphicx}
        usepackage{fancyhdr}
        usepackage{blindtext}
        pagestyle{fancy}
        % ---------------------------- Header ---------------------------- %
        fancyhead{}
        fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
        fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
        fancyhead[L]{raisebox{-.7height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
        % ---------------------------- Footer ---------------------------- %
        fancyfoot{}
        fancyfoot[RE,RO]{thepage}
        renewcommand{headrulewidth}{0.4pt}
        renewcommand{footrulewidth}{0.4pt}
        renewcommand{headrule}{hspace*{1.2cm}rule[2ex]{dimexprtextwidth-1.2cm}{0.4pt}}

        begin{document}

        blindtext

        end{document}


        enter image description here






        share|improve this answer


























          2












          2








          2







          A simple solution redefines headrule to fine-tune its placement:



          documentclass[12pt,twoside]{report}
          usepackage{graphicx}
          usepackage{fancyhdr}
          usepackage{blindtext}
          pagestyle{fancy}
          % ---------------------------- Header ---------------------------- %
          fancyhead{}
          fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
          fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
          fancyhead[L]{raisebox{-.7height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
          % ---------------------------- Footer ---------------------------- %
          fancyfoot{}
          fancyfoot[RE,RO]{thepage}
          renewcommand{headrulewidth}{0.4pt}
          renewcommand{footrulewidth}{0.4pt}
          renewcommand{headrule}{hspace*{1.2cm}rule[2ex]{dimexprtextwidth-1.2cm}{0.4pt}}

          begin{document}

          blindtext

          end{document}


          enter image description here






          share|improve this answer













          A simple solution redefines headrule to fine-tune its placement:



          documentclass[12pt,twoside]{report}
          usepackage{graphicx}
          usepackage{fancyhdr}
          usepackage{blindtext}
          pagestyle{fancy}
          % ---------------------------- Header ---------------------------- %
          fancyhead{}
          fancyhead[RE,RO]{nouppercase{Subsection 1.1}}
          fancyhead[CO,CE]{MakeUppercase{Chapter 1}}
          fancyhead[L]{raisebox{-.7height}[0pt][0pt]{includegraphics[width=1cm]{example-image-a}}}
          % ---------------------------- Footer ---------------------------- %
          fancyfoot{}
          fancyfoot[RE,RO]{thepage}
          renewcommand{headrulewidth}{0.4pt}
          renewcommand{footrulewidth}{0.4pt}
          renewcommand{headrule}{hspace*{1.2cm}rule[2ex]{dimexprtextwidth-1.2cm}{0.4pt}}

          begin{document}

          blindtext

          end{document}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 5 at 0:11









          BernardBernard

          173k776204




          173k776204























              2














              Adding a vspace after your includegraphics should do the trick. No razebox needed:



              documentclass[12pt,twoside]{report}
              usepackage{graphicx}
              usepackage{fancyhdr}
              usepackage{blindtext}
              pagestyle{fancy}
              % ---------------------------- Header ---------------------------- %
              fancyhead{} % blank fancyhead command which clears all the header fields.%
              % --------- The lines below are commented because I'm using in the original file, but I think that there is no need for it in here. ---------
              % fancyhead[RE,RO]{nouppercase{rightmark}}
              % renewcommand{chaptermark}[1]{%
              % markboth{#1}{}}
              % fancyhead[CO,CE]{MakeUppercase{leftmark}}
              fancyhead[L]{includegraphics[width=1cm]{example-image-a}vspace{3pt}}
              % ---------------------------- Footer ---------------------------- %
              fancyfoot{} %Clears the footer fields using a blank fancyfoot command.%
              fancyfoot[RE,RO]{thepage} % makes the page number appear on the right of the footer for an even page and the right for an odd. The thepage command returns the page number of the page it's used on.
              renewcommand{headrulewidth}{0.4pt}
              renewcommand{footrulewidth}{0.4pt}
              begin{document}
              blindtext
              end{document}





              share|improve this answer




























                2














                Adding a vspace after your includegraphics should do the trick. No razebox needed:



                documentclass[12pt,twoside]{report}
                usepackage{graphicx}
                usepackage{fancyhdr}
                usepackage{blindtext}
                pagestyle{fancy}
                % ---------------------------- Header ---------------------------- %
                fancyhead{} % blank fancyhead command which clears all the header fields.%
                % --------- The lines below are commented because I'm using in the original file, but I think that there is no need for it in here. ---------
                % fancyhead[RE,RO]{nouppercase{rightmark}}
                % renewcommand{chaptermark}[1]{%
                % markboth{#1}{}}
                % fancyhead[CO,CE]{MakeUppercase{leftmark}}
                fancyhead[L]{includegraphics[width=1cm]{example-image-a}vspace{3pt}}
                % ---------------------------- Footer ---------------------------- %
                fancyfoot{} %Clears the footer fields using a blank fancyfoot command.%
                fancyfoot[RE,RO]{thepage} % makes the page number appear on the right of the footer for an even page and the right for an odd. The thepage command returns the page number of the page it's used on.
                renewcommand{headrulewidth}{0.4pt}
                renewcommand{footrulewidth}{0.4pt}
                begin{document}
                blindtext
                end{document}





                share|improve this answer


























                  2












                  2








                  2







                  Adding a vspace after your includegraphics should do the trick. No razebox needed:



                  documentclass[12pt,twoside]{report}
                  usepackage{graphicx}
                  usepackage{fancyhdr}
                  usepackage{blindtext}
                  pagestyle{fancy}
                  % ---------------------------- Header ---------------------------- %
                  fancyhead{} % blank fancyhead command which clears all the header fields.%
                  % --------- The lines below are commented because I'm using in the original file, but I think that there is no need for it in here. ---------
                  % fancyhead[RE,RO]{nouppercase{rightmark}}
                  % renewcommand{chaptermark}[1]{%
                  % markboth{#1}{}}
                  % fancyhead[CO,CE]{MakeUppercase{leftmark}}
                  fancyhead[L]{includegraphics[width=1cm]{example-image-a}vspace{3pt}}
                  % ---------------------------- Footer ---------------------------- %
                  fancyfoot{} %Clears the footer fields using a blank fancyfoot command.%
                  fancyfoot[RE,RO]{thepage} % makes the page number appear on the right of the footer for an even page and the right for an odd. The thepage command returns the page number of the page it's used on.
                  renewcommand{headrulewidth}{0.4pt}
                  renewcommand{footrulewidth}{0.4pt}
                  begin{document}
                  blindtext
                  end{document}





                  share|improve this answer













                  Adding a vspace after your includegraphics should do the trick. No razebox needed:



                  documentclass[12pt,twoside]{report}
                  usepackage{graphicx}
                  usepackage{fancyhdr}
                  usepackage{blindtext}
                  pagestyle{fancy}
                  % ---------------------------- Header ---------------------------- %
                  fancyhead{} % blank fancyhead command which clears all the header fields.%
                  % --------- The lines below are commented because I'm using in the original file, but I think that there is no need for it in here. ---------
                  % fancyhead[RE,RO]{nouppercase{rightmark}}
                  % renewcommand{chaptermark}[1]{%
                  % markboth{#1}{}}
                  % fancyhead[CO,CE]{MakeUppercase{leftmark}}
                  fancyhead[L]{includegraphics[width=1cm]{example-image-a}vspace{3pt}}
                  % ---------------------------- Footer ---------------------------- %
                  fancyfoot{} %Clears the footer fields using a blank fancyfoot command.%
                  fancyfoot[RE,RO]{thepage} % makes the page number appear on the right of the footer for an even page and the right for an odd. The thepage command returns the page number of the page it's used on.
                  renewcommand{headrulewidth}{0.4pt}
                  renewcommand{footrulewidth}{0.4pt}
                  begin{document}
                  blindtext
                  end{document}






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 4 at 19:53









                  koleygrkoleygr

                  12.5k11038




                  12.5k11038






























                      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%2f477761%2fadd-a-space-between-image-and-line-in-header%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?