I have to wait for long after using this LibreOffice command which is intended to convert DOCX into PDF:
libreoffice --headless --convert-to pdf test.docx --outdir /pdf
But I'm getting no response and no error. No file is converted. It …
I want each row in column B to be f( column A), so that b[n]=f(a[n]). I could go row by row and apply the formula, but is there an easy way to just drag the formula …
I need to write a lot of class courses presentations to my programming class, and I constantly need to show source code (mainly C code).
I don't find a easy way to:
Copy my source code from my editor (kate) …