How to set the font size to 11.5pt? [duplicate]












12
















This question already has an answer here:




  • How to specify an arbitrary (possibly non-integer) font size in LaTeX

    1 answer




How do I set the font size to 11.5? 12 is too large and 11 is too small.



I used



documentclass[titlepage,11.5pt]{article}


but it still gives me size 11










share|improve this question















marked as duplicate by Stefan Pinnow, Raaja, Circumscribe, Christian Hupfer, Zarko Feb 8 at 11:25


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 8





    The default article class only has three choices 10pt, 11pt and 12pt, but you must not think of these like the little font size drop down menu in Microsoft word. These values are used to configure many aspects of the document layout, the size of subscripts and superscripts, the sizes of headings. Other font sizes are defined relative to these numbers. It's not designed to let you just choose an arbitrary value.

    – Au101
    Feb 7 at 22:46






  • 1





    However, you may be interested in tex.stackexchange.com/questions/47517/… tex.stackexchange.com/questions/200015/… tex.stackexchange.com/questions/340473/options-for-font-size etc.

    – Au101
    Feb 7 at 22:46
















12
















This question already has an answer here:




  • How to specify an arbitrary (possibly non-integer) font size in LaTeX

    1 answer




How do I set the font size to 11.5? 12 is too large and 11 is too small.



I used



documentclass[titlepage,11.5pt]{article}


but it still gives me size 11










share|improve this question















marked as duplicate by Stefan Pinnow, Raaja, Circumscribe, Christian Hupfer, Zarko Feb 8 at 11:25


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 8





    The default article class only has three choices 10pt, 11pt and 12pt, but you must not think of these like the little font size drop down menu in Microsoft word. These values are used to configure many aspects of the document layout, the size of subscripts and superscripts, the sizes of headings. Other font sizes are defined relative to these numbers. It's not designed to let you just choose an arbitrary value.

    – Au101
    Feb 7 at 22:46






  • 1





    However, you may be interested in tex.stackexchange.com/questions/47517/… tex.stackexchange.com/questions/200015/… tex.stackexchange.com/questions/340473/options-for-font-size etc.

    – Au101
    Feb 7 at 22:46














12












12








12


2







This question already has an answer here:




  • How to specify an arbitrary (possibly non-integer) font size in LaTeX

    1 answer




How do I set the font size to 11.5? 12 is too large and 11 is too small.



I used



documentclass[titlepage,11.5pt]{article}


but it still gives me size 11










share|improve this question

















This question already has an answer here:




  • How to specify an arbitrary (possibly non-integer) font size in LaTeX

    1 answer




How do I set the font size to 11.5? 12 is too large and 11 is too small.



I used



documentclass[titlepage,11.5pt]{article}


but it still gives me size 11





This question already has an answer here:




  • How to specify an arbitrary (possibly non-integer) font size in LaTeX

    1 answer








fontsize






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 8 at 7:32









Jeel Shah

1,76432846




1,76432846










asked Feb 7 at 22:37









BobBob

642




642




marked as duplicate by Stefan Pinnow, Raaja, Circumscribe, Christian Hupfer, Zarko Feb 8 at 11:25


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Stefan Pinnow, Raaja, Circumscribe, Christian Hupfer, Zarko Feb 8 at 11:25


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 8





    The default article class only has three choices 10pt, 11pt and 12pt, but you must not think of these like the little font size drop down menu in Microsoft word. These values are used to configure many aspects of the document layout, the size of subscripts and superscripts, the sizes of headings. Other font sizes are defined relative to these numbers. It's not designed to let you just choose an arbitrary value.

    – Au101
    Feb 7 at 22:46






  • 1





    However, you may be interested in tex.stackexchange.com/questions/47517/… tex.stackexchange.com/questions/200015/… tex.stackexchange.com/questions/340473/options-for-font-size etc.

    – Au101
    Feb 7 at 22:46














  • 8





    The default article class only has three choices 10pt, 11pt and 12pt, but you must not think of these like the little font size drop down menu in Microsoft word. These values are used to configure many aspects of the document layout, the size of subscripts and superscripts, the sizes of headings. Other font sizes are defined relative to these numbers. It's not designed to let you just choose an arbitrary value.

    – Au101
    Feb 7 at 22:46






  • 1





    However, you may be interested in tex.stackexchange.com/questions/47517/… tex.stackexchange.com/questions/200015/… tex.stackexchange.com/questions/340473/options-for-font-size etc.

    – Au101
    Feb 7 at 22:46








