Hi
I would like to make a command or a macro to preview a file latex2e.html. This the LaTeX2e reference manual
http://www.tex.ac.uk/tex-archive/info/latex2e-help-texinfo/
1 ) I don't know how to make this
I try to convert latex2e.html to latex2e.markdown with textmate and I try a command like
. "$TM_SUPPORT_PATH/lib/webpreview.sh" html_header "LaTeX2e Help" "LaTeX" "$TM_SUPPORT_PATH/lib/markdown_to_help.rb" "/Users/ego/Library/latex2e.markdown" html_footer
but there is a problem. Some links don't work and sometimes I need to stop the task (wheel :) )
I try with latex2e.html it's better but I get some similar problem.
2 ) If I open latex2e.html and I use show web preview then it's fine but I don't know how to get this with a command
3 ) is it possible to record a macro for something like that ?
4) I can make something like that
. "$TM_SUPPORT_PATH/lib/webpreview.sh"
html_header "$title" "Latex2e Reference manual"
open -a safari /Users/ego/Library/latex2e.html
html_footer
But I would like to make this with web_preview and perhaps without a simple css.
Thanks Best regards
Alain Matthes
Le 24 janv. 2010 à 23:36, Alain Matthes a écrit :
Hi
I would like to make a command or a macro to preview a file latex2e.html. This the LaTeX2e reference manual
Hi,
I know now why I had a problem. I had not seen the javascript codes in the file.
I would like to know if
. "$TM_SUPPORT_PATH/lib/webpreview.sh" html_header "LaTeX Bundle Help" "LaTeX" open -a safari "$TM_BUNDLE_SUPPORT/latex2e.html" html_footer
is a fine solution ? Is it possible to use css file from TM ?
Best Regards
Alain Matthes
On 25 Jan 2010, at 17:59, Alain Matthes wrote:
I would like to know if
. "$TM_SUPPORT_PATH/lib/webpreview.sh" html_header "LaTeX Bundle Help" "LaTeX" open -a safari "$TM_BUNDLE_SUPPORT/latex2e.html" html_footer
is a fine solution ? Is it possible to use css file from TM ?
I don’t follow. A fine solution to do what exactly? Open the latex2e.html file in Safari? It seems overkill to output HTML content to do that.
I am not sure in what context you want to “use” css file(s) and what you mean by use.