herrBez / ethereum-scalability

Report about the architecture and the scalability of ethereum
5 stars 1 forks source link

Decide the role of bold/italic/texttt text #34

Closed herrBez closed 6 years ago

herrBez commented 6 years ago

Decide and apply when to write a word with bold, italic or texttt.

Here is my proposal:

bold

I think that one could completely avoid bold font, but in our case, it should be fine (I like it), but we have to use it only for extremely important words

italic

When new (unconventional) words are introduced for the first time.

code

For packet-types (e.g., Ping, Pong) and program names (e.g. geth)?

Any comments/suggestions?

gfornari commented 6 years ago

Ok for me. I'd use \emph instead of \textit everywhere.

Let's do this in the last review #40

herrBez commented 6 years ago

Change all geth --> \texttt{geth}

herrBez commented 6 years ago

If you agree, we can close this issue