8




8





The default article class only has three choices 10pt, 11pt and 12pt, but you must not think of these like the little font size drop down menu in Microsoft word. These values are used to configure many aspects of the document layout, the size of subscripts and superscripts, the sizes of headings. Other font sizes are defined relative to these numbers. It's not designed to let you just choose an arbitrary value.

– Au101
Feb 7 at 22:46





The default article class only has three choices 10pt, 11pt and 12pt, but you must not think of these like the little font size drop down menu in Microsoft word. These values are used to configure many aspects of the document layout, the size of subscripts and superscripts, the sizes of headings. Other font sizes are defined relative to these numbers. It's not designed to let you just choose an arbitrary value.

– Au101
Feb 7 at 22:46




1




1





However, you may be interested in tex.stackexchange.com/questions/47517/… tex.stackexchange.com/questions/200015/… tex.stackexchange.com/questions/340473/options-for-font-size etc.

– Au101
Feb 7 at 22:46





However, you may be interested in tex.stackexchange.com/questions/47517/… tex.stackexchange.com/questions/200015/… tex.stackexchange.com/questions/340473/options-for-font-size etc.

– Au101
Feb 7 at 22:46










3 Answers
3






active

oldest

votes


















17














the options 10pt, 11pt and 12pt are not lengths at all they are simply strings used as option names that suggest the size of normalsize (although 11pt doesn't set normalsize to 11pt, but 10.95pt)



They are the only three size related options but you can request a font of any size



fontsize{11.4pt}{2cm}selectfont


requests an 11.4pt font on a 2cm baseline.



For most fonts you will get the size requested. For reasons of historical compatibility, if you do this with the default computer modern fonts then the size will be set to one of a discrete list of sizes, however if you put



RequirePackage{fix-cm}


at the top of the document, this restriction will be lifted and fonts will be used at the requested size.



Note that the size options do far more than just set the font size they also specify suitable page sizes, and suitable lengths around lists and displays, and section headings etc.






share|improve this answer

































    14














    KOMA-script allows you to specify any size for your main font, so you could use



    documentclass[titlepage, fontsize=11.5pt]{scrartcl}


    You would want to select either package fix-cm or lmodern to change to a font that works at non-standard sizes. Any Type1 font should also be fine.



    Many font packages have an option like [scale=0.958] or [scaled=0.958]. (11.5/12.0 ≈ 0.958.) Finally, if you’re using fontspec, you could do:



    documentclass[titlepage, 12pt]{article}
    usepackage{fontspec}

    defaultfontfeatures{Scale = MatchLowercase}
    setmainfont{Latin Modern Roman}[
    Scale = 0.958,
    Ligatures = {Common, TeX}]





    share|improve this answer

































      4














      You could use package srcextend (part of the KOMA-Script bundle) together with a standard class:



      RequirePackage{fix-cm}
      documentclass[12pt]{article}
      usepackage[fontsize=11.5pt]{scrextend}


      makeatletter
      newcommand*showfontsize{f@size{} point}
      makeatother

      begin{document}
      showfontsize
      end{document}


      Related: Scrartcl 13.999 point 14.4 point but not 14 point?
      and Using fallback calculation to setup font sizes






      share|improve this answer






























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        17














        the options 10pt, 11pt and 12pt are not lengths at all they are simply strings used as option names that suggest the size of normalsize (although 11pt doesn't set normalsize to 11pt, but 10.95pt)



        They are the only three size related options but you can request a font of any size



        fontsize{11.4pt}{2cm}selectfont


        requests an 11.4pt font on a 2cm baseline.



        For most fonts you will get the size requested. For reasons of historical compatibility, if you do this with the default computer modern fonts then the size will be set to one of a discrete list of sizes, however if you put



        RequirePackage{fix-cm}


        at the top of the document, this restriction will be lifted and fonts will be used at the requested size.



        Note that the size options do far more than just set the font size they also specify suitable page sizes, and suitable lengths around lists and displays, and section headings etc.






        share|improve this answer






























          17














          the options 10pt, 11pt and 12pt are not lengths at all they are simply strings used as option names that suggest the size of normalsize (although 11pt doesn't set normalsize to 11pt, but 10.95pt)



          They are the only three size related options but you can request a font of any size



          fontsize{11.4pt}{2cm}selectfont


          requests an 11.4pt font on a 2cm baseline.



          For most fonts you will get the size requested. For reasons of historical compatibility, if you do this with the default computer modern fonts then the size will be set to one of a discrete list of sizes, however if you put



          RequirePackage{fix-cm}


          at the top of the document, this restriction will be lifted and fonts will be used at the requested size.



          Note that the size options do far more than just set the font size they also specify suitable page sizes, and suitable lengths around lists and displays, and section headings etc.






          share|improve this answer




























            17












            17








            17







            the options 10pt, 11pt and 12pt are not lengths at all they are simply strings used as option names that suggest the size of normalsize (although 11pt doesn't set normalsize to 11pt, but 10.95pt)



            They are the only three size related options but you can request a font of any size



            fontsize{11.4pt}{2cm}selectfont


            requests an 11.4pt font on a 2cm baseline.



            For most fonts you will get the size requested. For reasons of historical compatibility, if you do this with the default computer modern fonts then the size will be set to one of a discrete list of sizes, however if you put



            RequirePackage{fix-cm}


            at the top of the document, this restriction will be lifted and fonts will be used at the requested size.



            Note that the size options do far more than just set the font size they also specify suitable page sizes, and suitable lengths around lists and displays, and section headings etc.






            share|improve this answer















            the options 10pt, 11pt and 12pt are not lengths at all they are simply strings used as option names that suggest the size of normalsize (although 11pt doesn't set normalsize to 11pt, but 10.95pt)



            They are the only three size related options but you can request a font of any size



            fontsize{11.4pt}{2cm}selectfont


            requests an 11.4pt font on a 2cm baseline.



            For most fonts you will get the size requested. For reasons of historical compatibility, if you do this with the default computer modern fonts then the size will be set to one of a discrete list of sizes, however if you put



            RequirePackage{fix-cm}


            at the top of the document, this restriction will be lifted and fonts will be used at the requested size.



            Note that the size options do far more than just set the font size they also specify suitable page sizes, and suitable lengths around lists and displays, and section headings etc.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Feb 8 at 9:27

























            answered Feb 7 at 23:23









            David CarlisleDavid Carlisle

            493k4111371885




            493k4111371885























                14














                KOMA-script allows you to specify any size for your main font, so you could use



                documentclass[titlepage, fontsize=11.5pt]{scrartcl}


                You would want to select either package fix-cm or lmodern to change to a font that works at non-standard sizes. Any Type1 font should also be fine.



                Many font packages have an option like [scale=0.958] or [scaled=0.958]. (11.5/12.0 ≈ 0.958.) Finally, if you’re using fontspec, you could do:



                documentclass[titlepage, 12pt]{article}
                usepackage{fontspec}

                defaultfontfeatures{Scale = MatchLowercase}
                setmainfont{Latin Modern Roman}[
                Scale = 0.958,
                Ligatures = {Common, TeX}]





                share|improve this answer






























                  14














                  KOMA-script allows you to specify any size for your main font, so you could use



                  documentclass[titlepage, fontsize=11.5pt]{scrartcl}


                  You would want to select either package fix-cm or lmodern to change to a font that works at non-standard sizes. Any Type1 font should also be fine.



                  Many font packages have an option like [scale=0.958] or [scaled=0.958]. (11.5/12.0 ≈ 0.958.) Finally, if you’re using fontspec, you could do:



                  documentclass[titlepage, 12pt]{article}
                  usepackage{fontspec}

                  defaultfontfeatures{Scale = MatchLowercase}
                  setmainfont{Latin Modern Roman}[
                  Scale = 0.958,
                  Ligatures = {Common, TeX}]





                  share|improve this answer




























                    14












                    14








                    14







                    KOMA-script allows you to specify any size for your main font, so you could use



                    documentclass[titlepage, fontsize=11.5pt]{scrartcl}


                    You would want to select either package fix-cm or lmodern to change to a font that works at non-standard sizes. Any Type1 font should also be fine.



                    Many font packages have an option like [scale=0.958] or [scaled=0.958]. (11.5/12.0 ≈ 0.958.) Finally, if you’re using fontspec, you could do:



                    documentclass[titlepage, 12pt]{article}
                    usepackage{fontspec}

                    defaultfontfeatures{Scale = MatchLowercase}
                    setmainfont{Latin Modern Roman}[
                    Scale = 0.958,
                    Ligatures = {Common, TeX}]





                    share|improve this answer















                    KOMA-script allows you to specify any size for your main font, so you could use



                    documentclass[titlepage, fontsize=11.5pt]{scrartcl}


                    You would want to select either package fix-cm or lmodern to change to a font that works at non-standard sizes. Any Type1 font should also be fine.



                    Many font packages have an option like [scale=0.958] or [scaled=0.958]. (11.5/12.0 ≈ 0.958.) Finally, if you’re using fontspec, you could do:



                    documentclass[titlepage, 12pt]{article}
                    usepackage{fontspec}

                    defaultfontfeatures{Scale = MatchLowercase}
                    setmainfont{Latin Modern Roman}[
                    Scale = 0.958,
                    Ligatures = {Common, TeX}]






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Feb 8 at 9:03

























                    answered Feb 7 at 22:53









                    DavislorDavislor

                    6,5421329




                    6,5421329























                        4














                        You could use package srcextend (part of the KOMA-Script bundle) together with a standard class:



                        RequirePackage{fix-cm}
                        documentclass[12pt]{article}
                        usepackage[fontsize=11.5pt]{scrextend}


                        makeatletter
                        newcommand*showfontsize{f@size{} point}
                        makeatother

                        begin{document}
                        showfontsize
                        end{document}


                        Related: Scrartcl 13.999 point 14.4 point but not 14 point?
                        and Using fallback calculation to setup font sizes






                        share|improve this answer




























                          4














                          You could use package srcextend (part of the KOMA-Script bundle) together with a standard class:



                          RequirePackage{fix-cm}
                          documentclass[12pt]{article}
                          usepackage[fontsize=11.5pt]{scrextend}


                          makeatletter
                          newcommand*showfontsize{f@size{} point}
                          makeatother

                          begin{document}
                          showfontsize
                          end{document}


                          Related: Scrartcl 13.999 point 14.4 point but not 14 point?
                          and Using fallback calculation to setup font sizes






                          share|improve this answer


























                            4












                            4








                            4







                            You could use package srcextend (part of the KOMA-Script bundle) together with a standard class:



                            RequirePackage{fix-cm}
                            documentclass[12pt]{article}
                            usepackage[fontsize=11.5pt]{scrextend}


                            makeatletter
                            newcommand*showfontsize{f@size{} point}
                            makeatother

                            begin{document}
                            showfontsize
                            end{document}


                            Related: Scrartcl 13.999 point 14.4 point but not 14 point?
                            and Using fallback calculation to setup font sizes






                            share|improve this answer













                            You could use package srcextend (part of the KOMA-Script bundle) together with a standard class:



                            RequirePackage{fix-cm}
                            documentclass[12pt]{article}
                            usepackage[fontsize=11.5pt]{scrextend}


                            makeatletter
                            newcommand*showfontsize{f@size{} point}
                            makeatother

                            begin{document}
                            showfontsize
                            end{document}


                            Related: Scrartcl 13.999 point 14.4 point but not 14 point?
                            and Using fallback calculation to setup font sizes







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Feb 8 at 8:54









                            esddesdd

                            59.5k34692




                            59.5k34692















                                Popular posts from this blog

                                Index of /

                                Tribalistas

                                Listed building