Thx MjK, this will work.
You are, of course, right about the minimal working example - duly noted!
Search found 4 matches
- Fri Feb 17, 2023 2:25 pm
- Forum: Math & Science
- Topic: Placement of "comma"/"point" between 2 lines of equations
- Replies: 2
- Views: 47942
- Fri Feb 17, 2023 1:56 am
- Forum: Math & Science
- Topic: Placement of "comma"/"point" between 2 lines of equations
- Replies: 2
- Views: 47942
Placement of "comma"/"point" between 2 lines of equations
Hi everybody,
I use the following code to define math operations, here a group operation.
%preamble: centers content in an alignat cell, instead of left/right alignment
\newcommand*\centermathcell[1]{\omit\hfil$\displaystyle#1$\hfil\ignorespaces}
% usage in text: definition of a binary ...
I use the following code to define math operations, here a group operation.
%preamble: centers content in an alignat cell, instead of left/right alignment
\newcommand*\centermathcell[1]{\omit\hfil$\displaystyle#1$\hfil\ignorespaces}
% usage in text: definition of a binary ...
- Wed Jun 29, 2022 5:23 pm
- Forum: General
- Topic: TexnicCenter & \write18 VS. Windows command line
- Replies: 1
- Views: 53970
TexnicCenter & \write18 VS. Windows command line
Hi again,
I found a workaround - in case someone encounters the same issue.
ISSUE:
Apperently, pdfcrop requires console output from Ghostscript which is not provided in write18
WORKAROUND:
\immediate\write18{start /wait pdfcrop.exe --verbose \picname && exit}
Instead of just running pdfcrop ...
I found a workaround - in case someone encounters the same issue.
ISSUE:
Apperently, pdfcrop requires console output from Ghostscript which is not provided in write18
WORKAROUND:
\immediate\write18{start /wait pdfcrop.exe --verbose \picname && exit}
Instead of just running pdfcrop ...
- Thu Jun 23, 2022 3:59 pm
- Forum: General
- Topic: TexnicCenter & \write18 VS. Windows command line
- Replies: 1
- Views: 53970
TexnicCenter & \write18 VS. Windows command line
Hi everybody,
What is the difference/are there restrictions when
1. pdfcrop.exe is run from within TexnicCenter via pdflatex output profile with -enable-write18
VS
2. pdfcrop.exe is run from Windows command line
VS
3. tex file in 1. is run from Windows command line via pdflatex -enable-write18 ...
What is the difference/are there restrictions when
1. pdfcrop.exe is run from within TexnicCenter via pdflatex output profile with -enable-write18
VS
2. pdfcrop.exe is run from Windows command line
VS
3. tex file in 1. is run from Windows command line via pdflatex -enable-write18 ...