API Reference

Cmdlet

ConvertFrom-OfficeLatexMarkdown

Namespace PSWriteOffice
Inputs
OfficeIMO.Markdown.MarkdownDoc
Outputs
OfficeIMO.Latex.Markdown.MarkdownToLatexResult

Converts Markdown to native LaTeX with fidelity diagnostics.

Remarks

Converts Markdown to native LaTeX with fidelity diagnostics.

Examples

Authored help example

EXAMPLE 1


ConvertFrom-OfficeLatexMarkdown -Path 'C:\Path'
        

EXAMPLE 2


ConvertFrom-OfficeLatexMarkdown -Document 'Value'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

ConvertFrom-OfficeLatexMarkdown [-FailOnLoss] [-Options <MarkdownToLatexOptions>] [-OutputPath <String>] -Path <String> [<CommonParameters>]
#
Parameter set: Path

Parameters

FailOnLoss SwitchParameter optionalposition: namedpipeline: False
Throw when a source feature cannot be mapped exactly.
Options MarkdownToLatexOptions optionalposition: namedpipeline: False
Optional conversion settings.
OutputPath String optionalposition: namedpipeline: False
Optional LaTeX destination path.
Path String requiredposition: 0pipeline: False
Path to a Markdown file.

Outputs

OfficeIMO.Latex.Markdown.MarkdownToLatexResult

ConvertFrom-OfficeLatexMarkdown -Document <MarkdownDoc> [-FailOnLoss] [-Options <MarkdownToLatexOptions>] [-OutputPath <String>] [<CommonParameters>]
#
Parameter set: Document

Parameters

Document MarkdownDoc requiredposition: namedpipeline: True (ByValue)
Markdown document to convert.
FailOnLoss SwitchParameter optionalposition: namedpipeline: False
Throw when a source feature cannot be mapped exactly.
Options MarkdownToLatexOptions optionalposition: namedpipeline: False
Optional conversion settings.
OutputPath String optionalposition: namedpipeline: False
Optional LaTeX destination path.

Outputs

OfficeIMO.Latex.Markdown.MarkdownToLatexResult