Skip to content

Commit b577411

Browse files
committed
Making sure that MicLaTeXWriter is working!
1 parent 2da12a6 commit b577411

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Microdown-LaTeXExporter/MicLaTeXWriter.class.st

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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' }
2217
MicLaTeXWriter 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' }
7979
MicLaTeXWriter >> 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' }
137142
MicLaTeXWriter >> typeOfSectionFor: aHeader [
138143
| sections level section |

src/Microdown-LaTeXExporter/MicSBALaTeXWriter.class.st

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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' }
4944
MicSBALaTeXWriter >> visitCode: aCodeBlock [
5045

0 commit comments

Comments
 (0)