523 reputation
110
bio website 12000.org
location the great state of Wisconsin
age
visits member for 1 year
seen 1 hour ago
stats profile views 47

Jan
6
comment how to redefine \href to \htmladdnormallink when in \htmlonly?
I am missing the point of the answer actually. How is the above going to change \href to \htmladdnormallink everywhere? I do not want to edit the latex file and manually add different code for html vs. latex each time I add a link. I work in SW all the time, and just run l2h to generate HTML. I wanted a way to do this once, at the top, using a macro, which will refdefine all the href to \htmladdnormallink everywhere only when run by l2h. i.e. I needed a switch type logic added in one place only. Thanks.
Jan
6
asked how to redefine \href to \htmladdnormallink when in \htmlonly?
Dec
2
accepted Latex2html: How to make table of contents not use a bullet?
Jun
25
revised convert Mathematica LaTeX to regular LaTeX
typo
Jun
25
answered convert Mathematica LaTeX to regular LaTeX
Jun
23
awarded  Tumbleweed
Jun
16
revised Latex2html: How to make table of contents not use a bullet?
deleted 9 characters in body
Jun
16
asked Latex2html: How to make table of contents not use a bullet?
May
26
awarded  Teacher
May
20
answered Compile HTML from tex file
May
17
awarded  Supporter
May
17
accepted how to use latexonly for setting tabular column specs
May
17
comment how to use latexonly for setting tabular column specs
that works with my latex2html and pdflatex, but makes a shaded tables in my latex2html. May be just some setting. But will accept your answer as it worked. Thanks!
May
17
revised how to use latexonly for setting tabular column specs
update
May
17
comment how to use latexonly for setting tabular column specs
thanks David. The above produced the pdf fine, but my latex2html for some reason did not like something. it said %%%%, *** Could not find argument for command \newcommand *** followed by '\tablebody<<4>>` then \par then \hline and more lines like this. It might be a copy paste issue, or something else.
May
17
awarded  Student
May
17
asked how to use latexonly for setting tabular column specs
May
15
awarded  Scholar
May
15
accepted How to use \begin{enumerate} in tabular without using p{size}
May
15
comment How to use \begin{enumerate} in tabular without using p{size}
Thanks, but with l2h these things will not work right due to HTML generation limitation it has on what Latex I can use where. I'll just go back to using p{5in} and this allows me to use enumeration lists inside the table cells and l2h can handle that. I'll have to pick a column size I think will not be too large for most monitors. The above size is the MAXIMUM size the table column will extend. User can make column less wide then this size, but not more wide even if the monitor is wider. Most monitors these days are winder than 10 inches I think. So I can make my table 2 columns each is 5 in.