digitalmars.D - [OT] D. Walter's and Andrei's talk
- Neal Becker <ndbecker2 gmail.com> Aug 30 2007
- Walter Bright <newshound1 digitalmars.com> Aug 30 2007
- BCS <ao pathlink.com> Aug 30 2007
- Walter Bright <newshound1 digitalmars.com> Aug 30 2007
- BCS <ao pathlink.com> Aug 30 2007
- Ary Manzana <ary esperanto.org.ar> Aug 30 2007
- BCS <ao pathlink.com> Aug 30 2007
- Ary Manzana <ary esperanto.org.ar> Aug 30 2007
- BCS <ao pathlink.com> Aug 30 2007
- Walter Bright <newshound1 digitalmars.com> Sep 02 2007
- Witold Baryluk <baryluk smp.if.uj.edu.pl> Sep 02 2007
- Bruno Medeiros <brunodomedeiros+spam com.gmail> Sep 03 2007
I not only enjoyed the slides content from D. Walter's and Andrei's talk, I also liked the visual design. It looks like it was done with latex beamer? If so, can anyone tell me what theme was used, or maybe a pointer to the source code for the slides?
Aug 30 2007
Neal Becker wrote:I not only enjoyed the slides content from D. Walter's and Andrei's talk, I also liked the visual design. It looks like it was done with latex beamer? If so, can anyone tell me what theme was used, or maybe a pointer to the source code for the slides?
I prepared the initial raw text, and Andrei expanded on it and then used latex to produce the finished presentation. I like the results a lot, too, and am in the process of learning latex myself so I can do a better job with my own presentations. I'll try and dig up the .tex file.
Aug 30 2007
Reply to Walter,Neal Becker wrote:I not only enjoyed the slides content from D. Walter's and Andrei's talk, I also liked the visual design. It looks like it was done with latex beamer? If so, can anyone tell me what theme was used, or maybe a pointer to the source code for the slides?
used latex to produce the finished presentation. I like the results a lot, too, and am in the process of learning latex myself so I can do a better job with my own presentations. I'll try and dig up the .tex file.
Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in. One minor issue is that there is no way (that I knwon of) to get dmd to generate multiple ddoc output files with anything but the default extension.
Aug 30 2007
BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
One of my goals is to get Ddoc to generate .tex output as well as html. What's stood in the way is I don't know latex, but that's changing.
Aug 30 2007
Reply to Walter,BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
html. What's stood in the way is I don't know latex, but that's changing.
sweet!! Please do make the .ddoc -> tex macros part of the default install
Aug 30 2007
Walter Bright wrote:BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
One of my goals is to get Ddoc to generate .tex output as well as html. What's stood in the way is I don't know latex, but that's changing.
Isn't Ddoc already prepared for generating non-HTML documentation, because of macros?
Aug 30 2007
Reply to Ary,Walter Bright wrote:BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
html. What's stood in the way is I don't know latex, but that's changing.
because of macros?
yes, but Walter doesn't have the D docs set up to generate anything but HTML.
Aug 30 2007
BCS wrote:Reply to Ary,Walter Bright wrote:BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
html. What's stood in the way is I don't know latex, but that's changing.
because of macros?
yes, but Walter doesn't have the D docs set up to generate anything but HTML.
Oh, I see. Phobo's Ddoc is using HTML instead of macros... no?
Aug 30 2007
Reply to Ary,BCS wrote:Reply to Ary,Walter Bright wrote:BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
html. What's stood in the way is I don't know latex, but that's changing.
because of macros?
but HTML.
Phobo's Ddoc is using HTML _AND_ macros. (it was HTML to start with and has slowly been turning into macros)
Aug 30 2007
Witold Baryluk wrote:BTW. i have working macros for unix manpages (groff)
See my reply in D.announce.
Sep 02 2007
Dnia Thu, 30 Aug 2007 11:08:47 -0700 Walter Bright <newshound1 digitalmars.com> napisa=B3/a:BCS wrote:Any chance this could be a excuse for getting the D ddoc stuff in a=20 format that can be converted to .tex? The only major issue there is that it has lots of HTML tag hard coded in.
One of my goals is to get Ddoc to generate .tex output as well as html. What's stood in the way is I don't know latex, but that's changing.
BTW. i have working macros for unix manpages (groff) http://smp.if.uj.edu.pl/~baryluk/d/ddoc-man/ groff_man.ddoc - macros test.sh - small postprocessing. ddoc produces lots of white spaces :/ and i have no idea how to disable them there and force them in othere places License: Public Domain i have also macros for latex, but they are more awfull :D --=20 Witold Baryluk, aleph0 MAIL: baryluk smp.if.uj.edu.pl JID: movax jabber.autocom.pl
Sep 02 2007
Walter Bright wrote:Neal Becker wrote:I not only enjoyed the slides content from D. Walter's and Andrei's talk, I also liked the visual design. It looks like it was done with latex beamer? If so, can anyone tell me what theme was used, or maybe a pointer to the source code for the slides?
I prepared the initial raw text, and Andrei expanded on it and then used latex to produce the finished presentation. I like the results a lot, too, and am in the process of learning latex myself so I can do a better job with my own presentations. I'll try and dig up the .tex file.
I found some inconveniences though: you cannot select text in the presentation file, nor can you search for anything (seems the textual information is missing?) -- Bruno Medeiros - MSc in CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
Sep 03 2007









BCS <ao pathlink.com> 