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

Network Switch Upgrade Planning questions

Putting Ant-Man on house arrest

Why not use the yoke to control yaw, as well as pitch and roll?

Why do people think Winterfell crypts is the safest place for women, children & old people?

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

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

Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?

Trying to enter the Fox's den

Why do C and C++ allow the expression (int) + 4*5?

Can the van der Waals coefficients be negative in the van der Waals equation for real gases?

Why is ArcGIS Pro not symbolizing my entire range of values?

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

Why "Go Out and Learn"

Who's this lady in the war room?

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

Can 'non' with gerundive mean both lack of obligation and negative obligation?

Determine the generator of an ideal of ring of integers

Are Flameskulls resistant to magical piercing damage?

How to get a single big right brace?

What is the ongoing value of the Kanban board to the developers as opposed to management

What is the definining line between a helicopter and a drone a person can ride in?

What kind of capacitor is this in the image?

Why these surprising proportionalities of integrals involving odd zeta values?

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



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 4 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

          Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

          (1602) Indiana Índice Designación y nombre Características orbitales Véase...

          Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...