Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX's subparagraph #14

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments
Open

LaTeX's subparagraph #14

GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Two little typos related with LaTeX's subparagraph

---------

svn diff

Index: txt2tags
===================================================================
--- txt2tags    (revisión: 86)
+++ txt2tags    (copia de trabajo)
@@ -554,6 +554,7 @@
        blocktitle3Open     blocktitle3Close

        paragraphOpen       paragraphClose
+       subparagraphOpen    subparagraphClose
        blockVerbOpen       blockVerbClose
        blockQuoteOpen      blockQuoteClose blockQuoteLine
        blockCommentOpen    blockCommentClose
@@ -844,7 +845,7 @@
                'title3'               : '~A~\\subsubsection*{\a}',
                # title 4/5: DIRTY: para+BF+\\+\n
                'title4'               : '~A~\\paragraph{}\\textbf{\a}\\\\\n',
-               'title5'               : '~A~\\paragraph{}\\textbf{\a}\\\\\n',
+               'title5'               :
'~A~\\subparagraph{}\\textbf{\a}\\\\\n',
                'numtitle1'            : '\n~A~\section{\a}'      ,
                'numtitle2'            : '~A~\\subsection{\a}'    ,
                'numtitle3'            : '~A~\\subsubsection{\a}' ,


Original issue reported on code.google.com by ape...@gmail.com on 21 Sep 2009 at 11:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant