Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line control in code blocks with .numberLines #131

Closed
jgm opened this issue Jun 10, 2011 · 0 comments
Closed

line control in code blocks with .numberLines #131

jgm opened this issue Jun 10, 2011 · 0 comments
Assignees

Comments

@jgm
Copy link
Owner

jgm commented Jun 10, 2011

Provide a way to influence line numbers in code blocks.

For C source, for example, interpret line control preprocessor directives.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.c .numberLines}
...Some
code...
#line 123
...more
code...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

would result in

  1 | ...Some
  2 | code...
123 | ...more
124 | code...


Google Code Info:
Issue #: 235
Author: Sebastia...@googlemail.com
Created On: 2010-05-04T21:28:57.000Z
Closed On: 
@ghost ghost assigned jgm Jun 10, 2011
@jgm jgm closed this as completed Jul 14, 2013
jgm added a commit that referenced this issue Feb 27, 2017
Realign LaTeX and beamer templates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant