How to supress with ragged2e in a glossary (longtable)?Problem with babel, ragged2e and parboxSetting the...

Does SQL Server 2017, including older versions, support 8k disk sector sizes?

Why is working on the same position for more than 15 years not a red flag?

Why are the books in the Game of Thrones citadel library shelved spine inwards?

Normalization for two bulk RNA-Seq samples to enable reliable fold-change estimation between genes

Avoiding morning and evening handshakes

Strange Sign on Lab Door

Why has the mole been redefined for 2019?

Can a person refuse a presidential pardon?

Writing a character who is going through a civilizing process without overdoing it?

How to remove extra black line coming in table due to hhline

Cookies - Should the toggles be on?

Find some digits of factorial 17

Which one of these password policies is more secure?

Word or phrase for showing great skill at something WITHOUT formal training in it

How do you funnel food off a cutting board?

On a wire designated as '3x14AWG' what does the '3x' part mean?

Digits in an algebraic irrational number

Can I string the D&D Starter Set campaign into another module, keeping the same characters?

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

How to avoid being sexist when trying to employ someone to function in a very sexist environment?

How can my powered armor quickly replace its ceramic plates?

Why do stocks necessarily drop during a recession?

Why isn't there a non-conducting core wire for high-frequency coil applications

Why avoid shared user accounts?



How to supress with ragged2e in a glossary (longtable)?


Problem with babel, ragged2e and parboxSetting the word space with ragged2eMemoir footnotes in margin with ragged2eRagged2e: Break between paragraphsragged2e justifying - centering figuresHow to combine currvita and ragged2e?Minimize hyphenations with ragged2eHow to get a “thousands” separator in `spreadtab` (wrapping `longtable`)?spacing=true + ragged2e produces bad minipagesHow to prevent automatic insertion of a blank line at the beginning of a `justify` environment of `ragged2e` package?













0















I am trying to use the long style provided in the glossary package to use in my acronym list. However, I am also using the ragged2e package and I have my paragraphs indented too. This causes both the table and the first line of the acronym description to be indented. Any suggestions?



documentclass{report}
usepackage[top=1.0in,hmargin=1.25in,height=9.0in,letterpaper,showframe]{geometry}
usepackage{setspace}
usepackage[document]{ragged2e}
usepackage{calc}
usepackage[acronyms,nonumberlist,nopostdot,nogroupskip]{glossaries}

setlength{RaggedRightParindent}{0.5in}

