Titlepage custom footnote - remove indentation locally (memoir class)footnotemark and footnotetext in...

Can a person refuse a presidential pardon?

What's the purpose of these copper coils with resitors inside them in A Yamaha RX-V396RDS amplifier?

Why is c4 a better move in this position?

Word to be used for "standing with your toes pointing out"

Is 45 min enough time to catch my next flight in Copenhagen?

Why zero tolerance on nudity in space?

How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?

On what did Lego base the appearance of the new Hogwarts minifigs?

Table enclosed in curly brackets

I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?

Can I become debt free or should I file for bankruptcy? How do I manage my debt and finances?

How to prepare vegetables for a sandwich that can last for several days in a fridge?

Is the theory of the category of topological spaces computable?

raspberry pi change directory (cd) command not working with USB drive

Activating a Alphanet Faucet Wallet Remotely (without tezos-client)

Do commercial flights continue with an engine out?

What is the wife of a henpecked husband called?

Criticizing long fiction. How is it different from short?

Could be quantum mechanics necessary to analyze some biology scenarios?

How can I mix up weapons for large groups of similar monsters/characters?

Incompressible fluid definition

Dilemma of explaining to interviewer that he is the reason for declining second interview

Do my Windows system binaries contain sensitive information?

What is better: yes / no radio, or simple checkbox?



Titlepage custom footnote - remove indentation locally (memoir class)


footnotemark and footnotetext in minipageMemoir Class, sidebar formattingFootnote in setarrayelement with memoir classAdjust footnote indentation in memoirRemove the indentation of the footnote markerCustom titlepageLetters as footnote symbols on titlepageRedefine titlepage in custom classBeamer class: Footnote in titlepageSpecific footnote style in memoir













0















I am working on a template for a title page and I still cannot manage to adjust the indentation of my custom footnote using memoir class:



