hws/hw01.tex
author Christian Urban <christian.urban@kcl.ac.uk>
Thu, 19 Sep 2024 19:25:13 +0100
changeset 964 da1f8c033b8e
parent 962 5176cbb819c2
child 965 94f5cce73a4f
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
631
f618dd4de24a updated
Christian Urban <urbanc@in.tum.de>
parents: 550
diff changeset
     1
% !TEX program = xelatex
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
\documentclass{article}
249
377c59df7297 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 227
diff changeset
     3
\usepackage{../style}
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
\begin{document}
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
\section*{Homework 1}
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     8
964
da1f8c033b8e updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 962
diff changeset
     9
%%\HEADER
331
a2c18456c6b7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 294
diff changeset
    10
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    11
\begin{enumerate}
249
377c59df7297 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 227
diff changeset
    12
401
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    13
\item {\bf (Optional)} If you want to run the code presented
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    14
      in the lectures, install the Scala programming language
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    15
      available (for free) from
249
377c59df7297 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 227
diff changeset
    16
743
6acabeecdf75 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 726
diff changeset
    17
      \begin{center}
6acabeecdf75 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 726
diff changeset
    18
        \url{http://www.scala-lang.org}
6acabeecdf75 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 726
diff changeset
    19
      \end{center}
6acabeecdf75 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 726
diff changeset
    20
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    21
      % and the Ammonite REPL from
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    22
      % 
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    23
      % \begin{center}
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    24
      % \url{https://ammonite.io}
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    25
      % \end{center}      
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    26
401
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    27
      If you want to follow the code I present during the
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    28
      lectures, it might be useful to install VS Code or Codium.
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    29
      I will be using Scala Version 3.5, which has the \texttt{scala-cli}
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    30
      REPL used in PEP already built in.
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    31
      
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    32
      %handout about Scala.
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    33
      %Make sure Ammonite
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    34
      %uses the Scala 3 compiler.
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    35
639
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    36
%\item {\bf (Optional)} Have a look at the crawler programs.
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    37
%      Can you find a usage for them in your daily programming
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    38
%      life? Can you improve them? For example in cases there
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    39
%      are links that appear on different recursion levels, the
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    40
%      crawlers visit such web-pages several times. Can this be
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    41
%      avoided? Also, the crawlers flag as problematic any page
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    42
%      that gives an error, but probably only 404 Not Found
217e66d7aeff updated
Christian Urban <urbanc@in.tum.de>
parents: 631
diff changeset
    43
%      errors should be flagged. Can you change that?)
104
ffde837b1db1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 102
diff changeset
    44
640
281139526cb1 updated
Christian Urban <urbanc@in.tum.de>
parents: 639
diff changeset
    45
\item {\bf (Optional)} Have a look at the catastrophic backtracking
281139526cb1 updated
Christian Urban <urbanc@in.tum.de>
parents: 639
diff changeset
    46
  programs uploaded on KEATS. Convince yourself that they really require
281139526cb1 updated
Christian Urban <urbanc@in.tum.de>
parents: 639
diff changeset
    47
  a lot of computation time. If you have similar examples in your own
281139526cb1 updated
Christian Urban <urbanc@in.tum.de>
parents: 639
diff changeset
    48
  favourite programming language, I am happy to hear about it.
281139526cb1 updated
Christian Urban <urbanc@in.tum.de>
parents: 639
diff changeset
    49
281139526cb1 updated
Christian Urban <urbanc@in.tum.de>
parents: 639
diff changeset
    50
401
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    51
\item Read the handout of the first lecture and the handout
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    52
      about notation. Make sure you understand the concepts of
498
ea47c3b8f35f updated
Christian Urban <urbanc@in.tum.de>
parents: 444
diff changeset
    53
      strings and languages. In the context of the CFL-course,
401
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
    54
      what is meant by the term \emph{language}?
9
Christian Urban <urbanc@in.tum.de>
parents: 0
diff changeset
    55
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    56
      \solution{A language - in this context - is just a set of
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    57
        strings. Some of these sets can actually not be described by
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    58
        regular expressions. Only regular​ languages can. This is
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    59
        something for lecture 3.}
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    60
      
550
71fc4a7a7039 updated
Christian Urban <urbanc@in.tum.de>
parents: 507
diff changeset
    61
\item Give the definition for regular expressions---this is an
498
ea47c3b8f35f updated
Christian Urban <urbanc@in.tum.de>
parents: 444
diff changeset
    62
      inductive datatype. What is the
355
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    63
      meaning of a regular expression? (Hint: The meaning is
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    64
      defined recursively.)
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    65
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    66
      \solution{Here I would also expect the grammar for basic regular
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    67
        expressions and the definition of the recursive L-function. Discuss
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    68
        differences between $r_1 + r_2$ and $r^+$. Discuss differences between
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    69
      ``real-life regexes'' and regexes in this module.}
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    70
355
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    71
\item Assume the concatenation operation of two strings is
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    72
      written as $s_1 @ s_2$. Define the operation of
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    73
      \emph{concatenating} two sets of strings. This operation
394
2f9fe225ecc8 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 355
diff changeset
    74
      is also written as $\_ \,@\, \_$. According to 
2f9fe225ecc8 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 355
diff changeset
    75
      this definition, what is $A \,@\, \{\}$ equal to?
498
ea47c3b8f35f updated
Christian Urban <urbanc@in.tum.de>
parents: 444
diff changeset
    76
      Is in general $A\,@\,B$ equal to $B\,@\,A$?
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    77
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    78
      \solution{ What is $A @ {[]}$? Are there special cases
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    79
        where $A @ B = B @ A$? Obviously when $A = B$ the stament is true.
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    80
        But there are also cases when $A \not= B$, for example $A = \{a\}$
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    81
      and $B = \{aaa\}$.}
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    82
355
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    83
\item Assume a set $A$ contains 4 strings and a set $B$
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    84
      contains 7 strings. None of the strings is the empty
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    85
      string. How many strings are in $A \,@\, B$?
249
377c59df7297 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 227
diff changeset
    86
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
    87
      \solution{Everyone will probably answer with 28, but there are corner cases where there are fewer
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    88
        than 28 elements. Can students think of such corner cases?
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    89
      For example $A = \{a, ab, \ldots\}$, $B = \{bc, c,\ldots\}$ }
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    90
267
a1544b804d1e updated homeworks
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 258
diff changeset
    91
\item How is the power of a language defined? (Hint: There are two
a1544b804d1e updated homeworks
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 258
diff changeset
    92
  rules, one for $\_^0$ and one for $\_^{n+1}$.)
109
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 104
diff changeset
    93
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    94
     \solution{Two rules: 0-case and n+1 case.}
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
    95
355
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    96
\item Let $A = \{[a], [b], [c], [d]\}$. (1) How many strings
438
84608b4b3578 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 416
diff changeset
    97
      are in $A^4$? (2) Consider also the case of $A^4$ where one of
355
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    98
      the strings in $A$ is the empty string, for example $A =
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
    99
      \{[a], [b], [c], []\}$.
293
ca349cfe3474 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 267
diff changeset
   100
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   101
      \solution{121 is correct. But make sure you understand why it is 121
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   102
        in cases you do not have a computer at your fingertips.}
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   103
507
fdbc7d0ec04f updated
Christian Urban <urbanc@in.tum.de>
parents: 498
diff changeset
   104
\item (1) How many basic regular expressions are there to match
776
939c10745a3a updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 743
diff changeset
   105
      \textbf{only} the string $abcd$? (2) How many if they cannot include
444
3056a4c071b0 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 438
diff changeset
   106
      $\ONE$ and $\ZERO$? (3) How many if they are also not
3056a4c071b0 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 438
diff changeset
   107
      allowed to contain stars? (4) How many if they are also
401
5d85dc9779b1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 394
diff changeset
   108
      not allowed to contain $\_ + \_$?
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   109
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   110
      \solution{1-3 are infinite (tell the idea why and give examples);
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   111
        4 is five - remember regexes are trees (that is the main point of the question.}
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   112
      
355
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
   113
\item When are two regular expressions equivalent? Can you
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
   114
      think of instances where two regular expressions match
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
   115
      the same strings, but it is not so obvious that they do?
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
   116
      For example $a + b$ and $b + a$ do not count\ldots they
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
   117
      obviously match the same strings, namely $[a]$ and
a259eec25156 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 331
diff changeset
   118
      $[b]$.
403
564f7584eff1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 401
diff changeset
   119
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   120
      \solution{for example $r^* = 1 + r \cdot r^*$ for any regular expression $r$.
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   121
        Can students think about why this is the case? - this would need a proof.}
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   122
416
357c395ae838 updated
Christian Urban <urbanc@in.tum.de>
parents: 403
diff changeset
   123
\item What is meant by the notions \emph{evil regular expressions}
726
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   124
  and by \emph{catastrophic backtracking}?
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   125
962
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   126
  \solution{catastrophic backtracking also applies to other regexes,
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   127
    not just $(a^*)^*b$.  Maybe
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   128
    \url{https://www.trevorlasn.com/blog/when-regex-goes-wrong/} is
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   129
    of help - even the CrowdStrike issue had an underlying problem
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   130
    with a regex, though this one was not due to catastrophic
Christian Urban <christian.urban@kcl.ac.uk>
parents: 935
diff changeset
   131
    backtracking.}
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   132
726
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   133
\item Given the regular expression $(a + b)^* \cdot b \cdot (a + b)^*$,
841
564840440523 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 776
diff changeset
   134
  which of the following regular expressions are equivalent
726
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   135
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   136
\begin{center}
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   137
\begin{tabular}{ll}    
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   138
  1) & $(ab + bb)^* \cdot (a + b)^*$\\                     % no
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   139
  2) & $(a + b)^* \cdot (ba + bb + b) \cdot (a + b)^*$\\   % yes
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   140
  3) & $(a + b)^* \cdot (a + b) \cdot (a + b)^*$           % no
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   141
\end{tabular}
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   142
\end{center}
876
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   143
771396fa6cc4 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 841
diff changeset
   144
  \solution{no, yes (why?), no.}
922
e86ea06e3b25 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 916
diff changeset
   145
e86ea06e3b25 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 916
diff changeset
   146
e86ea06e3b25 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 916
diff changeset
   147
\item Given the extended regular expression \texttt{[b-d]a?e+},
e86ea06e3b25 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 916
diff changeset
   148
  what does the equivalent basic regular expression look like?
726
fba480bbc9f7 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 640
diff changeset
   149
  
935
4e221cf587fa updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 927
diff changeset
   150
  \solution{$(b + c + d) \cdot (a + \ONE) \cdot (e \cdot e^*)$}
922
e86ea06e3b25 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 916
diff changeset
   151
  
e86ea06e3b25 updated
Christian Urban <christian.urban@kcl.ac.uk>
parents: 916
diff changeset
   152
  
403
564f7584eff1 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 401
diff changeset
   153
\item \POSTSCRIPT  
0
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   154
\end{enumerate}
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   155
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   156
\end{document}
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   157
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   158
%%% Local Variables: 
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   159
%%% mode: latex
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   160
%%% TeX-master: t
3a5e09a2ae54 initial comit
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   161
%%% End: