Here's the (minimal) code that produces the "cropped" image.
\documentclass[12pt]{report}
\usepackage{pstricks}
\usepackage{pst-xkey}
\usepackage{pst-asr}
\usepackage{tikz}
\usetikzlibrary{external}
\tikzset{external/system call={xelatex --jobname="\image" "\texsource"}}
\tikzexternalize ...
Search found 43 matches
- Thu Nov 13, 2014 2:35 am
- Forum: General
- Topic: XeLaTeX pst-asr: slow compile
- Replies: 12
- Views: 13050
- Tue Nov 11, 2014 11:55 am
- Forum: General
- Topic: XeLaTeX pst-asr: slow compile
- Replies: 12
- Views: 13050
XeLaTeX pst-asr: slow compile
After googling around a bit I figured out how to get the 2nd option to work.
1) Use the code provided by Stefan_K
2) Include the pst-asr figure in a pspicture environment (like Stefan said) as so:
\begin{tikzpicture}
\node{\begin{pspicture}
{\asr \4ki:p\endasr}
\end{pspicture}};
\end ...
1) Use the code provided by Stefan_K
2) Include the pst-asr figure in a pspicture environment (like Stefan said) as so:
\begin{tikzpicture}
\node{\begin{pspicture}
{\asr \4ki:p\endasr}
\end{pspicture}};
\end ...
- Thu Nov 06, 2014 2:40 pm
- Forum: General
- Topic: XeLaTeX pst-asr: slow compile
- Replies: 12
- Views: 13050
Re: XeLaTeX pst-asr: slow compile
Thanks for your quick reply.
I'm afraid I don't understand how I'd actually carry out either method you recommend. Could you please provide some more details?
I chased up the pgfmanual for tikz, but at 1165 pages and with only a single hit for the string "pspicture" I decided it would be more ...
I'm afraid I don't understand how I'd actually carry out either method you recommend. Could you please provide some more details?
I chased up the pgfmanual for tikz, but at 1165 pages and with only a single hit for the string "pspicture" I decided it would be more ...
- Thu Nov 06, 2014 8:13 am
- Forum: General
- Topic: XeLaTeX pst-asr: slow compile
- Replies: 12
- Views: 13050
XeLaTeX pst-asr: slow compile
I'm using the pst-asr package to include autosegmental diagrams in my linguistics thesis. However, I also want to use XeLaTeX.
This is possible, however the compile process is very slow. (No problems if I compile LaTeX => PS => PDF)
It takes approximatelty 10 seconds (on my current computer) to ...
This is possible, however the compile process is very slow. (No problems if I compile LaTeX => PS => PDF)
It takes approximatelty 10 seconds (on my current computer) to ...
- Tue Jun 10, 2014 8:55 am
- Forum: Graphics, Figures & Tables
- Topic: align enumeration with top row of tabular (\hline)
- Replies: 1
- Views: 5798
align enumeration with top row of tabular (\hline)
Hello,
This seems to be a pretty common problem, but I haven't found a satisfactory solution.
I want to have a tabular with an \hline at the top in which the contents of the top row are aligned with an enumeration. So far I've managed to get the following unsatisfactory results:
the enumeration ...
This seems to be a pretty common problem, but I haven't found a satisfactory solution.
I want to have a tabular with an \hline at the top in which the contents of the top row are aligned with an enumeration. So far I've managed to get the following unsatisfactory results:
the enumeration ...
- Fri Jun 06, 2014 8:28 am
- Forum: Fonts & Character Sets
- Topic: Icon for a Loudspeaker
- Replies: 3
- Views: 6576
Icon for a Loudspeaker
Hello,
For posterity, I found the following code created a speaker symbol which dimensions that fit well into a 12pt document (with mathptmx for Times style font).
\newcommand{\spk}[1]{
\begin{tikzpicture}[#1]
\draw[thick,rounded corners=0.1pt, fill=black] (0,0.0909) -- (0,0.1636) -- (0.0909,0 ...
For posterity, I found the following code created a speaker symbol which dimensions that fit well into a 12pt document (with mathptmx for Times style font).
\newcommand{\spk}[1]{
\begin{tikzpicture}[#1]
\draw[thick,rounded corners=0.1pt, fill=black] (0,0.0909) -- (0,0.1636) -- (0.0909,0 ...
- Wed Mar 05, 2014 12:51 am
- Forum: General
- Topic: Shortcut for Media File
- Replies: 2
- Views: 4247
Re: Shortcut for Media File
Of course... It seems so obvious now it's been suggested!
Thanks hugovdberg; you've been a great help!
Thanks hugovdberg; you've been a great help!
- Tue Mar 04, 2014 7:10 am
- Forum: General
- Topic: Shortcut for Media File
- Replies: 2
- Views: 4247
Shortcut for Media File
Hello,
I'm writing my linguistics thesis in which I plan on embedding a number of sound files. I use the same code to embed each file, the only difference being the name of the MP3 file.
Is it possible to define a shortcut to reduce the length of the code I use each time I embed a file? I ...
I'm writing my linguistics thesis in which I plan on embedding a number of sound files. I use the same code to embed each file, the only difference being the name of the MP3 file.
Is it possible to define a shortcut to reduce the length of the code I use each time I embed a file? I ...
- Wed Feb 26, 2014 3:25 am
- Forum: Fonts & Character Sets
- Topic: Icon for a Loudspeaker
- Replies: 3
- Views: 6576
Re: Icon for a Loudspeaker
Thanks, the third solution is the closest to what I want.
I'll muck around with it until it's the size I want.
Thanks again!
I'll muck around with it until it's the size I want.
Thanks again!
- Wed Feb 26, 2014 2:56 am
- Forum: General
- Topic: Informational Text for embedded Media Files
- Replies: 3
- Views: 4515
Re: Informational Text for embedded Media Files
Thanks, this is exactly what I wanted!
Could you post the code for how I'd extend \includemediaorposter to display different poster text depending on whether or not the media is included?
Could you post the code for how I'd extend \includemediaorposter to display different poster text depending on whether or not the media is included?