Sorry for bumping, but this doesn't work for me (writing in the command prompt). I just get
"htlatex: Invalid argument
htlatex: Data: 4294967295"
Is there anything specific I should do? I just want an extremely simple way to convert into HTML. All the packages I've found seems to be out of date.
Search found 18 matches
- Mon Jun 10, 2013 6:19 pm
- Forum: Conversion Tools
- Topic: TeX to HTML Conversion
- Replies: 6
- Views: 32823
- Tue Feb 28, 2012 12:12 pm
- Forum: Graphics, Figures & Tables
- Topic: PSTricks | Setting logarithmic Axes
- Replies: 6
- Views: 3386
PSTricks | Setting logarithmic Axes
Sorry for the time it took, but here it is:
\documentclass[a4paper,11pt]{article}
% define the title
\author{B.~Fallqvist}
\title{MWE}\usepackage{graphicx,float,amssymb,dblfloatfix}
\usepackage[fleqn]{amsmath}
\usepackage{pstricks,pst-plot,pstricks-add,pst-grad,pst-node,pst-tree}
\begin{document ...
\documentclass[a4paper,11pt]{article}
% define the title
\author{B.~Fallqvist}
\title{MWE}\usepackage{graphicx,float,amssymb,dblfloatfix}
\usepackage[fleqn]{amsmath}
\usepackage{pstricks,pst-plot,pstricks-add,pst-grad,pst-node,pst-tree}
\begin{document ...
- Thu Feb 23, 2012 6:06 pm
- Forum: Graphics, Figures & Tables
- Topic: PSTricks | Setting logarithmic Axes
- Replies: 6
- Views: 3386
Re: PSTricks | Setting logarithmic Axes
Hi,
I've looked at this section and not found anything really related to my problem. All I want is to set the origin of the x-axis to 0.02 (not 0.01) with the Ox command. But the only thing I find related to this is that to set it to 0.01, I use Ox = -2, because 1e-2 is 0.01.
I've looked at this section and not found anything really related to my problem. All I want is to set the origin of the x-axis to 0.02 (not 0.01) with the Ox command. But the only thing I find related to this is that to set it to 0.01, I use Ox = -2, because 1e-2 is 0.01.
- Wed Feb 22, 2012 9:03 pm
- Forum: Graphics, Figures & Tables
- Topic: PSTricks | Setting logarithmic Axes
- Replies: 6
- Views: 3386
Re: PSTricks | Setting logarithmic Axes
Hi,
The documentation doesn't really say anything related to this. I'll try to provide som kind on MWE.
Thanks
Björn
The documentation doesn't really say anything related to this. I'll try to provide som kind on MWE.
Thanks
Björn
- Wed Feb 22, 2012 7:54 pm
- Forum: Graphics, Figures & Tables
- Topic: PSTricks | Setting logarithmic Axes
- Replies: 6
- Views: 3386
PSTricks | Setting logarithmic Axes
Hi,
I have a figure where the data points for the X-interval are in the interval [0.02 1], and I wish to plot this in a log-log plot. From the documentation, I understand that setting the origin of the axes in the psaxes options is done as e.g.
psaxes[... Ox = -1, Oy = -1] if I want to have ...
I have a figure where the data points for the X-interval are in the interval [0.02 1], and I wish to plot this in a log-log plot. From the documentation, I understand that setting the origin of the axes in the psaxes options is done as e.g.
psaxes[... Ox = -1, Oy = -1] if I want to have ...
- Sat Feb 11, 2012 10:53 pm
- Forum: Graphics, Figures & Tables
- Topic: pstricks | Positioning of Pictures
- Replies: 0
- Views: 2608
pstricks | Positioning of Pictures
Hi,
I have a lot of problems trying to position my pictures with pstricks. I wish to place two graphs next to each other, and by googling I found out I could do that using minipage. But still, I don't really understand what is happening with them. They seem to somehow start at zero, but then they ...
I have a lot of problems trying to position my pictures with pstricks. I wish to place two graphs next to each other, and by googling I found out I could do that using minipage. But still, I don't really understand what is happening with them. They seem to somehow start at zero, but then they ...
- Fri Feb 10, 2012 8:05 pm
- Forum: Graphics, Figures & Tables
- Topic: pst-plot | Basic Problems
- Replies: 4
- Views: 3421
Re: pst-plot | Basic Problems
Thanks, the error does seem to be in the viewer.
/Björn
/Björn
- Fri Feb 10, 2012 7:55 pm
- Forum: Graphics, Figures & Tables
- Topic: pst-plot | Basic Problems
- Replies: 4
- Views: 3421
Re: pst-plot | Basic Problems
Aha, I see. I didn't want to post several topics regarding the same thing, but I will do so next time.
The file can be compiled, and there is no error message in the compiler. This is shown in a dialogue window from the YAP previewer. When I only load pstricks, the figures and everything work fine ...
The file can be compiled, and there is no error message in the compiler. This is shown in a dialogue window from the YAP previewer. When I only load pstricks, the figures and everything work fine ...
- Fri Feb 10, 2012 7:26 pm
- Forum: Graphics, Figures & Tables
- Topic: pst-plot | Basic Problems
- Replies: 4
- Views: 3421
pst-plot | Basic Problems
Hi again
Now I have a different problem with pstricks.
As soon as I attempt to load pst-plot, I get the following error message:
MiKTeX Problem Report
Message: Some PostScript specials could not be rendered.
Data: Error: /undefined in tx@Dict
Operand stack:
--nostringval-- PermitFileReading ...
Now I have a different problem with pstricks.
As soon as I attempt to load pst-plot, I get the following error message:
MiKTeX Problem Report
Message: Some PostScript specials could not be rendered.
Data: Error: /undefined in tx@Dict
Operand stack:
--nostringval-- PermitFileReading ...
- Fri Feb 10, 2012 3:19 pm
- Forum: Graphics, Figures & Tables
- Topic: pstricks | Basic Problems
- Replies: 4
- Views: 4168
Re: pstricks | Basic Problems
That solved it. Thanks!