党和国家反腐败斗争进程中的重要里程碑
7 questions
3
votes
1
answer
193
views
How to properly crop a math operator? A command for the direct factor symbol?
I am sorry if this has already been answered, but neither chatgpt provided me with a satisfying answer nor have I found what I am looking for on the stack exchange.
I would like to know if there is a &...
1
vote
1
answer
486
views
Question about adapting the Elegant Book template for page layout with crop marks
I am tryin to adapt the Elegant Book template for my book. I have made some changes, but I am having problems adapting the template for the following:
The page layout as required by the publisher, ...
0
votes
1
answer
232
views
Cropping figures cuts the upper caption
I tried to crop the blank space above and below the image with \includegraphics[trim=left bottom right top, clip]. It worked very well at the bottom, however at the top it cuts the title (caption). ...
0
votes
1
answer
313
views
crop jpg image by pixel
After read this SO, I try below code to crop a 3840x2160 jpg file with below code:
\documentclass{standalone}
\usepackage{graphicx}
\begin{document}
\setlength\fboxsep{0 pt}
%\pdfpxdimen=\dimexpr 1 ...
1
vote
2
answers
2k
views
How to convert beamer class directly to png
I am trying to use beamer to generate multiple images with some animation effect. Posting my code here (the code content is not relevant, just for easy demo the problem I met).
\documentclass[border=...
0
votes
1
answer
126
views
Crop figures generated by "picture" environment
I've got this piece this MWE:
\documentclass[11pt]{article}
\usepackage{amsmath}
\begin{document}
My equation
\begin{equation*}
\setlength{\unitlength}{1cm}
\fbox{\begin{picture}(17,5)(-1.5,0)
...
1
vote
1
answer
158
views
Crop/Trim marks in XeLaTeX as like as dvips option
New Year wishes to all...
By using dvips.exe, if we give -k* option, then the crop marks comes by auto, is there any same method available in XeLaTeX to get the cropmarks by auto? I am using MikTeX ...