You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Currently, compileProject uses outputFiles.find(f => f.type === 'pdf'). If a project has other PDFs (like figures or *-eps-converted-to.pdf), olcli pdf might download the wrong one.
Hi. Currently,
compileProjectusesoutputFiles.find(f => f.type === 'pdf'). If a project has other PDFs (like figures or*-eps-converted-to.pdf),olcli pdfmight download the wrong one.