File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
src/Microdown-LaTeXExporter Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ MicLaTeXWriter class >> fileExtension [
1313 ^ ' tex'
1414]
1515
16- { #category : ' accessing' }
17- MicLaTeXWriter class >> folderName [
18- ^ #latex
19- ]
20-
2116{ #category : ' accessing' }
2217MicLaTeXWriter class >> toLatexPath: aString [
2318 " Replace all (windows style) back slashes in paths by (unix style) forward slashes.
@@ -75,6 +70,11 @@ MicLaTeXWriter >> createLinkToLabelWithoutAlias: anInternalLink [
7570 parameter: [ canvas raw: anInternalLink bodyString ]
7671]
7772
73+ { #category : ' accessing' }
74+ MicLaTeXWriter >> folderName [
75+ ^ #latex
76+ ]
77+
7878{ #category : ' helpers' }
7979MicLaTeXWriter >> getStringForAll: aCollection [
8080 " Visit each element of aCollection and exports everything to a new stream. Answer the stream content."
@@ -133,6 +133,11 @@ MicLaTeXWriter >> tabularEnvironment [
133133 ^ ' tabular'
134134]
135135
136+ { #category : ' accessing' }
137+ MicLaTeXWriter >> templateForConfiguration: aConfiguration [
138+ ^ ' main.mustache'
139+ ]
140+
136141{ #category : ' visiting-document' }
137142MicLaTeXWriter >> typeOfSectionFor: aHeader [
138143 | sections level section |
Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ MicSBALaTeXWriter >> tabularEnvironment [
4040 ^ ' fullwidthtabular'
4141]
4242
43- { #category : ' accessing' }
44- MicSBALaTeXWriter >> templateForConfiguration: aConfiguration [
45- ^ ' main.mustache'
46- ]
47-
4843{ #category : ' protected' }
4944MicSBALaTeXWriter >> visitCode: aCodeBlock [
5045
You can’t perform that action at this time.
0 commit comments