-if      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLM N O P Q R S T U V W X Y Z[\]^_`abc d e f g h i j k l m n o p q r s t u v w x y z { | } ~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcde!Safe>LTree datatype.Leafs are non-empty.Node values are optional.fghfghSafe>L ijklmnopqrstopqrst ijklmnopqrstSafe+>L*An argument for a " command or environment.Fixed argument.Optional argument.Multiple optional argument.An argument enclosed between < and >. Version of  with multiple options. An argument enclosed between ( and ).! Version of   with multiple options."Type of LaTeX blocks.# Raw text.$]Constructor for commands. First argument is the name of the command. Second, its arguments.%KConstructor for commands with no arguments. When rendering, no space or {} will be added at the end.&zConstructor for environments. First argument is the name of the environment. Second, its arguments. Third, its content.'Mathematical expressions.(Line break command.)A expression between braces.* Comments.+Sequencing of " expressions. Use  preferably.,An empty block. Neutral element of .-7Different types of syntax for mathematical expressions.1$Measure units defined in LaTeX. Use 8 to use commands like  textwidth. For instance: -rule Nothing (CustomMeasure linewidth) (Pt 2)"This will create a black box (see rule*) as wide as the text and two points tall.2CA point is 1/72.27 inch, that means about 0.0138 inch or 0.3515 mm.3 Millimeter.4 Centimeter.5Inch.6)The height of an "x" in the current font.7(The width of an "M" in the current font.8You can introduce a " expression as a measure.9&Escape LaTeX reserved characters in a u.:&Escape LaTeX reserved characters in a .; Look into a " syntax tree to find any call to the command with the given name. It returns a list of arguments with which this command is called. 3lookForCommand = (fmap snd .) . matchCommand . (==)If the returned list is empty, the command was not found. However, if the list contains empty lists, those are callings to the command with no arguments. For example lookForCommand "author" l*would look for the argument passed to the \author command in l.< Traverse a "+ syntax tree and returns the commands (see $ and %>) that matches the condition and their arguments in each call.= Similar to ;y, but applied to environments. It returns a list with arguments passed and content of the environment in each call. =lookForEnv = (fmap (\(_,as,l) -> (as,l)) .) . matchEnv . (==)> Traverse a "2 syntax tree and returns the environments (see &P) that matches the condition, their arguments and their content in each call.? The function ?Y looks for subexpressions that match a given condition and applies a function to them. /texmap c f = runIdentity . texmapM c (pure . f)@ Version of ?( where the function returns values in a v.AExtract the content of the document environment, if present.BExtract the preamble of a "! document (everything before the document$ environment). It could be empty.wUtility for the instance of " to xW. We generate a short sequence of characters and escape reserved characters with :.yXGenerator for names of command and environments. We use only alphabetical characters.zMethod {) escapes LaTeX reserved characters using 9.|Method L is strict in both arguments (except in the case when the first argument is ,).4 !"#$%&'()*+,-./0123456789:};Name of the command.LaTeX syntax tree.(List of arguments passed to the command.<~=>? Condition.-Function to apply when the condition matches.@ Condition.-Function to apply when the condition matches.ABwyz|* !"#$%&'()*+,-./0123456789:;<=>?@AB*12345678-./0"#$%&'()*+, !9:<;>=?@AB !" #$%&'()*+,-./0123456789:};<~=>?@ABwyz|Safe>L CThis is the class of " code generators. It has  and  as superclasses.D9This method must take a function that combines a list of "@ values into a new one, and creates a function that combines lR-typed values. The combining function can be seen as a function with 0 or more " arguments with a " value as output.EMap a " value to its equivalent in any C instance.FLift a inner function of " values into any C instance.G Variant of F with a two arguments function.H Variant of F! with a three arguments function.IZA simple (without arguments) and handy command generator using the name of the command. &comm0 str = fromLaTeX $ TeXComm str []JwA one parameter command generator using the name of the command. The parameter will be rendered as a fixed argument. 0comm1 str = liftL $ \l -> TeXComm str [FixArg l]KLike I but using %>, i.e. no "{}" will be inserted to protect the command's end. commS = fromLaTeX . TeXCommSLA lifted version of the ) constructor. braces = liftL TeXBracesThis instance just sets liftListL = id. CDEFGHIJKLCDEFGHIJKLCDEFGHIJKL CDEFGHIJKL Safe>L MA M4 is a function that checks possible warnings from a " value. Use the % instance to combine check functions.NApply a checking.OList of possible warnings.P/There is an unused label. Argument is its name.QBThere is a reference to an undefined label. Arguments is the name.RNo class selected with  documentclass.SNo document inserted.T8Custom warning for custom checkings. Use it as you want.UBuild a M from a function.V Check with Y, W and X.W?Check if a document class is specified for the document (using  documentclass).X Check if the document environment is called in a ".Y=Checking for unused labels or references tu undefined labels.MNOPQRSTUVWXY MNOPQRSTUVWXYOPQRSTMNNUYWXVMNOPQRSTUVWXYSafe>L Z+Class of values that can be transformed to *. You mainly will use this to obtain the  output of a "I value. If you are going to write the result in a file, consider to use _.Consider also to use a to get Zable values into " blocks.'If you want to make a type instance of Z and you already have a , instance, you can use the default instance. render = fromString . show\2Render every element of a list and append results.]MRender every element of a list and append results, separated by the given .^JRender every element of a list and append results, separated by commas._Use this function to render a " (or another one in the Z$ class) value directly in a file.`:If you are going to insert the content of a file in your "= data, use this function to ensure your encoding is correct.a If you can transform a value to , you can insert that  in your "* code. That is what this function does. Warning: a+ does not escape LaTeX reserved characters. Use : to escape them.bOShow a signed floating number using standard decimal notation using 5 decimals.Z instance for . It satisfies render True = "true" and render False = "false".0This instance escapes LaTeX reserved characters.Z[\]^_`ab{uZ[\]^_`ab Z[\]^_a`bZ[\]^_`ab Safe>LcType of table specifications.dLeft-justified column.eCentered column.fRight-justified column.g9Paragraph column with text vertically aligned at the top.hFParagraph column with text vertically aligned at the middle. Requires array package.iFParagraph column with text vertically aligned at the bottom. Requires array package.j"Vertical line between two columns.k)Double vertical line between two columns.lColumn separator. Requires array package.mHorizontal position.qVertical position.uType of labels.v!Page styles are represented by a u.w#Package names are represented by a u.x!Class names are represented by a u.yCreate a label from its name.zGet the name of a label.cdefghijklmnopqrstuvwxyz 12345678cdefghijklmnopqrstuvwxyz xwvuyzqrstmnopcdefghijkl12345678c defghijklmnopqrstuvwxyz Safe>L{AMSFonts package. Example: usepackage [] amsfonts|aThis font is useful for representing sets like R (real numbers) or Z (integers). For instance: B"The set of real numbers are represented by " <> mathbb "R" <> "."Or in monadic form: B"The set of real numbers are represented by " >> mathbb "R" >> "."#Note the use of overloaded strings.} Number sets{|}~{|}~{|}~{|}~ Safe>LAMSSymb package. Example: usepackage [] amssymb' symbol. Safe>LInputenc package. Example: usepackage [utf8] inputencUTF-8 encoding.Latin-1 encoding.Safe>LThe  monad transformed applied to .Type synonym for empty  computations. monad transformer applied to " values.A particular case of . #runLaTeXM = runIdentity . runLaTeXTA particular case of . %execLaTeXM = runIdentity . execLaTeXT Running a  computation returns the final " value.!This is the usual way to run the  monad and obtain a " value. "execLaTeXT = liftM snd . runLaTeXTIf  anExampley is defined as above (at the top of this module documentation), use the following to get the LaTeX value generated out. <myLaTeX :: Monad m => m LaTeX myLaTeX = execLaTeXT anExample Version of : with possible warning messages. This function applies V to the " output.This function run a 7 computation, lifting the result again in the monad. Executes a + computation, embedding it again in the  monad. (extractLaTeX_ = liftM snd . extractLaTeXLThis function was heavily used in the past by HaTeX-meta to generate those .Monad3 modules. The current purpose is to implement the C instance of , which is closely related.With  you can append " values to the state of the  monad.Lift a function over "4 values to a function acting over the state of a  computation.Lift an operator over "7 values to an operator acting over the state of two  computations.3Note: The returned value is the one returned by the 'second argument of the lifted operator. Just like a , but with  output.  rendertexM = textell . rendertexSafe>L-Class of types that can be pretty-printed as " values.  None>LILaTeX available paper types.#A class option to be passed to the  function.Insert a raw piece of !. This functions doesn't escape LaTeXA reserved characters, it insert the text just as it is received.Warning: This function is unsafeL, in the sense that it does not check that the input text is a valid LaTeX blockF. Make sure any braces, commands or environments are properly closed.Calling  c l1 l2 puts c between l1 and l2 and appends them. between c l1 l2 = l1 <> c <> l2Create a comment.CThis operator appends a comment after a expression. For example: ;textbf "I'm just an example." %: "Insert a few words here."The implementation is (%:) l = (l <>) . commentSince you are writing in Haskell, you may not need to output comments as you can add them in the Haskell source. I added this feature for completeness. It may be useful for debugging the output as well.-Generate the title. It normally contains the  name of your document, the (s) and .Set the title of your document.Set a date for your document."Set the author(s) of the document.FSet either an institute or an organization for the document. It does not work for a document of the  class.dImport a package. First argument is a list of options for the package named in the second argument.The LaTeX logo.Start a new paragraphStart a new line.)Start a new chapter with the given title.'Start a new section with a given title.Start a new subsection.Start a new subsubsection.Start a paragraph.3Start a subparagraph (minimal level of sectioning).ACreate the table of contents, automatically generated from your s, s, and related functions.An item of a list (see  or 8). The optional argument sets the design of the item."Environment of ordered lists. Use  to start each list item.$Environment of unordered lists. Use  to start each list item.Left-justify the argument.Right-justify the argument.Center-justify the argument.Minipage environment.Figure environment.Abstract section.0Set the document class. Needed in all documents.<Typesets displayed formulae left-aligned instead of centred.LPlaces the numbering of formulae on the left hand side instead of the right.=Changes the layout of the document to print in landscape mode4Makes chapters begin either only on right hand pages0Makes chapters begin on the next page available.The / environment contains the body of the document.Arabic numerals.Lowercase roman numerals.Uppercase roman numerals.Lowercase letters.Uppercase letters.Used in conjunction with 1 for setting both the left and the right heading.Used in conjunction with  for setting the right heading.Start a new line. In a N, it starts a new row, so use  instead.$Render the date at compilation time.Render the current page.  TeX logo.! LaTeX logo.#Horizontal dots.$Vertical dots.%Diagonal dots.&Quotation marks./(Fill out all available horizontal space.0&Fill out all available vertical space.4 The point of 4 is to include text that will not be parsed as LaTeX in any way at all, but should simply appear as given in the document, in a separate display in typewriter font.5Include text, as given and in typewriter, but in-line. Note that, for LaTeX-specific technical reasons, verbatim text can generally only be used "at the top level", not in e.g. section titles or other command-arguments.Unlike 4B, which LaTeX implements as an ordinary environment, its command 5 uses a syntax trick to avoid braking its parsing when the literal text contains a closing brace: rather than using braces at all, the first character after \verb will be the right delimiter as well. Translating this method to HaTeX wouldn't really make sense since Haskell has string literals with their own escaping possibilities; instead, we make it secure by automatically choosing a delimiter that does not turn up in the given string.:*Set the given argument to monospaced font.<)Set the given argument to bold font face.@,Set the given argument to small caps format.NThe NW environment can be used to typeset tables with optional horizontal and vertical lines.OColumn separator.PHorizontal line.QCell taking multiple columns.RIf you are able to arrange some data in matrix form, you might want to use this function to quickly generate a tabular with your data. Each element of the matrix is rendered using the r instance of its type. If you want a custom instance for an already instantiated type, wrap that type using newtype, and then create your own instance. Since every element of a matrix must be of the same type, for mixed tables you might want to create an union type. For example, if your data matrix contains s and s: fdata Number = R Double | I Int instance Texy Number where texy (R x) = texy x texy (I x) = texy x"Now you can have a matrix of type  Matrix Number: and use it to render your mixed data in a LaTeX table. The function R does not give you many options, so it is not as flexible as generating the table by yourself, but it uses a reasonable standard style.A very simple example: JmatrixTabular (fmap textbf ["x","y","z"]) $ fromList 3 3 [ (1 :: Int)..](This code generates the following table: docfiles/others/table.pngFor more examples see the file Examples/tables.hs), included in the source distribution.DFor more info about how to generate and manipulate matrices, see  Data.Matrix.S cline i j6 writes a partial horizontal line beginning in column i and ending in column j.XProduce a simple black box.YPrint the HaTeX logo.ZPrint the HaTeX 3 logo.[9Print the HaTeX logo, beside the complete version number.`/Import an external file and insert its content as it is.a Similar to `, but forces a page break.<Note: the file you are including cannot include other files.Optional positionWidthMinipage contentOptional positionFigure content Class options Class name      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNcThis optional parameter can be used to specify the vertical position of the table. Defaulted to s.2Table specification of columns and vertical lines.Table content. See O, , P and S.Resulting table syntax.OPQR!(Non-empty) List of column titlesMatrix of data'Data organized in a tabular environmentSTUVWXOptional lifting.Width.Height.YZ[\]^_`a      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a(      !"#$%YZ[+,./0-LM)*2345<>:89;=?@A67BCDEFGHIJKTVUWX\]^_NOPSQR'1&`a      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`aNone>L b7Header and footer settings of a LaTeX document. Use nP to apply these settings in your document. A default value is provided by m., which you can modify using record syntax. mySettings :: HdrSettings mySettings = defaultHdrSettings { centerHeader = "Amazing header" , headRuleWidth = Pt 2 }l1The fancyhdr package. Please, consider to use nv instead of importing the package manually. If you really want to do it manually, use the functions from the  raw interface exposed below.m#Default header and footer settings.&It leaves everything empty but the h field, which is filled with .#Also, it sets to 0.4 points the j field.nApply custom header and footer settings to a LaTeX document. It takes care of package importing and page style settings, so using this function is enough to get the settings applied. Do not import the l% package again. To be used in the preamble.oPage style of the l package.pSet the left header.qSet the center header.rSet the right header.sSet the left footer.tSet the center footer.uSet the right footer.vSet the  headrulewidth attribute.wSet the  footrulewidth attribute.bcdefghijklmnopqrstuvwbcdefghijklmnopqrstuvwlbcdefghijkmnopqrstuvw b cdefghijklmnopqrstuvwSafe>LxParse a  sequence as a "3 block. If it fails, it returns an error string.yRead a file and parse it as ".zThe " parser.{Parser of a single "" constructor, no appending blocks.&xyz{ xyz{xyz{  &xyz{Safe>L|)This function transforms a value of type " to a +. You can then choose how to print this & value using the function from the Text.PrettyPrint.Free module.}Pretty print a "6 value. It produces a more human-friendly output than [.This function should be used only for debugging purposes since it may change the semantics of the input in order to create a prettier output. In other words, running a LaTeX compiler in the output file of renderFile fp lF may produce a different document than running it in the output of writeFile fp (prettyLaTeX l). You should use _/ unless you really need to read the LaTeX file.|}|}}||}Safe>L~Different styles for s.AMSThm package. Example: usepackage [] amsthm Create a new b environment type. Arguments are environment name (this will be the argument when using the # function) and the displayed title. For example: newtheorem "prop" "Proposition" theorem "prop" "This is it."Use a environment created by .The X environment. The first optional argument is used to put a custom title to the proof. Insert the QED symbol.:Set the theorem style. Call this function in the preamble. ~ ~ ~~Safe>L3A  of a presentation. See *. A preview of each one is given below. $docfiles/beamers/previewAnnArbor.png #docfiles/beamers/previewAntibes.png "docfiles/beamers/previewBergen.png $docfiles/beamers/previewBerkeley.png "docfiles/beamers/previewBerlin.png $docfiles/beamers/previewBoadilla.png 'docfiles/beamers/previewCambridgeUS.png &docfiles/beamers/previewCopenhagen.png %docfiles/beamers/previewDarmstadt.png #docfiles/beamers/previewDresden.png %docfiles/beamers/previewFrankfurt.png &docfiles/beamers/previewGoettingen.png $docfiles/beamers/previewHannover.png #docfiles/beamers/previewIlmenau.png 'docfiles/beamers/previewJuanLesPins.png #docfiles/beamers/previewLuebeck.png "docfiles/beamers/previewMadrid.png "docfiles/beamers/previewMalmoe.png #docfiles/beamers/previewMarburg.png 'docfiles/beamers/previewMontpellier.png $docfiles/beamers/previewPaloAlto.png &docfiles/beamers/previewPittsburgh.png %docfiles/beamers/previewRochester.png %docfiles/beamers/previewSingapore.png "docfiles/beamers/previewSzeged.png "docfiles/beamers/previewWarsaw.pngxPercentage of opaqueness for the specified overlays. In 'Opaqueness overlaySpecification percentageOfOpaqueness' the overlaySpecification; specifies on which slides covered text should have which percentageOfOpaqueness-. Unlike other overlay specifications, this overlaySpecification& is a relative overlay specification.Options for covering text+Causes covered text to completely disappear5Causes covered text to be typset in a transparent wayMakes all covered text quite transparent, but in a dynamic way. The longer it will take till the text is uncovered, the stronger the transparency.Has the same effect as dynamic, but the effect is stronger. | StillCovered [Opaqueness] -- ^ Specifies how to render covered items -- that have not yet been uncovered. | AgainCovered [Opaqueness] -- ^ Specifies how to render covered items -- that have once more been covered, that -- is, that had been shown before but are -- now covered again.$Specifications for beamer functions.The > document class. Importing a package is not required. Example: documentclass [] beamer]A presentation is composed of a sequence of frames. Each frame is created with this function.4Set the title of the current frame. Use it within a .7Set the subtitle of the current frame. Use it within a .+Highlight in red a piece of text. With the Bs, you can specify the slides where the text will be highlighted.Introduces a pause in a slide. works like itemI, but allows you to specify the slides where the item will be displayed.With , show a piece of text only in the slides you want. On other slides, the text still occupies space and it is still typeset, but it is not shown or only shown as if transparent.With  the text is inserted only into the specified slides. For other slides, the text is simply thrown away (it occupies no space).The behavior of the 3 command depends on whether the optional argument text is given or not. If a text argument is present, % (without a 'modifier') is mapped to .The ! command does almost the same as . The only difference is that if the text is not shown, it is never shown in a transparent way, but rather it is not shown at all. Thus for this command the transparency settings have no effect.The  is the opposite of . works like colorD, but allows you to specify the slides where the text will be bold. Inside the  environment, use 3 commands to specify different things that should be shown for this environment on different slides. Everything within the environment will be placed in a rectangular area of the specified width. The height and depth of the area are chosen large enough to acoommodate the largest contents of this area.A & will be displayed surrounding a text. The command U allows you to specify in a quite general way how a covered item should be rendered.Set the 1 employed in your presentation (in the preamble).>Title for the blockContent of the blockResult;;Safe>LOther predefined colors.?Specify your own color using one of the different color models.kEach parameter determines the proportion of red, green and blue, with a value within the [0,1] interval.'Grayscale, from 0 (black) to 1 (white). Basic colors.Color specification.The  package. usepackage [] pcolor_To convert all colour commands to black and white, for previewers that cannot handle colour.=Set the background color for the current and following pages.Switch to a new text color.1Set the text of its argument in the given colour.>Put its argument in a box with the given colour as background.Application of fcolorbox cs1 cs2 l put l in a framed box with cs1 as frame color and cs2 as background color.TSwitch to the colour that was active at the end of the preamble. Thus, placing a Q command in the preamble can change the standard colour of the whole document.^     [     [     ;     Safe>LIInclude Graphics Option. These options can be passed as arguments to the + function.2Specify the preferred width of the imported image. 3Specify the preferred height of the imported image.!When ,, it will scale the image according to both  and  4 , but will not distort the image, so that neither  nor   are exceeded."-Scales the image by the desired scale factor.#"Rotate the image by given degrees.$wThis option will crop the imported image. Arguments are from-left , from-bottom, from-right and from-top respectively.%For the $ option to work, you must set % to .&yIf the image file is a pdf file with multiple pages, this parameter allows you to use a different page than the first.'The ' package. usepackage [] graphicx(Package option of the ' package.)Package option of the ' package.*Package option of the ' package.+!Include an image in the document.,1Rotate the content by the given angle in degrees.-zScale the content by the given factor. If only the horizontal scale is supplied, the vertical scaling will be the same..!Reflect horizontally the content./1Resize the content to match the given dimensions. !"#$%&'()*+Options Image file,-Horizontal scale.Vertical scale../Horizontal size.Vertical size. !"#$%&'()*+,-./'()* !"#$%&+,-./  !"#$%&'()*+,-./Safe>L 5The 5 package. usepackage [] hyperref7Reference to an 0.8 Write an 0 hyperlinked.9 Write an 0 without creating a hyperlink.:Establish a base 0.;hyperimage imgURL t,: The link to the image referenced by the imgURL is inserted, using t as the anchor.<$This is a replacement for the usual refB command that places a contextual label in front of the reference.= Similar to <_, but inserts text corresponding to the section name. Note that this command comes from the nameref< package, but it's automatically included when importing 5.{ = 6.0123456789:;<=0123456789:;<=5123406789:;<=0123456789:;<=Safe>L>The > package. Example: usepackage [] prelsize?Change font size by i steps. A step is a number of  '\magsteps'1 to change size; from this are defined commands  '\larger',  '\smaller',  '\textlarger', etc.@!Increase font size by (optional) i steps (default 1).AReduce font size by i steps (default 1).B!Change font size by scale factor f.C!Text size enlarged by (optional) i steps.D Text size reduced by (optional) i steps.EText size scaled by factor f.>?@ABCDE>?@ABCDE>?@ABCDE>?@ABCDESafe>LF;Different types of actions that can be performed with a Z. See m for more information.KA Tik Z script.LParameters to use in a n8 to change how things are rendered within that scope.PAngle is in degrees.QColor models accepted by TikZ.ZType for TikZ paths. Every Z! has two fundamental points: the starting point and the  last point). The starting point is set using the [ constructor. The last point then is modified by the other constructors. Below a explanation of each one of them. Note that both starting point and last point may coincide. You can use the functions i and j( to calculate them. After creating a Z, use m to do something useful with it.[Let  y = Start p. Operation:" Set the starting point of a path. Last point: The last point of y is p.\Let  y = Cycle x. Operation:1 Close a path with a line from the last point of x to the starting point of x. Last point: The last point of y is the starting point of x.]Let  y = Line x p. Operation:0 Extend the current path from the last point of x in a straight line to p. Last point: The last point of y is p.^Let y = Rectangle x p. Operation:- Define a rectangle using the last point of x as one corner and p as the another corner. Last point: The last point of y is p._Let y = Circle x r. Operation:@ Define a circle with center at the last point of x and radius r. Last point: The last point of y# is the same as the last point of x.`Let y = Ellipse x r1 r2. Operation:4 Define a ellipse with center at the last point of x, width the double of r1 and height the double of r2. Last point: The last point of y# is the same as the last point of x.bLet  y = Node x l. Operation:* Set a text centered at the last point of x. Last point: The last point of y# is the same as the last point of x.c A point in TikZ.d Point using 1s for coordinantes.e#Point using numbers as coordinates.fThree-dimensional point.g'Makes a point relative to the previous.i"Calculate the starting point of a Z.jCalculate the last point of a Z.k Alias of ].lJust an empty script.m%A path can be used in different ways.G: Just draw the path.H : Fill the area inside the path.I$: Clean everything outside the path.J!: Shade the area inside the path.6It is possible to stack different effects in the list.Example of usage: 5path [Draw] $ Start (pointAtXY 0 0) ->- pointAtXY 1 15Most common usages are exported as functions. See p, q, r, s, t and u.nApplies a scope to a Tik Z script.oSequence two Tik Z scripts.pEquivalent to  path [Draw].qEquivalent to  path [Fill].rEquivalent to  path [Clip].sEquivalent to  path [Shade].tEquivalent to path [Fill,Draw].uEquivalent to path [Shade,Draw].AFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstu  :     FGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstu:cdefghZ[\]^_`abXYTUVWijkLMNOPQRS     KlmnFGHIJopqrstu#FGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstu  Safe>LvUse a  path builder to construct a value of type Z . Use ~ for this purpose.x-Line from the current point to the given one.y^Rectangle with the current point as one cornder and the given point as the opposite corner.z;Circle with the given radius centered at the current point.{^Ellipse with width and height described by the arguments and centered at the current point.}#Text centered at the current point.~Build a path using a starting point and a v.v   wxyz{Half width of the ellipse.Half height of the ellipse.|}~ vwxyz{|}~ v~xwyz{}|v   wxyz{|}~Safe>L Import the u package to use the functions exported by this module. For example, adding this line to your document preamble: usepackage [] tikzTransform a TikZ script to a " block.E     FGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Safe>LA figure in the plane.Line along a list of points.ULine along a list of points, but the last point will be joined with the first one.Same as /, but the inner side will be filled with color.iRectangle with top-right corner at the given point and width and height given by the other parameters.Same as , but filled with color.9Circle centered at the given point with the given radius.As in (, but it will be filled with some color.[Ellipse centered at the given point with width and height given by the other parameters.Same as , but filled with some color. Insert some " code, centered at the given F. The text should not be very complex to fit nicely in the picture.Color for the given .Line width for the given .Scaling of the given  by a factor. Rotate a  by a given angle (in radians).'A figure composed by a list of figures.A point in the plane. Translate a  to a K script.The figure of a path. A path (in this context) means a function from an interval to the plane. The image of such a function is what this function returns as a H. An additional argument is needed to set the precision of the curve.}The actual implementation builds a spline of degree one joining different points of the image. Given that the interval is (a,b)F and the precision argument is , the points in the spline will be f(a), f(a+), f(a+2), and so on, until reaching f(b)F. The smaller is , the closer is the figure to the original image.-Here is an example with a logarithmic spiral. docfiles/tikz/spiral.png spiral :: Figure spiral = LineWidth (Pt 2) $ pathImage 0.01 (0,4) $ \t -> ( a * exp t * cos (b*t) , a * exp t * sin (b*t) ) where a = 0.1 ; b = 4Precision argument, . Interval, (a,b).Path function, f.Output figure.#     QRSo#QRS     o None>L{u"123456789:Z[\]^_`abcdefghijklmnopqrstuvwxyz      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a"9:None>LAMSMath package. Example: usepackage [] amsmath Inline mathematical expressions.DDisplayed mathematical expressions, i.e. in a seperate line / block./A reference to a numbered equation. Use with a ]2 defined in the scope of the equation refered to.XPrevent an equation from being numbered, where the environment would by default do that.@A numbered mathematical equation (or otherwise math expression).The unnumbered variant of .#An array of aligned equations. Use Og to specify the points that should horizontally match. Each equation is numbered, unless prevented by .The unnumbered variant of .tSurround a LaTeX math expression by parentheses whose height automatically matches the expression's. Translates to \left(...\right).Like *, but with square brackets. Equivalent to "[""]".Like , but with curly brackets.Like 1, but with angle brackets #) ... #*. Equivalent to   .Use custom LaTeX expressions as auto-scaled delimiters to surround math. Suitable delimiters include |...| (absolute value), ...  (norm, $), # ...# (round-off Gauss brackets,  / ) etc..Left angle bracket, #).Right angle bracket, #*.Left floor, # .Right floor, # .Left ceiling, #.Right ceiling, # .<Double vertical line, used as delimiter for norms (  ... ). Superscript. Subscript.Sine function symbol.Arcsine function symbol.Cosine function symbol.Arccosine function symbol.Tangent function symbol.Arctangent function symbol.Cotangent function symbol.Arccotangent function symbol. Hyperbolic sine function symbol."Hyperbolic cosine function symbol.#Hyperbolic tangent function symbol.%Hyperbolic cotangent function symbol.Secant function symbol.Cosecant function symbol.Exponential function symbol.Logarithm function symbol.Natural logarithm symbol.Root notation. Use tsqrt (Just n) x for the n th root of x . When 5 is supplied, the function will output a square root.}Defines a new function symbol. Note that function symbols defined in this way will not be automatically translated by babel.Sigma sumation symbol. Use 9 instead if you want to specify the limits of the sum."Sigma sumation symbol with limits.Pi product symbol. Use 5 if you want to specify the limits of the product.Pi product symbol with limits.Integral symbol. Use 6 if you want to specify the limits of the integral.+Integral symbol with limits of integration. Partial-differentiation symbol "FTotal-differentiation (or integration-variable) symbol d (non-italic!)*Partial-differentiation of variable, e.g. "x.GTotal-differentiation of variable, or integration over variable, e.g. dx.Negative form of an operator.Centered-dot operator (").&"x-cross" multiplication operator ().Division operator.Fraction operator.Asterisk operator (*).  infixl 7 *:Star operator (&).Ring operator (").Bullet operator (").Equal.  infixr 4 =:Not equal ("`).  infixr 4 /=:Greater.Greater or equal ("e).Lesser.Lesser or equal ("d).Much less ("j).Much greater ("k).Proportional-to (").(Identical / defined-as / equivalent ("a).Element-of (").Mirrored element-of (" ).Not element of (" ).Subset-of (").Superset-of (").Set intersection (")).Set union ("*).Set minus (").Angle pointing downwards ("().Angle pointing upwards ("').Circled plus operator (").Circled minus operator (").!Circled multiplication cross (").Circled slash (").Circled dot operator (").!Add a hat accent above a symbol. "Add a tilde accent above a symbol. Add a bar accent above a symbol.)Add a vector arrow accent above a symbol.%Add a wide hat accent above a symbol.'Add a wide tilde accent above a symbol.@Add a dot accent above a symbol, as used to denote a derivative.GAdd a dot accent above a symbol, as used to denote a second derivative.MAdd a triple dot accent above a symbol, as used to denote a third derivative.&Add a wide line accent above a symbol. symbol. symbol. symbol.  symbol. symbol.  symbol. symbol. symbol. symbol. symbol. symbol. symbol.  symbol. symbol. symbol. symbol.  symbol. symbol. symbol. symbol.  symbol. symbol.  symbol.   symbol.  symbol.  symbol.  symbol. symbol.  symbol. symbol. symbol.  symbol. symbol. symbol.  symbol. symbol. symbol.  symbol. symbol.  symbol.Plus-or-minus symbol ().Minus-or-plus symbol (").A right-arrow, !.*A right-arrow for function definitions, !.An implication arrow, =!. For all symbol, ".!Exists symbol, "."Dagger symbol, .#Double dagger symbol, !.$Infinity symbol.%vDotless letter i. Strictly speaking this is not a part of the AMSMath package, but it is defined here for convenience.&vDotless letter j. Strictly speaking this is not a part of the AMSMath package, but it is defined here for convenience.'Default math symbol font.( Bold face.)Roman, i.e. not-italic math.*Calligraphic math symbols.+Sans-serif math.,Typewriter font.-%Italic math. Uses the same glyphs as 'r, but with spacings intended for multi-character symbols rather than juxtaposition of single-character symbols.."LaTeX rendering of a matrix using pmatrixq and a custom function to render cells. Optional argument sets the alignment of the cells. Default (providing ) is centered. ( M )/"LaTeX rendering of a matrix using bmatrixq and a custom function to render cells. Optional argument sets the alignment of the cells. Default (providing ) is centered. [ M ]0"LaTeX rendering of a matrix using Bmatrixq and a custom function to render cells. Optional argument sets the alignment of the cells. Default (providing ) is centered. { M }1"LaTeX rendering of a matrix using vmatrixq and a custom function to render cells. Optional argument sets the alignment of the cells. Default (providing ) is centered. | M |2"LaTeX rendering of a matrix using Vmatrixq and a custom function to render cells. Optional argument sets the alignment of the cells. Default (providing ) is centered. || M ||33quad space equal to the current font size (= 18 mu)4qquad twice of quad (= 36 mu) Instance defined in Text.LaTeX.Packages.AMSMath.Instance defined in Text.LaTeX.Packages.AMSMath.Instance defined in Text.LaTeX.Packages.AMSMath.Instance defined in Text.LaTeX.Packages.AMSMath.Instance defined in Text.LaTeX.Packages.AMSMath.Instance defined in Text.LaTeX.Packages.AMSMath.Undefined methods: ,   and !%. This instance is defined in the Text.LaTeX.Packages.AMSMath module."Division uses the LaTeX - command. This instance is defined in the Text.LaTeX.Packages.AMSMath module.#Careful! Method $@ is undefined. Don't use it! This instance is defined in the Text.LaTeX.Packages.AMSMath module.%The ,   and ! methods use custom Xs and will not be automatically translated by babel. This instance is defined in the Text.LaTeX.Packages.AMSMath module.&Division uses the LaTeX - command. This instance is defined in the Text.LaTeX.Packages.AMSMath module.'The $ method uses a custom W and will not be automatically translated by babel. This instance is defined in the Text.LaTeX.Packages.AMSMath module.Expression below the sigma.Expression above the sigma.Expression below the pi.Expression above the pi.Lower limit of integration.Upper limit of integration.      !"#$%&'()*+,-()./01234"#%&'      !"#$%&'()*+,-./01234      !"#$%&'()*+,-./01234      !"#$%&'()*+,-()./01234"#%&'None>L5-Language configuration. You may use one with O.9 Languages.: Bulgarian.;Brazilian Portuguese.<Canadian French.=Czech.>Dutch.?English.@Finnish.AParisian French.BFrench.CFrench.D Old German.E New German.F Icelandic.GItalian.H Hungarian.I Portuguese.JRussian.KSpanish.L Ukranian.MZBabel package. When writing in a single language, the simplest way of using it is with N.KIn the preamble, use the following (if your language of choice is Spanish): uselanguage Spanish0To see a list of available languages, check the 9 type.N Import the M package using a given 9. )uselanguage l = usepackage [texy l] babel;If you are using more than one language, consider to use O.O Import the ]l package using a given language configuration, featuring a main language and some others. For example: +uselanguageconf $ LangConf English [German]CThis will use English as main language, and German as secondary.PSwitch to a given 9.QUse a 9 locally.R The function R takes two arguments; the second argument is a phrase to be typeset according to the rules of the language named in its first argument. 56789:;<=>?@ABCDEFGHIJKLMNOPQR*+56789:;<=>?@ABCDEFGHIJKLMNOPQRM9:;<=>?@ABCDEFGHIJKLN5678OPQR 56789:;<=>?@ABCDEFGHIJKLMNOPQR*+None>LSFont encodings.VThe fontenc* package. It is recommended to use the W function to import it.WqIn the preamble, select encodings to use in your document. The last one will be the default encoding. Example: useencoding [T1]It imports the fontenc package. In fact: 2useencoding xs = usepackage (fmap texy xs) fontencSTUVW,-STUVWVSTUWSTUVW,-None>LXThe X package.YGiven a function to LaTeX values, you can create a LaTeXS tree from a Haskell tree. The function specifies how to render the node values.ZThis function works as Y , but use [ as rendering function..Instance defined in Text.LaTeX.Packages.Trees.Qtree.X/YZ.XYZXYZX/YZ.!None>L{u"123456789:Z[\]^_`abcdefghijklmnopqrstuvwxyz      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`aNone>L[ Options of the geometry package.c0Geometry package. Use it to import it like this: usepackage [] geometry(In most cases, it is recommended to use e instead.d1Apply the given geometry options to the document.e4Import the geometry package with additional options. [\]^_`abc0de1 [\]^_`abcde ce[\]^_`abd[\]^_`abc0de12"#$"%&"'("')"'*"'+,-.,/012312412512612712812912612:1;<1;=1;>1;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxy z { | } ~                                 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~EB      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"'"'""              """""      ",Dx     [ !"#$%&'()*+,-./0123456789:;<="'>?@ABCDEF"GH"GI"GJKL"MNOPQRSTUVWXYZ[\HaTeX_EZirAHQwQ6iJnsJJ1rjBRnText.LaTeX.Packages.ColorText.LaTeX.Base.SyntaxText.LaTeX.Base.ClassText.LaTeX.Base.WriterText.LaTeX.Base.ParserText.LaTeX.Base.RenderText.LaTeX.Packages.TreesText.LaTeX.Base.CommandsText.LaTeX.Base.WarningsText.LaTeX.Base.TypesText.LaTeX.Packages.AMSFontsText.LaTeX.Packages.AMSSymbText.LaTeX.Packages.InputencText.LaTeX.Base.TexyText.LaTeX.Packages.FancyhdrText.LaTeX.Base.PrettyText.LaTeX.Packages.AMSThmText.LaTeX.Packages.BeamerText.LaTeX.Packages.GraphicxText.LaTeX.Packages.HyperrefText.LaTeX.Packages.RelsizeText.LaTeX.Packages.TikZ.Syntax$Text.LaTeX.Packages.TikZ.PathBuilderText.LaTeX.Packages.TikZText.LaTeX.Packages.TikZ.SimpleText.LaTeX.Packages.AMSMathText.LaTeX.Packages.BabelText.LaTeX.Packages.FontencText.LaTeX.Packages.Trees.QtreeText.LaTeX.Packages.Geometry Paths_HaTeXText.LaTeX.Base Text.LaTeXbaseGHC.WordWord8 Data.Monoid<>GHC.BasemconcatmappendmemptyMonoidtrans_3eG64VdP2vzGjP6wJiCp5XControl.Monad.Trans.ClassliftControl.Monad.IO.ClassliftIOparse_8fSmqig53hOL2SEu1k9Tv0Text.Parsec.Error errorMessageserrorPos messageStringMessageExpectUnExpect SysUnExpect ParseErrorText.Parsec.Pos sourceColumn sourceLine sourceName SourcePostext_1l1AN4I48k37RaQ6fm6CEhData.Text.InternalTextTreeLeafNodeversionTeXArgFixArgOptArgMOptArgSymArgMSymArgParArgMParArgLaTeXTeXRawTeXCommTeXCommSTeXEnvTeXMath TeXLineBreak TeXBraces TeXCommentTeXSeqTeXEmptyMathType ParenthesesSquareDollarMeasurePtMmCmInExEm CustomMeasure protectString protectTextlookForCommand matchCommand lookForEnvmatchEnvtexmaptexmapMgetBody getPreambleLaTeXC liftListL fromLaTeXliftLliftL2liftL3comm0comm1commSbracesTeXCheckcheckWarning UnusedLabelUndefinedLabelNoClassSelectedNoDocumentInserted CustomWarningcheckFromFunctioncheckAll checkClasscheckDoc checkLabelsRenderrender renderAppend renderChars renderCommas renderFile readFileTex rendertex showFloat TableSpec LeftColumn CenterColumn RightColumn ParColumnTop ParColumnMid ParColumnBot VerticalLine DVerticalLine SeparatorHPosHLeftHCenterHRightPosBottomCenterTopLabel PageStyle PackageName ClassName createLabel labelNameamsfontsmathbbnaturalsintegers rationalsreals complexesamssymb checkmarkinputencutf8latin1LaTeXMLaTeXT_LaTeXT runLaTeXM execLaTeXM runLaTeXT execLaTeXTexecLaTeXTWarn extractLaTeX extractLaTeX_textellliftFunliftOp rendertexMTexytexy PaperTypeA0A1A2A3A4A5A6B0B1B2B3B4B5B6Letter ExecutiveLegal ClassOptionDraft TitlePage NoTitlePage OneColumn TwoColumnOneSideTwoSide Landscape OpenRightOpenAnyFleqnLeqnoFontSizePaper CustomOptionrawbetweencomment%: maketitletitledateauthor institutethanks usepackagelatexparnewlinepartchaptersection subsection subsubsection paragraph subparagraphtableofcontentsappendixitem enumerateitemize description flushleft flushrightcenterquoteverseminipagefigureabstractcite customopt documentclassarticleprocminimalreportbookslidesa0papera1papera2papera3papera4papera5papera6paperb0paperb1paperb2paperb3paperb4paperb5paperb6paper letterpaperexecutivepaper legalpaperdraftfleqnleqno titlepage notitlepage onecolumn twocolumnonesidetwoside landscape openrightopenanydocument pagenumberingarabicromanroman_alphalph_ pagestyle thispagestyleplainheadingsempty myheadingsmarkboth markrightlnbklnbk_hypcleardoublepage clearpagenewpage linebreak nolinebreak nopagebreak pagebreak hyphenationmboxfboxtodaythePagetexlaTeX2laTeXeldotsvdotsddotsqtsfootnote linespreadindentnoindenthspacehspace_stretchvspacehfillvfillprotect textwidth linewidthverbatimverb underlineemphtextrmtextsftexttttextmdtextbftextuptextittextsltextsc textnormaltiny scriptsize footnotesizesmall normalsizelargelarge2large3hugehuge2 smallskipbigskiptabular&hline multicolumn matrixTabularclineparboxmakeboxframeboxraiseboxrulehatexhatex3 hatex_versioncaptionlabelrefpagerefinputinclude HdrSettings leftHeader centerHeader rightHeader leftFooter centerFooter rightFooter headRuleWidth footRuleWidthfancyhdrdefaultHdrSettingsapplyHdrSettingsfancylheadcheadrheadlfootcfootrfootrenewheadrulewidthrenewfootrulewidth parseLaTeXparseLaTeXFile latexParserlatexBlockParserdocLaTeX prettyLaTeX TheoremStylePlain DefinitionRemarkCustomThmStyleamsthm newtheoremtheoremproofqedhere theoremstyleThemeAnnArborAntibesBergenBerkeleyBerlinBoadilla CambridgeUS Copenhagen DarmstadtDresden Frankfurt GoettingenHannoverIlmenau JuanLesPinsLuebeckMadridMalmoeMarburg MontpellierPaloAlto Pittsburgh Rochester SingaporeSzegedWarsawBoxesDefault CustomTheme Opaqueness CoverOption Invisible TransparentDynamic HighlyDynamic OverlaySpecOneSlide FromSlideToSlide FromToSlidebeamerframe frametitle framesubtitlealertpause beameritemuncoveronlyonslidevisible invisible beamercolor overprintblocksetbeamercoveredusetheme ColorNameApricot Aquamarine Bittersweet BlueGreen BlueVioletBrickRedBrown BurntOrange CadetBlue CarnationPinkCeruleanCornflowerBlue Dandelion DarkOrchidEmerald ForestGreenFuchsia GoldenrodGray GreenYellow JungleGreenLavender LimeGreenMahoganyMaroonMelon MidnightBlueMulberryNavyBlue OliveGreenOrange OrangeRedOrchidPeach Periwinkle PineGreenPlum ProcessBluePurple RawSienna RedOrange RedViolet Rhodamine RoyalBlue RubineRedSalmonSeaGreenSepiaSkyBlue SpringGreenTanTealBlueThistle TurquoiseViolet VioletRedWildStrawberry YellowGreen YellowOrange ColorModelRGBRGB255GrayMHTMLCMYKColorRedGreenBlueYellowCyanMagentaBlackWhiteColSpecDefColorModColor DvipsColorpcolor monochrome dvipsnames nodvipsnamesusenames pagecolorcolor textcolorcolorbox fcolorbox normalcolorIGOptionIGWidthIGHeightKeepAspectRatioIGScaleIGAngleIGTrimIGClipIGPagegraphicxdvipsdvipdfmpdftexincludegraphics rotateboxscalebox reflectbox resizeboxURL HRefOptionPDFRemoteStartView PDFNewWindowHRefPagehyperref createURLhrefurl nolinkurl hyperbaseurl hyperimageautorefnamerefprelsizerelsizelargersmallerrelscale textlarger textsmaller textscale ActionTypeDrawFillClipShadeTikZ ParameterTWidthTColorTScaleTRotate TikZColor BasicColorRGBColorStepDimStepXYStep PointStep GridOptionGridStepTPathStartCycleLine RectangleCircleEllipseGridTPointpointAt pointAtXY pointAtXYZrelPoint relPoint_ startingPoint lastPoint->- emptytikzpathscope->>drawfillclipshadefilldraw shadedraw PathBuilderpcycleline rectanglecircleellipsegridnodebpathtikz tikzpictureFigurePolygon PolygonFilledRectangleFilled CircleFilled EllipseFilledColored LineWidthScaleRotateFiguresPoint figuretikz pathImageamsmathmath mathDisplayeqrefnonumberequation equation_alignalign_ autoParensautoSquareBrackets autoBracesautoAngleBrackets autoBracketslangleranglelfloorrfloorlceilrceildblPipe^:!:tsinarcsintcosarccosttanarctancotarccottsinhtcoshttanhcothseccsctexptloglntsqrt operatornametsum sumFromToprod prodFromTointegralintegralFromTopartialtotald partialOftotaldOfcdottimesdiv_frac*:starcircbullet=:/=:>:>=:<:<=:llggproptoequivin_ninotinsubsetsupsetcapcupsetminusveewedgeoplusominusotimesoslashodothattildebarvecwidehat widetildedotddotdddotoverlinealphabetagammagammaudeltadeltauepsilon varepsilonzetaetathetavarthetathetauiotakappalambdalambdaumunuxixiupi_varpipiurhovarrhosigmavarsigmasigmautauupsilonupsilonuphivarphiphiuchipsipsiuomegaomegaupmmptomapstoimpliesforallexistsdaggerddaggerinftyimathjmath mathdefaultmathbfmathrmmathcalmathsfmathttmathitpmatrixbmatrixb2matrixvmatrixv2matrixquadqquadLangConfmainLang otherLangsLanguage Bulgarian BrazilianCanadienCzechDutchEnglishFinnishFrancaisFrenchFrenchBGermanNGerman IcelandicItalianMagyar PortugueseRussianSpanishUkranianbabel uselanguageuselanguageconfselectlanguage otherlanguageforeignlanguageFontEncT1OT1fontenc useencodingqtreetree rendertreeGeometryOptionGHeightGWidthGPaper GCentered GPaperHeight GPaperWidth GLandscapegeometry applyGeometryimportGeometry$fTraversableTree$fFoldableTree $fFunctorTreecatchIObindirlibdirdatadir libexecdir sysconfdir getBinDir getLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNameStringMonad arbitraryRawQuick_BnZKeqxVf7FCbnejbqAnPLTest.QuickCheck.Arbitrary Arbitrary arbitraryName$fIsStringLaTeX Data.String fromString $fMonoidLaTeX protectCharmatchCommandArg matchEnvArg arbitraryChar$fArbitraryTeXArg$fArbitraryLaTeX$fArbitraryMeasureIsString $fLaTeXCLaTeXLabStLabWarn RefNoLabel LabelNoRefLabelRefBoolStTC classcheckdocchecklabWarnToWarninglabchecknewlabnewref$fMonoidTeXCheckGHC.ShowShowghc-prim GHC.TypesChar $fRenderBoolBool $fRenderText $fRender[] $fRenderWord8$fRenderDouble $fRenderFloat$fRenderInteger $fRenderInt$fRenderTeXArg $fRenderLaTeX$fRenderMeasure Data.OldListunwordswordsunlineslines$fRenderTableSpec $fRenderHPos $fRenderPos$fIsStringLabel $fRenderLabelData.Functor.IdentityIdentityControl.Monad.Trans.Writer.LazyWriterT unwrapLaTeXT$fMonoidLaTeXT$fIsStringLaTeXT$fLaTeXCLaTeXT$fMonadIOLaTeXT $fMonadLaTeXT$fMonadTransLaTeXT$fApplicativeLaTeXT$fFunctorLaTeXT $fTexyMeasure $fTexyBool $fTexyFixed $fTexyChar $fTexyDouble $fTexyFloat $fTexyInteger $fTexyInt $fTexyText $fTexyLaTeXIntDoublesizecomm$fRenderPaperType$fIsStringClassOption$fRenderClassOptiontexttext2 environmentanonymenvenvNameenvBody bodyBlockcommandcmdArgscmdArgspeciallbreakmeasureunitlbracerbracevertbracedolMath isSpecialendCmdspecialspeekCharatEndtakeTillfloating fractExponentdecimalsignwlppr_KsRVzzFUmvT4gYzqjt9ukoText.PrettyPrint.Free.InternalDoc docTeXArg$fRenderTheoremStyle $fRenderTheme$fRenderCoverOption$fRenderOverlaySpec$fRenderColSpec$fRenderColorName$fRenderColorModel $fRenderColorTrue$fRenderIGOption $fIsStringURL $fRenderURL$fRenderHRefOption PathActionScopeTikZSeqDimPointXYPointXYZPointRelPoint RelPoint_ renderPair$fRenderActionType $fRenderTikZ$fRenderParameter$fRenderTikZColor $fRenderStep$fRenderGridOption $fRenderTPath$fRenderTPointPB pathBuilder PathStatePS currentPath applyToPath$fMonadPathBuilder$fApplicativePathBuilder$fFunctorPathBuilder castpointradiansToDegreesNothingnotop$fTexy[] $fTexyMatrix $fTexy(,,,) $fTexy(,,) $fTexy(,) $fTexyRatio$fFloatingLaTeXT GHC.Floatasinhatanhacosh$fFractionalLaTeXT $fNumLaTeXTGHC.Numsignum$fFloatingLaTeX$fFractionalLaTeX $fNumLaTeX matrix2textoMatrix$fTexyLanguage$fRenderLanguage $fTexyFontEnc$fRenderFontEnc $fTexyTreetree_ renderOption$fRenderGeometryOption