Change line spacing in Authblk Announcing the arrival of Valued Associate #679: Cesar Manara ...

Marquee sign letters

How to create a command for the "strange m" symbol in latex?

Protagonist's race is hidden - should I reveal it?

Raising a bilingual kid. When should we introduce the majority language?

Should man-made satellites feature an intelligent inverted "cow catcher"?

Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?

Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?

Does GDPR cover the collection of data by websites that crawl the web and resell user data

Like totally amazing interchangeable sister outfit accessory swapping or whatever

Is there a way to convert Wolfram Language expression to string?

Is it OK if I do not take the receipt in Germany?

What were wait-states, and why was it only an issue for PCs?

Can I take recommendation from someone I met at a conference?

Weaponising the Grasp-at-a-Distance spell

Can a Wizard take the Magic Initiate feat and select spells from the Wizard list?

Why did Europeans not widely domesticate foxes?

Would I be safe to drive a 23 year old truck for 7 hours / 450 miles?

What is the evidence that custom checks in Northern Ireland are going to result in violence?

Does using the inspiration rules for character defects tend to encourage players to display MGS?

Lights are flickering on and off after accidentally bumping into light switch

Network Switch Upgrade Planning questions

Why does my GNOME settings mention "Moto C Plus"?

Why "Go Out and Learn"

How to get a single big right brace?



Change line spacing in Authblk



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)authblk affiliations on same lineChange line spacing for footnote text onlyHow to change line spacing in footnotes?How to reset author list using authblkAuthors on the same line, change after authblk is loadedauthblk package improvementFor authblk package, how to correctly separate authors?Line spacing without using setpace - change line spacing for a single pageHow does one indicate the corresponding author when using the authblk package?affiliations on the same line using authblk (command renewcommandAB@affilsepx not working)












0















My author list consumes several lines. I would like to reduce the spacing between lines, between the authors and their affiliations, and between their affiliations.
I attempted to use the setspace package with the command setstretch, but this only seems to work in the case where the stretch factor is >1, so I can't figure out how to compress my authblk with this method.



How can the spacings be modified?



My MWE for this author block is here:



% arara: pdflatex
documentclass[10pt,twocolumn]{article}
usepackage[margin=0.5in]{geometry}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
usepackage{amstext}
usepackage{amssymb}
usepackage{multirow}
usepackage{amsmath,amssymb}
usepackage{verbatim}
usepackage{authblk}
usepackage{setspace}
renewcommand{familydefault}{sfdefault}
usepackage{helvet}

begin{document}
large
title{Title}
scriptsize
vspace{8 pt}
setstretch{0.1}
author[1]{Author 1}
author[2]{Author 2}
author[3]{Author 3}
author[4]{Author 4}
author[5]{Author 5}
author[1]{Author 6}
author[1]{Author 7}
author[1]{Author 8}
author[1]{Author 9}
author[1]{Author 10}
author[1]{Author 11}
author[1]{Author 12}
author[1]{Author 13}
author[1]{Author 14}
author[1]{Author 15}
author[1]{Author 16}
author[1]{Author 17}
author[1]{Author 18}
author[1]{Author 19}
author[1]{Author 20}
affil[1]{Affiliation 1}
affil[2]{Affiliation 2}
affil[3]{Affiliation 3}
affil[4]{Affiliation 4}
affil[5]{Affiliation 5}
date{}
{letclearpagerelax%
maketitle }
end{document}


Thanks!









share







New contributor




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

























    0















    My author list consumes several lines. I would like to reduce the spacing between lines, between the authors and their affiliations, and between their affiliations.
    I attempted to use the setspace package with the command setstretch, but this only seems to work in the case where the stretch factor is >1, so I can't figure out how to compress my authblk with this method.



    How can the spacings be modified?



    My MWE for this author block is here:



    % arara: pdflatex
    documentclass[10pt,twocolumn]{article}
    usepackage[margin=0.5in]{geometry}
    usepackage[T1]{fontenc}
    usepackage[utf8]{inputenc}
    usepackage{amstext}
    usepackage{amssymb}
    usepackage{multirow}
    usepackage{amsmath,amssymb}
    usepackage{verbatim}
    usepackage{authblk}
    usepackage{setspace}
    renewcommand{familydefault}{sfdefault}
    usepackage{helvet}

    begin{document}
    large
    title{Title}
    scriptsize
    vspace{8 pt}
    setstretch{0.1}
    author[1]{Author 1}
    author[2]{Author 2}
    author[3]{Author 3}
    author[4]{Author 4}
    author[5]{Author 5}
    author[1]{Author 6}
    author[1]{Author 7}
    author[1]{Author 8}
    author[1]{Author 9}
    author[1]{Author 10}
    author[1]{Author 11}
    author[1]{Author 12}
    author[1]{Author 13}
    author[1]{Author 14}
    author[1]{Author 15}
    author[1]{Author 16}
    author[1]{Author 17}
    author[1]{Author 18}
    author[1]{Author 19}
    author[1]{Author 20}
    affil[1]{Affiliation 1}
    affil[2]{Affiliation 2}
    affil[3]{Affiliation 3}
    affil[4]{Affiliation 4}
    affil[5]{Affiliation 5}
    date{}
    {letclearpagerelax%
    maketitle }
    end{document}


    Thanks!









    share







    New contributor




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























      0












      0








      0








      My author list consumes several lines. I would like to reduce the spacing between lines, between the authors and their affiliations, and between their affiliations.
      I attempted to use the setspace package with the command setstretch, but this only seems to work in the case where the stretch factor is >1, so I can't figure out how to compress my authblk with this method.



      How can the spacings be modified?



      My MWE for this author block is here:



      % arara: pdflatex
      documentclass[10pt,twocolumn]{article}
      usepackage[margin=0.5in]{geometry}
      usepackage[T1]{fontenc}
      usepackage[utf8]{inputenc}
      usepackage{amstext}
      usepackage{amssymb}
      usepackage{multirow}
      usepackage{amsmath,amssymb}
      usepackage{verbatim}
      usepackage{authblk}
      usepackage{setspace}
      renewcommand{familydefault}{sfdefault}
      usepackage{helvet}

      begin{document}
      large
      title{Title}
      scriptsize
      vspace{8 pt}
      setstretch{0.1}
      author[1]{Author 1}
      author[2]{Author 2}
      author[3]{Author 3}
      author[4]{Author 4}
      author[5]{Author 5}
      author[1]{Author 6}
      author[1]{Author 7}
      author[1]{Author 8}
      author[1]{Author 9}
      author[1]{Author 10}
      author[1]{Author 11}
      author[1]{Author 12}
      author[1]{Author 13}
      author[1]{Author 14}
      author[1]{Author 15}
      author[1]{Author 16}
      author[1]{Author 17}
      author[1]{Author 18}
      author[1]{Author 19}
      author[1]{Author 20}
      affil[1]{Affiliation 1}
      affil[2]{Affiliation 2}
      affil[3]{Affiliation 3}
      affil[4]{Affiliation 4}
      affil[5]{Affiliation 5}
      date{}
      {letclearpagerelax%
      maketitle }
      end{document}


      Thanks!









      share







      New contributor




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












      My author list consumes several lines. I would like to reduce the spacing between lines, between the authors and their affiliations, and between their affiliations.
      I attempted to use the setspace package with the command setstretch, but this only seems to work in the case where the stretch factor is >1, so I can't figure out how to compress my authblk with this method.



      How can the spacings be modified?



      My MWE for this author block is here:



      % arara: pdflatex
      documentclass[10pt,twocolumn]{article}
      usepackage[margin=0.5in]{geometry}
      usepackage[T1]{fontenc}
      usepackage[utf8]{inputenc}
      usepackage{amstext}
      usepackage{amssymb}
      usepackage{multirow}
      usepackage{amsmath,amssymb}
      usepackage{verbatim}
      usepackage{authblk}
      usepackage{setspace}
      renewcommand{familydefault}{sfdefault}
      usepackage{helvet}

      begin{document}
      large
      title{Title}
      scriptsize
      vspace{8 pt}
      setstretch{0.1}
      author[1]{Author 1}
      author[2]{Author 2}
      author[3]{Author 3}
      author[4]{Author 4}
      author[5]{Author 5}
      author[1]{Author 6}
      author[1]{Author 7}
      author[1]{Author 8}
      author[1]{Author 9}
      author[1]{Author 10}
      author[1]{Author 11}
      author[1]{Author 12}
      author[1]{Author 13}
      author[1]{Author 14}
      author[1]{Author 15}
      author[1]{Author 16}
      author[1]{Author 17}
      author[1]{Author 18}
      author[1]{Author 19}
      author[1]{Author 20}
      affil[1]{Affiliation 1}
      affil[2]{Affiliation 2}
      affil[3]{Affiliation 3}
      affil[4]{Affiliation 4}
      affil[5]{Affiliation 5}
      date{}
      {letclearpagerelax%
      maketitle }
      end{document}


      Thanks!







      setspace authblk





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 3 mins ago









      CanaryyellowCanaryyellow

      132




      132




      New contributor




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





      New contributor





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






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






















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


          }
          });






          Canaryyellow 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%2f486126%2fchange-line-spacing-in-authblk%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








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










          draft saved

          draft discarded


















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













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












          Canaryyellow 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%2f486126%2fchange-line-spacing-in-authblk%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

          IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

          Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

          Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...