Search found 6 matches

by Tedd
Sun Dec 30, 2012 1:10 am
Forum: General
Topic: minted | copy/paste source codes with indent
Replies: 4
Views: 5254

minted | copy/paste source codes with indent

Oh yes, i read it but no solution...
So hopefully someone help. Thank you again cgnieder!

Waiting.
by Tedd
Sat Dec 29, 2012 10:02 pm
Forum: General
Topic: minted | copy/paste source codes with indent
Replies: 4
Views: 5254

minted | copy/paste source codes with indent

Hello again cgnieder .

Yes, i can! I summarized my entire code for these lines:


\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{minted}

%################################
% Adjustments the numbers to copy ...
by Tedd
Fri Dec 28, 2012 12:29 am
Forum: General
Topic: minted | copy/paste source codes with indent
Replies: 4
Views: 5254

minted | copy/paste source codes with indent

Hello everybody again.

I wish could copy and paste source code of my PDFs.
But when i use the minted package, although indent correctly, i can't paste indented.

It is possible to make it copyable/pastable with indentation?

I know that changing these lines i can decide what will appear in place of ...
by Tedd
Thu Dec 20, 2012 11:54 pm
Forum: Text Formatting
Topic: listings | Format only Digits
Replies: 4
Views: 7056

listings | Format only Digits

Oh, really, i started studying it now! It seems to be very good, thank you cgnieder!
by Tedd
Thu Dec 20, 2012 11:21 pm
Forum: Text Formatting
Topic: listings | Format only Digits
Replies: 4
Views: 7056

listings | Format only Digits

Oh, really thanks cgnieder !

So you think the minted package is best for this case?

I'm new in LaTeX, I am studying just a month ago. I started with listings beacause i found more material, but i will find out about this package. As would be done in minted this example? Could you exemplify ...
by Tedd
Wed Dec 19, 2012 3:53 am
Forum: Text Formatting
Topic: listings | Format only Digits
Replies: 4
Views: 7056

listings | Format only Digits

Hello guys.

With the listings package I want only digits in orange. No strings or comments. I've looked at many topics about it on the internet but are not very satisfactory. I'll explain below:

variable = 40 % Format "40"

variable2 = variable1 % There is nothing formats

// This is a comment ...