Change in formatting of native files in Pandoc

This commit is contained in:
Bastien Dumont 2022-11-16 09:30:39 +01:00
parent 9658b61375
commit e0882e92e9
2 changed files with 21 additions and 10 deletions

View File

@ -77,7 +77,9 @@
, Space
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline (Format "context") "\\crossrefenum{{publication}}" ]
[ RawInline
(Format "context") "\\crossrefenum{{publication}}"
]
, Space
, Str "for"
, Space
@ -104,7 +106,8 @@
, Span
( "" , [ "tcrf" ] , [ ( "reftype" , "pagenote" ) ] )
[ RawInline
(Format "context") "\\crossrefenum[pagenote]{{my-evaluation}}"
(Format "context")
"\\crossrefenum[pagenote]{{my-evaluation}}"
]
, Str "."
]
@ -131,7 +134,8 @@
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline
(Format "context") "\\crossrefenum{{publication to reception}}"
(Format "context")
"\\crossrefenum{{publication to reception}}"
]
, Str "."
]
@ -275,7 +279,8 @@
, Space
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline (Format "context") "\\crossrefenum{{format}}" ]
[ RawInline (Format "context") "\\crossrefenum{{format}}"
]
, Str "."
]
]
@ -305,7 +310,8 @@
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline
(Format "context") "\\crossrefenum{{which-identifier}}"
(Format "context")
"\\crossrefenum{{which-identifier}}"
]
, Str "."
]

View File

@ -77,7 +77,8 @@
, Space
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline (Format "latex") "\\crossrefenum{{publication}}" ]
[ RawInline (Format "latex") "\\crossrefenum{{publication}}"
]
, Space
, Str "for"
, Space
@ -131,7 +132,8 @@
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline
(Format "latex") "\\crossrefenum{{publication to reception}}"
(Format "latex")
"\\crossrefenum{{publication to reception}}"
]
, Str "."
]
@ -254,7 +256,8 @@
, Space
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline (Format "latex") "\\crossrefenum{{refer-to-note}}"
[ RawInline
(Format "latex") "\\crossrefenum{{refer-to-note}}"
]
, Str "."
]
@ -336,7 +339,8 @@
, Space
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline (Format "latex") "\\crossrefenum{{nested-spans}}"
[ RawInline
(Format "latex") "\\crossrefenum{{nested-spans}}"
]
, Str "."
]
@ -374,7 +378,8 @@
, Span
( "" , [ "tcrf" ] , [] )
[ RawInline
(Format "latex") "\\crossrefenum{{my-evaluation}{format}}"
(Format "latex")
"\\crossrefenum{{my-evaluation}{format}}"
]
]
]