Jump to content

Mr. Oliver Dorn

Members
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by Mr. Oliver Dorn


  1. Hey Guys,

     

    well i choose the following option:

     

    Put this in your Latex header file:

    %%--------------------------------------------------------------
    \lstnewenvironment{C++}[2]{%
    \lstset{caption=#1,label=#2,language={C++},morekeywords={call,echo,endif,endwhile,stop,fdouble}}
    }
    {}
    %%--------------------------------------------------------------
    

    Yes I know that FPL is no C++ but in some poins verry close. So put the keywords inside (see above)! Feel free to update the listings package, but it's local so not so cool if you want to share your work. For the Code use:

    \begin{C++}{Ergebnis: Versuch 1}{app:user_ergebnis01}
    
    AWESOME FPL Stuff
    
    \end{C++}

    feel free to find a better solution! 

     

     

    Olli


  2. Hey Guys,

     

    imagine you have an awesome Feature and you want to put that inside an Latex document. Of course you use listings.(

     

    Does someone still made an entry for that on his local mashine and can upload it? I guess FPL has a lot of commands,...that are worth it, to highlight them.

     

    Or, if not is there an List of all commands available, so that copy and paste make my life easier?

     

    Best,

    Olli


  3. Hey Karsten,

     

    thank you so mutch for your answer, that solved my problem! 

     

     

     

    You still have one space to much in line 20 in your feature definition or you need to add one space in line 21.

    yes that was for demonstrations reasons! 

     

     

    Thank you  Mattia! I will try that later. At the moment,...well I am so called "just in time" :P But my horizon is growing and growing B)


  4. Hello,

     

    I really want to make my program look even more professional. This is necessary for two reasons. 

    1) To include professional headlines like: http://www.desmoulins.fr/index_us.php?pg=scripts!online!asciiart

    2) To give the user an formatted overview like:

    BLABALBA:          50

    BluBLUBLUna:     60

    HUHUKAÖ:          80

     

    What I tryed so far, make it "beautiful" inside the Features. Inside the Features it looks good, but after Execution in the "output" area, it looks like trash. 

     

    Well I thing that it has something to do with the different text fonts. Does someone has an idea how to solve that problem? I guess that I need the name of the font, used inside the output, make it beautiful in Word and copy that to the echo("formatted copied from word or some other programm").

     

    So what do you thing? Cool solution would be some kind of "translation" website or even a Feature,...or an App^^

     

    Best Olli

    joerg.fdbc

×
×
  • Create New...