Some experiments in LaTeX that I mention in my zine, the codex.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.0 KiB

  1. \documentclass[10pt, letter]{article}
  2. \usepackage{amsfonts}
  3. \usepackage{outlines}
  4. \usepackage{enumitem}
  5. \setenumerate[1]{label=\Roman*.}
  6. \setenumerate[2]{label=\Alph*.}
  7. \setenumerate[3]{label=\arabic*.}
  8. \setenumerate[4]{label=\alph*.}
  9. \usepackage{outline}
  10. \begin{document}
  11. \begin{verbatim}
  12. \begin{outline}[enumerate]
  13. \1 Point A
  14. \2 Point A1
  15. \2 Point A2
  16. \3 ...
  17. \4 ...
  18. \1 Point B
  19. \2 Point B1
  20. \3 Point B1a
  21. \4 ...
  22. \end{outline}
  23. \end{verbatim}
  24. \begin{outline}
  25. \item {\bf Introduction }
  26. \begin{outline}
  27. \item {\bf Applications } \\ Motivation for research and applications related to the subject.
  28. \item {\bf Organization } \\ Explain organization of the report, what is included, and what is not.
  29. \end{outline}
  30. \item {\bf Literature Survey }
  31. \begin{outline}
  32. \item {\bf Experimental Work } \\
  33. Literature describing experiments with something in common with
  34. my experiment. My experiment is subdivided into section
  35. relating to each aspect of the whole.
  36. \begin{outline}
  37. \item {\bf Drop Delivery } \\ Literature relating to the production of droplets.
  38. \begin{outline}
  39. \item {\bf Continuous } \\ Continuous drop production methods, i.e. jet methods.
  40. \item {\bf Drop on Demand } \\ Drop on demand methods, i.e. ink jet devices. Produce drops whenever needed, simplifies control of frequency.
  41. \item {\bf Flexibility } \\ Best methods in terms of flexible velocities, volumes, and frequencies.
  42. \item {\bf Control Circuitry } \\ Circuitry necessary to control the drops, may include control of generation, size, and frequency. Diverters and drop chargers.
  43. \item {\bf Extensibility } \\ Methods extensible to 2D applications.
  44. \item {\bf Recirculation } \\ Recirculation techniques, pump, none, capillary.
  45. \end{outline}
  46. \item {\bf Instrumentation } \\ Literature dealing with measurement of various parameters.
  47. \begin{outline}
  48. \item {\bf Temperature }
  49. \begin{outline}
  50. \item {\bf Heater Surface }
  51. \item {\bf Fluid Temperature }
  52. \item {\bf Heat Flux }
  53. \item {\bf Heat Transfer Coefficient }
  54. \end{outline}
  55. \item {\bf Drop Characteristics }
  56. \begin{outline}
  57. \item {\bf Size }
  58. \item {\bf Velocity }
  59. \item {\bf Frequency }
  60. \end{outline}
  61. \end{outline}
  62. \item {\bf Heating Element } \\
  63. Literature dealing with the heating element. Material
  64. properties, surface properties, heat sources.
  65. \begin{outline}
  66. \item {\bf Material }
  67. \item {\bf Heat Source }
  68. \end{outline}
  69. \end{outline}
  70. \item {\bf Analytical Work }
  71. \begin{outline}
  72. \item {\bf Evaporation }
  73. \item {\bf Boiling }
  74. \item {\bf Leidenfrost Temperatures }
  75. \item {\bf Heat Transfer }
  76. \item {\bf Numerical Analysis }
  77. \begin{outline}
  78. \item {\bf Drop Characteristics }
  79. \item {\bf Surface Wetting }
  80. \item {\bf Transient Temperatures }
  81. \end{outline}
  82. \end{outline}
  83. \end{outline}
  84. \item {\bf Proposed Research }
  85. \begin{outline}
  86. \item {\bf Experimental Work }
  87. \item {\bf Analytical Work }
  88. \end{outline}
  89. \end{outline}
  90. \end{document}