1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# groffstudio: An IDE for groff.
You know what was missing with `groff`? A good alternative to TeXstudio. Here we go.
## Screenshot
![Screenshot](https://i.imgur.com/GNu2M6n.png)
## Features
* Written in Lazarus (Free Pascal).
* Should be cross-platform (but Windows support is mediocre yet).
* Can produce PS and PDF files.
* Can handle some macros.
## License
`groffstudio` is free software under the terms of the CDDL-1.1. Feel free to help me with development. I'll happily grant you access to the upstream repository if you are good.
|
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# groffstudio: An IDE for groff.
You know what was missing with `groff`? A good alternative to TeXstudio. Here we go.
## Screenshot
![Screenshot](https://i.imgur.com/GNu2M6n.png)
## Features
* Written in Lazarus (Free Pascal).
* Should be cross-platform.
* Successfully tested on Windows 10, macOS and Linux.
* Can produce PS and PDF files.
* Can handle some macros.
## License
`groffstudio` is free software under the terms of the CDDL-1.1. Feel free to help me with development. I'll happily grant you access to the upstream repository if you are good.
|