Use high compression in LaTeX (e.g., \pdfcompresslevel=9 and \pdfobjcompresslevel=2), optimize or compress large images,
gswin64c -dCompatibilityLevel=1.5 \
-dPDFSETTINGS=/ebook \
-dNOPAUSE -dQUIET -dBATCH \
-sDEVICE=pdfwrite \
-sOutputFile=out.pdf in.pdf
run Ghostscript or a third-party ...
Search found 35 matches
- Wed Dec 25, 2024 1:47 pm
- Forum: Theses, Books, Title pages
- Topic: How to reduce file size of PDF output while compile with pdflatex
- Replies: 12
- Views: 63012
- Tue Oct 10, 2023 9:49 pm
- Forum: Conversion Tools
- Topic: How to control JPG compression ratio with ps2pdf
- Replies: 3
- Views: 33783
How to control JPG compression ratio with ps2pdf
Yes you can control the JPG compression ratio when using ps2pdf by adjusting the -dJPEGQ option. you can set it to a value between 0 and 100, where 0 is the lowest quality (highest compression) and 100 is the highest quality lowest compression.
ps2pdf -dJPEGQ=75 input.ps output.pdf
You can ...
ps2pdf -dJPEGQ=75 input.ps output.pdf
You can ...
- Sun Aug 09, 2020 7:51 pm
- Forum: Math & Science
- Topic: "Sentences" in Algorithms
- Replies: 0
- Views: 2487
"Sentences" in Algorithms
Hello,
for my master thesis I have the following problem.
I have algorithms, which are formulated in "mathematical language".
But i also have "algorithms" if you want to call it like that, that consists of orders. Some algorithms are a lot easier to understand if it is written in sentences and not ...
for my master thesis I have the following problem.
I have algorithms, which are formulated in "mathematical language".
But i also have "algorithms" if you want to call it like that, that consists of orders. Some algorithms are a lot easier to understand if it is written in sentences and not ...
- Thu May 16, 2019 4:03 pm
- Forum: Document Classes
- Topic: svmono v5.6: theorem counter following subsection counter
- Replies: 8
- Views: 8199
svmono v5.6: theorem counter following subsection counter
add \listfiles to your document and compare the package versions written to the log file
- Thu May 09, 2019 1:41 pm
- Forum: Graphics, Figures & Tables
- Topic: fourier vs lmodern : 'plus' sign doesn't show in tikz
- Replies: 2
- Views: 3072
fourier vs lmodern : 'plus' sign doesn't show in tikz
What is the purpose of overwriting one font with another? Use only the one font you want to use.
- Thu May 09, 2019 1:37 pm
- Forum: BibTeX, biblatex and biber
- Topic: Extra comma after the first author's last name
- Replies: 2
- Views: 6217
Extra comma after the first author's last name
That's normal - the bibliography is sorted by last names, so for the first author the order between first and last names is flipped to start the line with the names used for sorting
- Sun May 05, 2019 9:41 pm
- Forum: BibTeX, biblatex and biber
- Topic: Display certain entry types as footnote.
- Replies: 1
- Views: 2379
Display certain entry types as footnote.
Just cite them normally with `\footcite` or `\footfullcite` and exclude them from the bibliography with `\printbibliography[nottype=booklet]`
(are you sure that `@booklet` is the appropriate type for online sources? Normally I would expect something like `@online`)
(are you sure that `@booklet` is the appropriate type for online sources? Normally I would expect something like `@online`)
- Sun May 05, 2019 8:41 pm
- Forum: TeX Live and MacTeX
- Topic: TexLive 2019 on Mac Mojave with user mode install gives strange error message
- Replies: 2
- Views: 8904
TexLive 2019 on Mac Mojave with user mode install gives strange error message
maybe using the portable option will make it easier to install in non-standard locations?
- Tue Apr 30, 2019 2:19 pm
- Forum: Graphics, Figures & Tables
- Topic: Figure in subsection
- Replies: 8
- Views: 9815
Figure in subsection
Try `[htbp]` instead.
- Tue Apr 30, 2019 1:03 am
- Forum: Math & Science
- Topic: No numbering for equations
- Replies: 2
- Views: 61037
No numbering for equations
Code: Select all
\[
\frac{dS(t)}{dt} = -\beta.(\frac{S(t)}{P}).I(t) + \alpha R(t) + \mu (P-S(t))
\]