| bio | website | paul-ebermann.tumblr.com |
|---|---|---|
| location | Berlin, Germany | |
| age | ||
| visits | member for | 2 years, 3 months |
| seen | May 12 at 13:23 | |
| stats | profile views | 110 |
Don't fear to edit my posts: even if I have more reputation than you, I do make mistakes.
I'm now also a Moderator Pro Tempore (= until the first elections) at Cryptography Stack Exchange: feel free to come around and ask some cryptography questions.
My personal name is spoken as /ˈpawlo/ (IPA), in English this would be written similar to Powlo, I think (i.e. the vowels are ow and o), with an accent on the before-last syllable (which is the first in this case). It's the Esperanto form of my given name.
The photo shows my shadow, taken at night. My camera sometimes seems to forget all the other frequencies and only stores the green ones.
My current main private programming project is the game of fencing, an online abstract turn based strategy game. Implemented as a Java applet, using git as a version control system.
Some more links:
- I created an github repository where I'll add interesting code created for responses here.
- I lastly created Javadoc for JSch - i.e. I read most of the code, thus I now also can answer some JSch-related questions.
- I now have a blog, too. This will feature interesting questions and answers from Stackoverflow (beside other topics).
- A link to my google profile for testing this "author" feature.
- I got a Job with StackOverflow Careers, and my company's technology department (where I work) has now its own website/blog.
|
Aug 17 |
awarded | Citizen Patrol |
|
Aug 17 |
comment |
Environment definitions with arguments in \enddef Actually, this seems to be a duplicate of Why can't the end code of an environment contain an argument?. |
|
Aug 17 |
comment |
Environment definitions with arguments in \enddef Why? \myproof and \endmyproof will be executed in the same group (created by \begin and \end), if you don't manually stop and restart the group between. |
|
Aug 17 |
answered | Environment definitions with arguments in \enddef |
|
Aug 17 |
comment |
Multipage tables (column-wise) To be able to comment on your question after migration (and accept an answer), please register your account here and there (with the same mail address). |
|
Aug 17 |
comment |
Adding a new page @user55: I added an example to my answer (actually, two examples). |
|
Aug 17 |
revised |
Adding a new page adding examples |
|
Aug 17 |
comment |
Adding a new page What means "didn't work"? Did you get an error message? Was it simply ignored? |
|
Aug 17 |
answered | Adding a new page |
|
Aug 17 |
comment |
Table reference @random: Your edit made it worse instead of better. In LaTeX-code shouldn't be any HTML tags. |
|
Aug 15 |
revised |
In a circuitikz diagram, how can I avoid the labels overlapping each other, add +/-, and add custom elements? better title (Feel free to delay approving this edit a bit to avoid spamming the main page by my edits - this is the last one in the "question" list) |
|
Aug 15 |
suggested | suggested edit on In a circuitikz diagram, how can I avoid the labels overlapping each other, add +/-, and add custom elements? |
|
Aug 15 |
revised |
How can I set up the left/right margin of the page to 1 inch, the top/bottom one to ½ inch? better title, geometry tag (Feel free to delay approving this edit a bit to avoid spamming the main page by my edits) |
|
Aug 15 |
suggested | suggested edit on How can I set up the left/right margin of the page to 1 inch, the top/bottom one to ½ inch? |
|
Aug 15 |
revised |
Why does my page number reset to 1 after the table of contents, and how can I avoid this? better title |
|
Aug 15 |
suggested | suggested edit on Why does my page number reset to 1 after the table of contents, and how can I avoid this? |
|
Aug 15 |
revised |
How can I include a custom titlepage in my document? better question title |
|
Aug 15 |
suggested | suggested edit on How can I include a custom titlepage in my document? |
|
Aug 15 |
comment |
How to include tabularx/y in a new environment? The problem here is that tabularx is not actually an environment, it only looks like that. It is a command which reads the whole command in one go, which doesn't work if you wrap it in another environment. (But the folk at tex.stackexchange certainly have some solution.) |
|
Aug 15 |
revised |
Why is the indentation in my alltt environment not consistent? better title |