File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed
Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ Inline.Latex
3+ ------------
4+ ### Synopsis
5+ Latex Inline PipeScript Transpiler.
6+
7+ ---
8+ ### Description
9+
10+ Transpiles Latex with Inline PipeScript into Latex.
11+
12+ Multiline comments with %{}% will be treated as blocks of PipeScript.
13+
14+ ---
15+ ### Parameters
16+ #### ** CommandInfo**
17+
18+ The command information. This will include the path to the file.
19+
20+
21+
22+ > ** Type** : ``` [CommandInfo] ```
23+
24+ > ** Required** : true
25+
26+ > ** Position** : 1
27+
28+ > ** PipelineInput** : true (ByValue)
29+
30+
31+
32+ ---
33+ #### ** Parameter**
34+
35+ A dictionary of parameters.
36+
37+
38+
39+ > ** Type** : ``` [IDictionary] ```
40+
41+ > ** Required** : false
42+
43+ > ** Position** : 2
44+
45+ > ** PipelineInput** : false
46+
47+
48+
49+ ---
50+ #### ** ArgumentList**
51+
52+ A list of arguments.
53+
54+
55+
56+ > ** Type** : ``` [PSObject[]] ```
57+
58+ > ** Required** : false
59+
60+ > ** Position** : 3
61+
62+ > ** PipelineInput** : false
63+
64+
65+
66+ ---
67+ ### Syntax
68+ ``` PowerShell
69+ Inline.Latex [-CommandInfo] <CommandInfo> [[-Parameter] <IDictionary>] [[-ArgumentList] <PSObject[]>] [<CommonParameters>]
70+ ```
71+ ---
72+
73+
74+
You can’t perform that action at this time.
0 commit comments