newcommandauthordetail[1]{
setlength{footparindent}{0em}
protectfootnotetext[thefootnote]{#1}}%
}


I don't want any indentation and just have the footnote start flushleft. However, this should only apply locally to the titlepage and using this command. All other footnotes should behave according to the default setting.



Adding setlength{footparindent}{0em} doesn't have any effect.
Why is my setlength ignored?



Some longer example



documentclass[article]{memoir}

newcommandauthordetail[1]{
setlength{footparindent}{0em}
protectfootnotetext[thefootnote]{#1}}%


begin{document}

chapterstyle{article}

title{The Big Book of Conundrumsthanks{reprinted with permission}}

author{The Authorauthordetail{The author was born long time ago, and the wrote this book}}
date{March 1984}

maketitle

newpage

Some text

end{document}









share|improve this question



























    0















    I am working on a template for a title page and I still cannot manage to adjust the indentation of my custom footnote using memoir class:



    newcommandauthordetail[1]{
    setlength{footparindent}{0em}
    protectfootnotetext[thefootnote]{#1}}%
    }


    I don't want any indentation and just have the footnote start flushleft. However, this should only apply locally to the titlepage and using this command. All other footnotes should behave according to the default setting.



    Adding setlength{footparindent}{0em} doesn't have any effect.
    Why is my setlength ignored?



    Some longer example



    documentclass[article]{memoir}

    newcommandauthordetail[1]{
    setlength{footparindent}{0em}
    protectfootnotetext[thefootnote]{#1}}%


    begin{document}

    chapterstyle{article}

    title{The Big Book of Conundrumsthanks{reprinted with permission}}

    author{The Authorauthordetail{The author was born long time ago, and the wrote this book}}
    date{March 1984}

    maketitle

    newpage

    Some text

    end{document}









    share|improve this question

























      0












      0








      0








      I am working on a template for a title page and I still cannot manage to adjust the indentation of my custom footnote using memoir class:



      newcommandauthordetail[1]{
      setlength{footparindent}{0em}
      protectfootnotetext[thefootnote]{#1}}%
      }


      I don't want any indentation and just have the footnote start flushleft. However, this should only apply locally to the titlepage and using this command. All other footnotes should behave according to the default setting.



      Adding setlength{footparindent}{0em} doesn't have any effect.
      Why is my setlength ignored?



      Some longer example



      documentclass[article]{memoir}

      newcommandauthordetail[1]{
      setlength{footparindent}{0em}
      protectfootnotetext[thefootnote]{#1}}%


      begin{document}

      chapterstyle{article}

      title{The Big Book of Conundrumsthanks{reprinted with permission}}

      author{The Authorauthordetail{The author was born long time ago, and the wrote this book}}
      date{March 1984}

      maketitle

      newpage

      Some text

      end{document}









      share|improve this question














      I am working on a template for a title page and I still cannot manage to adjust the indentation of my custom footnote using memoir class:



      newcommandauthordetail[1]{
      setlength{footparindent}{0em}
      protectfootnotetext[thefootnote]{#1}}%
      }


      I don't want any indentation and just have the footnote start flushleft. However, this should only apply locally to the titlepage and using this command. All other footnotes should behave according to the default setting.



      Adding setlength{footparindent}{0em} doesn't have any effect.
      Why is my setlength ignored?



      Some longer example



      documentclass[article]{memoir}

      newcommandauthordetail[1]{
      setlength{footparindent}{0em}
      protectfootnotetext[thefootnote]{#1}}%


      begin{document}

      chapterstyle{article}

      title{The Big Book of Conundrumsthanks{reprinted with permission}}

      author{The Authorauthordetail{The author was born long time ago, and the wrote this book}}
      date{March 1984}

      maketitle

      newpage

      Some text

      end{document}






      footnotes memoir titles






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 13 hours ago









      PaulPaul

      12718




      12718






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Like this ?



          enter image description here



          enter image description here



          documentclass[article]{memoir}

          % newcommandauthordetail[1]{
          % %setlength{footparindent}{0em}
          % protectfootnotetext[thefootnote]{#1}}%

          chapterstyle{article}

          title{The Big Book of Conundrumsthanks{reprinted with permission}}

          author{The Authorthanks{The author was born long time ago, and the wrote this book}}
          date{March 1984}

          renewcommand{thanksfootmark}{%
          thanksscript{thefootnote}
          }

          begin{document}



          maketitle

          newpage

          Some textfootnote{Some text description}

          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%2f477539%2ftitlepage-custom-footnote-remove-indentation-locally-memoir-class%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









            0














            Like this ?



            enter image description here



            enter image description here



            documentclass[article]{memoir}

            % newcommandauthordetail[1]{
            % %setlength{footparindent}{0em}
            % protectfootnotetext[thefootnote]{#1}}%

            chapterstyle{article}

            title{The Big Book of Conundrumsthanks{reprinted with permission}}

            author{The Authorthanks{The author was born long time ago, and the wrote this book}}
            date{March 1984}

            renewcommand{thanksfootmark}{%
            thanksscript{thefootnote}
            }

            begin{document}



            maketitle

            newpage

            Some textfootnote{Some text description}

            end{document}





            share|improve this answer




























              0














              Like this ?



              enter image description here



              enter image description here



              documentclass[article]{memoir}

              % newcommandauthordetail[1]{
              % %setlength{footparindent}{0em}
              % protectfootnotetext[thefootnote]{#1}}%

              chapterstyle{article}

              title{The Big Book of Conundrumsthanks{reprinted with permission}}

              author{The Authorthanks{The author was born long time ago, and the wrote this book}}
              date{March 1984}

              renewcommand{thanksfootmark}{%
              thanksscript{thefootnote}
              }

              begin{document}



              maketitle

              newpage

              Some textfootnote{Some text description}

              end{document}





              share|improve this answer


























                0












                0








                0







                Like this ?



                enter image description here



                enter image description here



                documentclass[article]{memoir}

                % newcommandauthordetail[1]{
                % %setlength{footparindent}{0em}
                % protectfootnotetext[thefootnote]{#1}}%

                chapterstyle{article}

                title{The Big Book of Conundrumsthanks{reprinted with permission}}

                author{The Authorthanks{The author was born long time ago, and the wrote this book}}
                date{March 1984}

                renewcommand{thanksfootmark}{%
                thanksscript{thefootnote}
                }

                begin{document}



                maketitle

                newpage

                Some textfootnote{Some text description}

                end{document}





                share|improve this answer













                Like this ?



                enter image description here



                enter image description here



                documentclass[article]{memoir}

                % newcommandauthordetail[1]{
                % %setlength{footparindent}{0em}
                % protectfootnotetext[thefootnote]{#1}}%

                chapterstyle{article}

                title{The Big Book of Conundrumsthanks{reprinted with permission}}

                author{The Authorthanks{The author was born long time ago, and the wrote this book}}
                date{March 1984}

                renewcommand{thanksfootmark}{%
                thanksscript{thefootnote}
                }

                begin{document}



                maketitle

                newpage

                Some textfootnote{Some text description}

                end{document}






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                Hafid BoukhouldaHafid Boukhoulda

                4,4421625




                4,4421625






























                    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%2f477539%2ftitlepage-custom-footnote-remove-indentation-locally-memoir-class%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

                    Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

                    How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

                    Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...