| Package | Description |
|---|---|
| eu.simuline.m2latex.core |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,DirNode> |
DirNode.name2node
The set of subdirectories
in the directory described by this node:
The keys are the names and the according values
are the nodes describing the subdirectories.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Map<String,DirNode> |
DirNode.getSubdirs() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
TexFileUtils.cleanUp(DirNode orgNode,
File texDir)
Deletes all files in
texDir including subdirectories
which are not in orgNode. |
private void |
TexFileUtils.cleanUpRec(File dir,
DirNode orgNode,
DirNode currNode)
Deletes all files in
currNode
which are not in orgNode recursively
including subdirectories. |
private void |
LatexPreProcessor.clearCreated(File dir,
DirNode node)
Deletes all created files
in the directory represented by
node, recursively. |
(package private) Collection<File> |
LatexPreProcessor.processGraphicsSelectMain(File dir,
DirNode node)
Detects files in the directory represented by
texNode
and in subdirectories recursively:
those which are in various graphic formats incompatible with LaTeX
are converted into formats which can be inputted or included directly
into a latex file. |
private void |
LatexPreProcessor.processGraphicsSelectMain(File dir,
DirNode node,
Collection<String> skipped,
Collection<File> latexMainFiles)
Logging:
WFU03: cannot close file
EFU06: Cannot move file
WPP02: tex file may be latex main file
EEX01, EEX02, EEX03, WEX04, WEX05:
if applications for preprocessing graphic files failed.
|
private void |
LatexPreProcessor.processGraphicsSelectMainRec(File dir,
DirNode node,
Collection<String> skipped,
Collection<File> latexMainFiles)
Like
LatexPreProcessor.processGraphicsSelectMainRec(File,DirNode,Collection,Collection)
but with recursion to subdirectories. |
Copyright © 2016–2018 Simuline Organization (l2r). All rights reserved.