Skip to content

Commit 1a622b8

Browse files
author
AzureAD\VenkateshMurugananda
committed
Modified
1 parent 072b762 commit 1a622b8

File tree

1 file changed

+1
-1
lines changed
  • Mathematical-Equation/LaTeX-equations/Matrix/.NET/Matrix

1 file changed

+1
-1
lines changed

Mathematical-Equation/LaTeX-equations/Matrix/.NET/Matrix/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
//Append an matrix equation using LaTeX.
1212
document.LastParagraph.AppendMath(@"\begin{matrix}a&b\\\end{matrix}");
1313

14-
//Save the Word document.
14+
//Save the Word document
1515
using (FileStream outputStream = new FileStream(Path.GetFullPath(@"../../../Result.docx"), FileMode.Create, FileAccess.ReadWrite, FileShare.ReadWrite))
1616
document.Save(outputStream, FormatType.Docx);

0 commit comments

Comments
 (0)