Skip to content

Commit f64aafa

Browse files
committed
Fixing typo in README. Removing equivalent setting of left-, rightpadding as it is not really needed.
1 parent 98d93e8 commit f64aafa

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,21 @@ location of the `.txt` can also be given as an argument to the package
1919

2020
It is possible to use any waveform you want in the presentation. The only
2121
requirement for the displaying to work properly is that the values are
22-
between -1 and +1, and that the times are between 0 and 1. If you have
23-
some GWPy TimeSeries on hand, this preparation can be done using
24-
`signal_export` function in accompanying python script.
22+
between $-1$ and $+1$, and that the times are between $0$ and $1$. If you
23+
hase some GWPy ``TimeSeries`` on hand, this preparation can be done using
24+
`signal_export` function in the accompanying python script.
2525

2626
***Note:*** in case the bar looks misaligned in some compiler like Overleaf,
27-
this will typically vanish in the exported pdf. I do not know why this happens,
27+
this will typically disappear in the exported pdf. I do not know why this
28+
happens, but I have experienced it several times.
2829

2930
## Examples
3031

3132
To see how this beamertemplate looks like and how it can be used, have
3233
a look at the `examples` folder in this repository.
33-
but I have experienced it several times.
3434

3535
## Plans
3636

37-
- allow for adjustable height and width, location of the signal (by setting
38-
rightpadding etc)
37+
- allow for adjustable height and width of the signal
38+
39+
If you have any ideas or suggestions, please feel free to tell me about them!

examples/simple_example.pdf

0 Bytes
Binary file not shown.

examples/simple_example.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
% \setbeamerfont{framesubtitle}{size=\large}
2222

2323

24-
% -- Equivalent way of changing paddings: set corresponding lengths here
25-
% \setlength{\leftpadding}{0.4\textwidth}
26-
% \setlength{\rightpadding}{0.1\textwidth}
27-
28-
2924

3025
\begin{document}
3126

0 commit comments

Comments
 (0)