Thread: Outputting a table for print...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    <obMaster>LaTeX! LaTeX!</obMaster>
    How fancy is suitable for print? Do you want lines in between, or is .txt with \t fine? (I never seem to get HTML to print properly anyway, so I wouldn't suggest that.) I don't know if there's a Win32 port of *roff (I don't speak *roff anyway).

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Quote Originally Posted by tabstop View Post
    LaTeX! LaTeX!
    Ya know... there have been a couple of instances where it would have come in handy just in the past few weeks alone. For sudoku I just don't see any real reason to switch to a GUI interface. I mean you can. But what are you honestly gaining? Its like making a tic-tac-toe game and needing to see it as a pretty GUI. At the end of the day there is only so much you can do to make it look good and it will only be a slight step up above your curses code you have now.

  3. #3
    Registered User guesst's Avatar
    Join Date
    Feb 2008
    Location
    Lehi, UT
    Posts
    179
    Quote Originally Posted by master5001 View Post
    Ya know... there have been a couple of instances where it would have come in handy just in the past few weeks alone. For sudoku I just don't see any real reason to switch to a GUI interface. I mean you can. But what are you honestly gaining? Its like making a tic-tac-toe game and needing to see it as a pretty GUI. At the end of the day there is only so much you can do to make it look good and it will only be a slight step up above your curses code you have now.
    Hu? Gui interface? No. It's a text interface, Curses in fact. The only part that needs to be pretty is the file output with the puzzles (and solutions) on it. And at that it only need to be prettier than a text file.
    +---+---+---+
    | 1 | _ | _ |
    +---+---+---+
    | _ | 7 | _ |
    +---+---+---+
    | _ | _ | 5 |
    +---+---+---+
    <- Not what I want.

    My problem with LaTeX is it doesn't import well into anything. I'm definitely leaning towards PS, tho navigating the incredible volume of commands and learning the ones I want is daunting. That's okay, this has been a learning process all over for me.
    Type-ins are back! Visit Cymon's Games at http://www.cymonsgames.com for a new game every week!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Hash Table outputting incorrect number
    By Paul Skinner in forum C Programming
    Replies: 4
    Last Post: 11-20-2008, 06:19 AM
  2. Writing array, to file
    By zootreeves in forum C Programming
    Replies: 9
    Last Post: 09-08-2007, 05:06 PM
  3. Outputting to a table
    By cyberCLoWn in forum C++ Programming
    Replies: 4
    Last Post: 02-25-2004, 08:15 PM
  4. extra word printing
    By kashifk in forum C++ Programming
    Replies: 2
    Last Post: 10-25-2003, 04:03 PM
  5. inputting words from a file
    By kashifk in forum C++ Programming
    Replies: 5
    Last Post: 10-24-2003, 07:18 AM