浏览我们的产品

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

aspose.tex for .net 22.6

下载  下载 

文件详情

  • 下载s:
  • 1
  • 文件大小:
  • 68.46MB
  • 添加日期:
  • 16/6/2022

文件详情

Improved Composite Glyph Building

Previously the L and l barred composite glyph were being built incorrectly by LaTeX macros. Now this issue has been resolved. The following C# code example demonstrates how to avoid building ligatures using API:

// Create conversion options instance.
...
// Set to true to make the engine not construct ligatures where normally it would.
options.NoLigatures = true;

Improved Image Size Handling

This release offers improvements in image size handling. The following is a LaTex to PNG (LTX to PNG) converter C# code sample using API:

// Create conversion options for Object LaTeX format upon Object TeX engine extension.
TeXOptions options = TeXOptions.ConsoleAppOptions(TeXConfig.ObjectLaTeX);
// Specify a file system working directory for the output.
options.OutputWorkingDirectory = new OutputFileSystemDirectory(RunExamples.OutputDirectory);
// Initialize the options for saving in PNG format.
options.SaveOptions = new PngSaveOptions();
// Run LaTeX to PNG conversion.
new TeXJob(Path.Combine(RunExamples.InputDirectory, "hello-world.ltx"), new ImageDevice(), options).Run();

Improved Hyperlink Alignment

Previously the hyperlinks were having alignment issues. Now the hyperlinks in text are correctly being aligned to left, right and center using API.

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.TeX for .NET 22.6 发行说明.

 简体中文