setacronymstyle{long-short}
renewcommand*{glsnamefont}[1]{normalfont{#1}}
newacronym{AAA}{AAA}{some text}
newacronym{BBB}{BBB}{some very very very very very very very very very very very very very long long long long long long long long text}
newacronym{CCC}{CCC}{an acronym}

makenoidxglossaries
setglossarystyle{long}
newlengthglsnamewidth
settowidth{glsnamewidth}{MMMMM}
setlength{glsdescwidth}{textwidth-glsnamewidth-tabcolsep}
renewenvironment{theglossary}%
{begin{longtable}[l]{@{}p{glsnamewidth}p{glsdescwidth}}}%
{end{longtable}}%

begin{document}
doublespace
printnoidxglossary[type=acronym,title={LIST OF ACRONYMS}]
printacronyms

gls{AAA}. Text text text gls{BBB}. More text gls{CCC}.

end{document}


Gives:



Wrong



While I want it to look more like the next one, albeit with the following text indented.



Right









share



























    0















    I am trying to use the long style provided in the glossary package to use in my acronym list. However, I am also using the ragged2e package and I have my paragraphs indented too. This causes both the table and the first line of the acronym description to be indented. Any suggestions?



    documentclass{report}
    usepackage[top=1.0in,hmargin=1.25in,height=9.0in,letterpaper,showframe]{geometry}
    usepackage{setspace}
    usepackage[document]{ragged2e}
    usepackage{calc}
    usepackage[acronyms,nonumberlist,nopostdot,nogroupskip]{glossaries}

    setlength{RaggedRightParindent}{0.5in}

    setacronymstyle{long-short}
    renewcommand*{glsnamefont}[1]{normalfont{#1}}
    newacronym{AAA}{AAA}{some text}
    newacronym{BBB}{BBB}{some very very very very very very very very very very very very very long long long long long long long long text}
    newacronym{CCC}{CCC}{an acronym}

    makenoidxglossaries
    setglossarystyle{long}
    newlengthglsnamewidth
    settowidth{glsnamewidth}{MMMMM}
    setlength{glsdescwidth}{textwidth-glsnamewidth-tabcolsep}
    renewenvironment{theglossary}%
    {begin{longtable}[l]{@{}p{glsnamewidth}p{glsdescwidth}}}%
    {end{longtable}}%

    begin{document}
    doublespace
    printnoidxglossary[type=acronym,title={LIST OF ACRONYMS}]
    printacronyms

    gls{AAA}. Text text text gls{BBB}. More text gls{CCC}.

    end{document}


    Gives:



    Wrong



    While I want it to look more like the next one, albeit with the following text indented.



    Right









    share

























      0












      0








      0








      I am trying to use the long style provided in the glossary package to use in my acronym list. However, I am also using the ragged2e package and I have my paragraphs indented too. This causes both the table and the first line of the acronym description to be indented. Any suggestions?



      documentclass{report}
      usepackage[top=1.0in,hmargin=1.25in,height=9.0in,letterpaper,showframe]{geometry}
      usepackage{setspace}
      usepackage[document]{ragged2e}
      usepackage{calc}
      usepackage[acronyms,nonumberlist,nopostdot,nogroupskip]{glossaries}

      setlength{RaggedRightParindent}{0.5in}

      setacronymstyle{long-short}
      renewcommand*{glsnamefont}[1]{normalfont{#1}}
      newacronym{AAA}{AAA}{some text}
      newacronym{BBB}{BBB}{some very very very very very very very very very very very very very long long long long long long long long text}
      newacronym{CCC}{CCC}{an acronym}

      makenoidxglossaries
      setglossarystyle{long}
      newlengthglsnamewidth
      settowidth{glsnamewidth}{MMMMM}
      setlength{glsdescwidth}{textwidth-glsnamewidth-tabcolsep}
      renewenvironment{theglossary}%
      {begin{longtable}[l]{@{}p{glsnamewidth}p{glsdescwidth}}}%
      {end{longtable}}%

      begin{document}
      doublespace
      printnoidxglossary[type=acronym,title={LIST OF ACRONYMS}]
      printacronyms

      gls{AAA}. Text text text gls{BBB}. More text gls{CCC}.

      end{document}


      Gives:



      Wrong



      While I want it to look more like the next one, albeit with the following text indented.



      Right









      share














      I am trying to use the long style provided in the glossary package to use in my acronym list. However, I am also using the ragged2e package and I have my paragraphs indented too. This causes both the table and the first line of the acronym description to be indented. Any suggestions?



      documentclass{report}
      usepackage[top=1.0in,hmargin=1.25in,height=9.0in,letterpaper,showframe]{geometry}
      usepackage{setspace}
      usepackage[document]{ragged2e}
      usepackage{calc}
      usepackage[acronyms,nonumberlist,nopostdot,nogroupskip]{glossaries}

      setlength{RaggedRightParindent}{0.5in}

      setacronymstyle{long-short}
      renewcommand*{glsnamefont}[1]{normalfont{#1}}
      newacronym{AAA}{AAA}{some text}
      newacronym{BBB}{BBB}{some very very very very very very very very very very very very very long long long long long long long long text}
      newacronym{CCC}{CCC}{an acronym}

      makenoidxglossaries
      setglossarystyle{long}
      newlengthglsnamewidth
      settowidth{glsnamewidth}{MMMMM}
      setlength{glsdescwidth}{textwidth-glsnamewidth-tabcolsep}
      renewenvironment{theglossary}%
      {begin{longtable}[l]{@{}p{glsnamewidth}p{glsdescwidth}}}%
      {end{longtable}}%

      begin{document}
      doublespace
      printnoidxglossary[type=acronym,title={LIST OF ACRONYMS}]
      printacronyms

      gls{AAA}. Text text text gls{BBB}. More text gls{CCC}.

      end{document}


      Gives:



      Wrong



      While I want it to look more like the next one, albeit with the following text indented.



      Right







      longtable glossaries ragged2e





      share












      share










      share



      share










      asked 5 mins ago









      ralk912ralk912

      1818




      1818






















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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477247%2fhow-to-supress-with-ragged2e-in-a-glossary-longtable%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
















          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%2f477247%2fhow-to-supress-with-ragged2e-in-a-glossary-longtable%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...