Page 1 of 1

request: option highlight with white background

Unread postPosted: 09 Mar 2017, 16:20
by compsystems
Hello, I am creating a tutorial in ti-basic (pdf) and to show the highlighted code, I copy from this forum a code to microsoft word

a sample

Code: Select all
reqstv01()
Prgm
ClrHome
  © I:REQUEST CMD
  Local x
  "4"→x

  Local label
  "x"→label

  Local alphalck
  0→alphalck

  Request label,x,alphalck
  expr(x)→x
  return_h("label","x")

EndPrgm


But is copied with a black background =(, please admins can adhere the option highlight with white background, then copy it to a document editor

thank you very much

[CODE BASIC-68K] [SELECT ALL] -> [SELECT ALL & COPY] [COPY white BACKGROUND]

Re: request: option highlight with white background

Unread postPosted: 09 Mar 2017, 17:16
by Adriweb
That's not really planned, but you can however juste "paste without format", ie Ctrl-Shift-V.

Re: request: option highlight with white background

Unread postPosted: 09 Mar 2017, 20:28
by compsystems
Another idea is that [code,theme=dark/light ... /code] to accept two types (dark theme and light theme)

Re: request: option highlight with white background

Unread postPosted: 09 Mar 2017, 22:50
by Adriweb
That might be easier with a toggle link in the codebox title, probably.