Input

book: Create a structured PDF document with headings, chapters, etc.
webpage: Specifies that the HTML sources are unstructured (plain web pages.) A page break is inserted between each file or URL in the output.
continuous: Specifies that the HTML sources are unstructured (plain web pages.) No page breaks are inserted between each file or URL in the output.
Title of the document for the front page.
The title image or HTML page. These file has to be an attachments!
Specify document version to be displayed on the title page.
Intellectual property owner of this document.
Copyright notice for this document.
Information about who and when modified the document are applied at the end.

Output

Specifies the output format.
Grayscale document  Title page
Compression :   JPEG big images 

Page

 
User defined page size 
Choose one of the predefined standard sizes or select user defined.
Specifies the page size using a standard name or in points (no suffix or ##x##pt), inches (##x##in), centimeters (##x##cm), or millimeters (##x##mm).
Set the target browser width in pixels (400-1200). This determines the page scaling of images.
   2-Sided   Landscape
   
   
   
Specifies the margin size using points (no suffix or ##x##pt), inches (##x##in), centimeters (##x##cm), or millimeters (##x##mm). Keep empty for default value.
Left
Middle
Right
Sets the page header to use on body pages.
Left
Middle
Right
Sets the page footer to use on body pages.

Contents

Sets the number of levels in the table-of-contents. Empty for unlimited levels.
   Numbered headings Check to number all of the headings in the document.
Sets the title for the table-of-contents. Empty for default title.
Left
Middle
Right
Sets the page header to use on table-of-contents pages.
Left
Middle
Right
Sets the page footer to use on table-of-contents pages.

Colors

Enter the HTML color for the body (background).
Enter the image file for the body (background). These file has to be an attachments!
Enter the HTML color for the text.
Sets the color of links.
Enables generation of links in PDF files.

Fonts

Set the default size of text.
Set the spacing between lines of text.
Choose the default typeface (font) of text.
Choose the default typeface (font) of headings.
Set the size of header and footer text.
Choose the font for header and footer text.
Change the encoding of the text in document.
Check to embed font in the output file.

PDF

Controls the initial viewing mode for the document.
Document: Displays only the docuemnt pages.
Outline: Display the table-of-contents outline as well as the document pages.
Full-screen: Displays pages on the whole screen; this mode is used primarily for presentations.
Controls the initial layout of document pages on the screen.
Single: Displays a single page at a time.
One column: Displays a single column of pages at a time.
Two column left/right: Display two columns of pages at a time; the first page is displayed in the left or right column as selected.
Choose the initial page that will be shown.

Security

Check to number all of the headings in the document.
 Print   Modify
 Copy   Annotate
Specifies the document permissions.
Specifies the user password to restrict viewing permissions on this PDF document. Empty for no encryption.
Specifies the owner password to control who can change document permissions etc. If this field is left blank, a random 32-character password is generated so that no one can change the document.

Expert

Specify language to use for date and time format.
Shrink code blocks on page.
Show line numbers for code blocks.

About

Version 2.2.0 (MoinMoin 1.5.8)


MoinMoin - Generate PDF document using HTMLDOC

This action script generate PDF documents from a Wiki site using
the HTMLDOC (http://www.htmldoc.org) software packages which has
to be preinstalled first.

To use this feature install this script in your's MoinMoin action
script plugin directory.

Thanks goes to Pascal Bauermeister who initiated the implementaion.
Lot of things changes since then but the idear using HTMLDOC is the
main concept of this implementation.

@copyright: (C) 2006 Pascal Bauermeister
@copyright: (C) 2006-2007 Raphael Bossek
@license: GNU GPL, see COPYING for details

       

Concepts

Alternative names:

Method

Implementation: attachment:powspec-v070111-1.m

We want to distinguish the energy contributions of each possible wave-form to the total signal. To do this, we essentially run a Fourier Transform (usually a discrete Fast Fourier Transform (DFFT)), and then simply extract the part of the transform we are after, and present it in an acceptable manner to judge its shape and slope (if any).

Original signal N(t)

Bare Fourier Transform

Magnitude Fourier Transform

Here we have taken the original signal N(t) through the DFFT, and obtained the magnitude of the real and complex components. The DFFT will yield a vector of magnitudes with length n. These can be thought of as the periods of the discrete signals it is searching for. Hence, a response in the third position will be reporting the contribution of waves spanning three numbers in the original signal. It does this by averaging over all possible three unit distances in the data set.

The first value (f(0)) is normally omitted since it is simply the constant-shift term. It is not represented at the other end of the DFFT vector, unlike the other normally symmetric components.

Bare Power Spectrum

Power spectrum, smoothed

Since the curve is symmetric in most cases, after omitting the f(0) term, we cut the spectrum in half, and obtain just the LHS. In this case, we have normalised the responses by,

latex error! exitcode was 2 (signal 0), transscript follows:

where conj(F) is the complex conjugate, multiplied element wise by the elements of F, and k is the length of our reduced vector F. Obviously, the numerator has practical significance since it achieves the same job as applying abs(F) to the signal, whilst the denominator is some scaling term.

This procedure gives us our S(f), however, for plotting we will need to convert the periods (just the index numbers) to frequencies:

latex error! exitcode was 2 (signal 0), transscript follows:

for all

latex error! exitcode was 2 (signal 0), transscript follows:

. This enables us to plot the Power Spectrum in loglog space as is traditional.

To obtain a clearer presentation of the data, a smoothing operation is performed, taking the moving average of a number of elements, centred at the element of interest.

Common Sequences

Interest is focussed on the slope of the Power-Spectrum. White (uniform) noise returns a flat S(f) -- the energy being expressed equally across frequencies (see (a) below). Whilst a signal produced via Brownian motion, e.g.

latex error! exitcode was 2 (signal 0), transscript follows:

where e is a random variable in {-1,1}, will give rise to characteristic

latex error! exitcode was 2 (signal 0), transscript follows:

slope. Jensen notes that there are many natural processes that give rise to this kind of signal. Indeed, it can also be found by the random superposition of a series of signals generated by a Poisson process.

(a) White noise

(b) Brownian noise

'1/f', 'pink' or 'flicker' noise has a slope of -1, corresponding to 1/f, or

latex error! exitcode was 2 (signal 0), transscript follows:

. As per the article above SciNotes/SelfOrganizedCriticality, this kind of noise is 'special', since apart from falling between the slopes of white and Brownian processes (and so, falling between the white and red noises -- hence, 'pink' noise), a slope of -1 will give rise to the temporal correlation function breaking down from an exponential decay model to one of slow logarithmic decay. In which case, low-frequencies persist indefinitely, and hence the system is said to display 'long-memory' effects. Events that happen today will have slow, building affect on events far into the future -- the system is connected across many time domains.

Refs