home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Database / X!-V330.LHA / VCArchive / filters / LaTeX-Flex-Footnote.VI < prev    next >
Encoding:
Text File  |  1997-03-29  |  1.3 KB  |  50 lines

  1. /***************************************************************/
  2. /* LaTeX Video Cover                                           */
  3. /* Harald Zottmann                                             */
  4. /***************************************************************/
  5.  
  6. @VER 1.0
  7.  
  8. @REP\@ \(\backslash\) 
  9. @REP~@ \~\ 
  10. @REP^@ \^\ 
  11. @REP$@ \$ 
  12. @REP{@ \{ 
  13. @REP}@ \} 
  14. @REP%@ \% 
  15. @REP&@ \& 
  16. @REP#@ \# 
  17. @REP_@ \_ 
  18. @REPä@\"a
  19. @REPö@\"o
  20. @REPü@\"u
  21. @REPÄ@\"A
  22. @REPÖ@\"O
  23. @REPÜ@\"U
  24. @REPß@\ss{}
  25.  
  26. @TXT\documentstyle[german]{article}
  27.  
  28. @TXT\begin{document}
  29.  
  30. @TXT\footnotesize
  31.  
  32. @TXT\begin{tabular}{|l|l|l|} \hline
  33. @TXT\multicolumn{3}{|l|}{
  34. @TXT@%s@00@00@TXT } \\ \hline
  35. @TXTFilmtitle & Time & Counter \\ \hline
  36. @TXT@%s@00@01@TXT & @%s@54@01@TXT & @%s@59@01@TXT \\
  37. @TXT@%s@00@02@TXT & @%s@54@02@TXT & @%s@59@02@TXT \\
  38. @TXT@%s@00@03@TXT & @%s@54@03@TXT & @%s@59@03@TXT \\
  39. @TXT@%s@00@04@TXT & @%s@54@04@TXT & @%s@59@04@TXT \\
  40. @TXT@%s@00@05@TXT & @%s@54@05@TXT & @%s@59@05@TXT \\
  41. @TXT@%s@00@06@TXT & @%s@54@06@TXT & @%s@59@06@TXT \\
  42. @TXT@%s@00@07@TXT & @%s@54@07@TXT & @%s@59@07@TXT \\
  43. @TXT@%s@00@08@TXT & @%s@54@08@TXT & @%s@59@08@TXT \\
  44. @TXT@%s@00@09@TXT & @%s@54@09@TXT & @%s@59@09@TXT \\
  45. @TXT@%s@00@10@TXT & @%s@54@10@TXT & @%s@59@10@TXT \\
  46. @TXT@%s@00@11@TXT & @%s@54@11@TXT & @%s@59@11@TXT \\ \hline
  47. @TXT\end{tabular}
  48.  
  49. @TXT\end{document}
  50.