Jump to content
Mr. Oliver Dorn

FPL and Latex

Recommended Posts

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

Share this post


Link to post
Share on other sites

Hey Oliver,

 

1) We do not have a latex listings for FPL. Sorry.

 

2) We also do not have a list of all commands for the easy to copy and paste.

All commands are documented and can be found in the documentation browser.

 

P.s. If you create a listing for FPL it be awesome if you share it with the CAESES community by the time it is finished.

 

Cheers,

 

Karsten

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...