Блог пользователя duckladydinh

Автор duckladydinh, история, 6 лет назад, По-английски

[Updated] it seems that LaTex is the way to go, but my sense of design is a bit terrible. Do you know any available configurations for the listings package so that it will looks great like in CLion or VSCode? Thank you. Hello everyone,

I am looking for some software that can (ideally) process the C++ source files and automatically generate me a notebook with syntax highlighting and numbering. Do you know any?

If automation is not possible, doing it by hand is fine, but I cannot seem to find any tool that allows both good syntax highlighting and line numbering. At the moment, I am using Visual Studio Code and Word and the line numbering takes a lot of time. It would be great if some automation tools exist.

Thank you very much.

  • Проголосовать: нравится
  • +11
  • Проголосовать: не нравится

»
6 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится
»
6 лет назад, # |
  Проголосовать: нравится +39 Проголосовать: не нравится

LaTeX? :)

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks. I see that the listings package in LaTex looks very promising, but do you know any available format (basic style, stringstyle...) which is visually appealing?

    My design skill is a bit way too terrible to combine colors and fonts so that it can looks like vscode.

»
6 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

I found this recently, but I haven't used it yet myself: https://github.com/BudgieInWA/notebook-gen

(only for Java/C++ apparently).

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This can be helpful: Stanford-ACM Notebook Generator

Check the notebook which they've generated: Notebook

  • »
    »
    6 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    Wow, very convenient and they basically use LaTex. Do you know any available configurations for the listings package so that it will looks great like in CLion or VSCode? Thank you.

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hello! Can anyone of you good people brief me what exactly is an ACM notebook? What I think is, its a collection of implementation of popular algorithms. Also, what is its importance thanks! :)

  • »
    »
    6 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    You can't carry any code/pendrive/electrical device in onsite contests like ACM ICPC. But you can carry a printed notebook (most probably number of pages is limited).

»
6 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by duckladydinh (previous revision, new revision, compare).