Search found 10 matches

by spartanguy07
Mon Apr 02, 2012 8:02 pm
Forum: Conversion Tools
Topic: TeX to HTML Conversion
Replies: 6
Views: 32822

TeX to HTML Conversion

Since I wasted a lot of time trying to figure this out and never found a person who would give me a straight, simple answer, I will answer my own question in hopes that it will help someone else in the future.


Install the MiKTeX package for HTML conversion.
Open command prompt and type: htlatex ...
by spartanguy07
Wed Mar 28, 2012 9:30 pm
Forum: Conversion Tools
Topic: TeX to HTML Conversion
Replies: 6
Views: 32822

TeX to HTML Conversion


texdoc latex2html


When I tried this I received a "Winows API Error 5: Access Denied" message.

I already downloaded the package, installed Perl and checked all the installation requirements for things like GhostScript. I just don't understand how to run it on a tex file that I already have ...
by spartanguy07
Wed Mar 28, 2012 8:30 pm
Forum: Conversion Tools
Topic: TeX to HTML Conversion
Replies: 6
Views: 32822

TeX to HTML Conversion

I have created a tex file (using MiKTeX/Texmaker) of documentation, that is correctly converted to PDF, that I now want to convert to HTML. I have read several places about LaTeX2HTML, TTH, and other tools that could be used to to his, but it seems all the references I find are out of date.

I also ...
by spartanguy07
Thu Feb 09, 2012 6:46 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

Re: memoir | Itemized List misaligned

Well I figured out through trying to uninstall and reinstall the package, that the download settings on this computer were not configured properly and the proxy was blocking package downloads. So once I was able to configure the setting correctly everything worked. Thank you for your help!
by spartanguy07
Wed Feb 08, 2012 11:10 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

Re: memoir | Itemized List misaligned

Sure. The log is attached.
by spartanguy07
Wed Feb 08, 2012 10:29 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

memoir | Itemized List misaligned

I can reproduce the Metric (TFM) error with the following:

\documentclass[12pt,a4paper]{memoir}
% just in case it should be two-sided oneside,openright

% command for code
\DeclareFixedFont {\codefont}{OT1}{pcr}{m}{n}{10}
\newcommand{\code}[1]{\codefont#1\normalfont}

% the hyperref config ...
by spartanguy07
Wed Feb 08, 2012 10:00 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

Re: memoir | Itemized List misaligned

I actually started without brackets when I originally wrote the list. Then I added the brackets and came up with the new misalignment problem. But maybe you guys can help me figure out what the other error was originally.

Removing the brackets on the test makes it align fine, however on my actual ...
by spartanguy07
Wed Feb 08, 2012 9:41 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

memoir | Itemized List misaligned

Example
\documentclass[12pt,a4paper]{memoir}
%%%% Begin latex configuration

% command for code
\DeclareFixedFont {\codefont}{OT1}{pcr}{m}{n}{10}
\newcommand{\code}[1]{\codefont#1\normalfont}
%%%% End latex configuration

\begin{document}
\begin{itemize}
\item[File uploading (POST on \code{THIS IS ...
by spartanguy07
Wed Feb 08, 2012 9:12 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

Re: memoir | Itemized List misaligned

I did not post the actual full code because I was concerned of potentially confidential information located in the list, however in my screen shot of the error, nothing that could be problematic was displayed.

When I create a test document to use the code that you sent me, it works fine, with no ...
by spartanguy07
Wed Feb 08, 2012 8:37 pm
Forum: Text Formatting
Topic: memoir | Itemized List misaligned
Replies: 15
Views: 11689

memoir | Itemized List misaligned

I am writing a memoir document with an itemized list in one of the subsections. For some reason, the itemized list will not align with the left margin of the section. The majority of what should be on the itemized list is off the page, while I only see the last few words of what should be in the ...