2.6 Frames

<..tex4ht-toc..>
 tex4ht-toc
-_-_-

<..tex4ht-body..>
 tex4ht-body
-_-_-

<..4 latex..>
 \:CheckOption{frames}  \if:Option
    \:CheckOption{frames-fn}  \if:Option
       \Configure{frames}
          {\HorFrames[rows="*"]{*,3*}
             \VerFrames[cols="*"]{3*,*}
                \Frame[ name="<.tex4ht-menu.>"
                        frameborder="0" ]{<.tex4ht-toc.>}
                \Frame[ name="<.tex4ht-fn.>"
                        frameborder="0" ]{}
             \EndFrames
             \Frame[ name="<.tex4ht-main.>"
                     frameborder="0" ]{<.tex4ht-body.>}}
          {\let\contentsname=\empty \tableofcontents}
    \else
       \Configure{frames}
          {\HorFrames[rows="*"]{*,3*}
             \Frame[ name="<.tex4ht-menu.>"
                     frameborder="0" ]{<.tex4ht-toc.>}
             \Frame[ name="<.tex4ht-main.>"
                     frameborder="0" ]{<.tex4ht-body.>}}
          {\let\contentsname=\empty  \tableofcontents}
    \fi
 \fi
-_-_-

<..configure html4 Preamble..>+
 \:CheckOption{frames-fn}  \if:Option
    \edef\Preamble{\Preamble,frames}
 \fi
-_-_-

<..beamer ver frames..>
 \Configure{frames}
    {\VerFrames[ cols="*"]{4*,*}
       \Frame[ name="<.tex4ht-main.>"
               frameborder="1" ]{<.tex4ht-body.>}
       \Frame[ name="<.tex4ht-menu.>"
               frameborder="1" ]{<.tex4ht-toc.>}}
    {\beamer:bookmarks \tableofcontents}
-_-_-

<..beamer hor frames..>
 \Configure{frames}
    {\HorFrames[ rows="*"]{*,3*}
       \Frame[ name="<.tex4ht-menu.>"
               frameborder="1" ]{<.tex4ht-toc.>}
       \Frame[ name="<.tex4ht-main.>"
               frameborder="1" ]{<.tex4ht-body.>}}
    {\beamer:bookmarks \tableofcontents}
-_-_-