API Reference

Cmdlet

ConvertTo-OfficeLatexMarkdown

Namespace PSWriteOffice
Inputs
OfficeIMO.Latex.LatexDocument
Outputs
OfficeIMO.Latex.Markdown.LatexToMarkdownResult

Converts LaTeX to Markdown with fidelity diagnostics.

Remarks

Converts LaTeX to Markdown with fidelity diagnostics.

Examples

Authored help example

EXAMPLE 1


ConvertTo-OfficeLatexMarkdown -Path 'C:\Path'
        

EXAMPLE 2


ConvertTo-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

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

Parameters

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

Outputs

OfficeIMO.Latex.Markdown.LatexToMarkdownResult

ConvertTo-OfficeLatexMarkdown -Document <LatexDocument> [-FailOnLoss] [-Options <LatexToMarkdownOptions>] [-OutputPath <String>] [<CommonParameters>]
#
Parameter set: Document

Parameters

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

Outputs

OfficeIMO.Latex.Markdown.LatexToMarkdownResult