orppst / pst-api-service

the api service for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

46 function to run latex on justifications to create pdf #49

Closed DJWalker42 closed 1 month ago

DJWalker42 commented 1 month ago

Created Latex "micro-service" that can compile a latex format justification string, with user provided resource files (images and bibliography), into a PDF file. Returns a list of LaTeX errors, and optionally warnings, to the user if compilation should fail.

Added the following API calls:

Using the files found in src/test/data, I've included extra steps in UseCasePiTest to test changing the "scientific" justification to LATEX format and its text string to LaTex syntax, uploading the required resource files, and compiling it into a PDF file.

github-actions[bot] commented 1 month ago

Test Results

34 tests  ±0   34 :white_check_mark: ±0   11s :stopwatch: +3s 12 suites ±0    0 :zzz: ±0  12 files   ±0    0 :x: ±0 

Results for commit c3efd7ca. ± Comparison against base commit 2aabfb36.

:recycle: This comment has been updated with latest results.